View Single Post
  #1 (permalink)  
Old 07-15-03, 03:39 PM
kevin kevin is offline
Newbie Coder
 
Join Date: Jun 2003
Location: USA
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
$GLOBALS["PHP_SELF"] doesn't work - Why?

Hi !

I just think it will work on new PHP version (what version anyway?)

I've read the PHP book and it told me: if I named the form field like this

<input type=text name=email>

when I submit the form to go to next page then the value data of "email" filed will hold inside $email

I tried it on my server and it worked - I think PHP so easy to work with Form.

And now, I just finished my first Form Mail PHP program and tried to install it on my friends website (was hosted somewhere else) - The bad thing happen: my program doesn't work right.

I think the hosting company is runing the old PHP version - thats why $email can't hold the data.

What should I do now? Please help me

Thanks !
Kevin
Reply With Quote