script doesn't work

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
Gert
-


Joined: 16 May 2004
Posts: 3

PostPosted: Mon May 17, 2004 12:09 am    Post subject: script doesn't work Reply with quote

Hi. I can't get this script to work on my own server. It's work fine on another server (my isp host)

I use the newest php, and abyss versions.

Here is the script:

<?
error_reporting (E_ERROR | E_WARNING | E_PARSE); //Ignore errors
if(!$name) { //if name is none:
echo"<form>Enter your name: <input type='text' name='name' /><br/><input type='submit' value='Send' /></form>";
} else { //if name is entered:
echo"Hi $name";
}
?>


I hope someone can help me
Back to top View user's profile Send private message
eznetlinks
-


Joined: 27 Sep 2003
Posts: 144

PostPosted: Mon May 17, 2004 1:19 am    Post subject: Reply with quote

You must set register_globals=on in your php.ini file locatedi in C:\WINDOWS\php.ini
Back to top View user's profile Send private message Visit poster's website
Gert
-


Joined: 16 May 2004
Posts: 3

PostPosted: Mon May 17, 2004 1:23 am    Post subject: Reply with quote

thank you very much. Now it works :D
Back to top View user's profile Send private message
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Mon May 17, 2004 2:54 am    Post subject: Reply with quote

Or you can use the workaround so you can keep globals off, by replacing $name with $_POST['name'].
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Gert
-


Joined: 16 May 2004
Posts: 3

PostPosted: Mon May 17, 2004 10:04 am    Post subject: Reply with quote

thank you for the answers :D
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group