RE: [PHP] PHP - Internal linking in a page

2002-10-31 Thread John W. Holmes
You need to come up with a completely different method of doing this. Your site, if using this method, is horribly unsecure. How are you checking $page to make sure it's something that should be included?? ---John Holmes... > -Original Message- > From: Paul Ottar Tornes [mailto:critical@;

Re: [PHP] PHP - Internal linking in a page

2002-10-31 Thread PHP List
Your get statement is wrong: http://maloyportalen.no/~critical/maloy/index.php?page=main2.php?id=7 use http://maloyportalen.no/~critical/maloy/index.php?page=main2.php&id=7 You only get 1 question mark, any after will be treated as part of the variable page. Hi! I started to learn PHP yesterda