To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 10 December 2004 02:57, Mecnun wrote: > hi again, I tried all the corrections that you showed me. > Nothing worked and I uploaded my scripts to a web hosting > server and I saw that my scripts run on that server quiet well. > Every script works on my machine, if I dont use $_POST[....]. > > For example if I try to run that code: > > <?php > echo 'This is a string<br>'; > echo 'Arnol said that: "I\'ll be back"<br><br>'; > > > > It runs, there is no problem, but if I run that one: > > <?php > print "Welcome <b> $_POST[user] </b> <P>\n\n"; > print "Your address is:<P>\n\n <b> $_POST[address] </b>"; > > > > Only "Welcome" and "Your address is" printed. > The data that I enter into the form is not received. > Do you have any idea, what kind of configuration mistake that I've > done? Please show is you form. And What version of PHP do you have on your machine? Cheers! Mike --------------------------------------------------------------------- Mike Ford, Electronic Information Services Adviser, Learning Support Services, Learning & Information Services, JG125, James Graham Building, Leeds Metropolitan University, Headingley Campus, LEEDS, LS6 3QS, United Kingdom Email: m.ford@xxxxxxxxxxxxxx Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php