Search found 3 matches

by Haku
Fri Aug 20, 2004 10:49 am
Forum: PHP - Code
Topic: $_SERVER
Replies: 3
Views: 712

$_SERVER

Hi, What is the difference in the behaviour of the php code below: (Assume the current page is reload.php and by reloading the page, we want to update certain values) <form action = "<?=$_SERVER['PHP_SELF']?> method = "post"> and <form action = "reload.php" method = "po...
by Haku
Thu Aug 19, 2004 4:53 pm
Forum: PHP - Code
Topic: register_global, endif, urlencode
Replies: 2
Views: 494

Thanks

Thank you feyd,

I understood now :o

-Haku-
by Haku
Thu Aug 19, 2004 4:28 pm
Forum: PHP - Code
Topic: register_global, endif, urlencode
Replies: 2
Views: 494

register_global, endif, urlencode

Hi everybody, I am new to this forum and also PHP :) I need help concerning register_global, endif and urlencode Register_global: When register_global is turned off, we need to use the $_GET['...'] function to retrieve value sent from another page right ? In my case, I am sure that the register_glob...