Re: [PHP] I'm Back i'm beginner and i couldn't solve the problem

2004-12-09 Thread Santa
В сообщении от Пятница 10 Декабрь 2004 05:57 Mecnun написал(a):

hint -> php.ini -> register_globals = Off


[PHP] I'm Back i'm beginner and i couldn't solve the problem

2004-12-09 Thread Mecnun
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:
 
'; 
echo 'Arnol said that: "I\'ll be back"';
?>
 
It runs, there is no problem, but if I run that one:
 
 $_POST[user]  \n\n";
print "Your address is:\n\n  $_POST[address] ";
?>
 
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?


-
Do you Yahoo!?
 Read only the mail you want - Yahoo! Mail SpamGuard.