Re: [PHP] missing simple php functionality

2003-02-20 Thread Michael Lemmerling
Actually I believe it was the registers global which I had already changed. I just didnt get to see the results of changing it becuase I did mess that user_name vs. name part up...but at least now I know to remember setting or unsetting registerglobals. Thanks! -ML -- PHP General Mailing List

Re: [PHP] missing simple php functionality

2003-02-20 Thread Ernest E Vogelsinger
At 22:04 20.02.2003, ML spoke out and said: [snip] >the HTML: > > >Enter Your Name > > > > > > > >the PHP file: >echo "Your name is $name"; >?> > >I fill in my name, I click submit, and where the name should be displayed it

RE: [PHP] missing simple php functionality

2003-02-20 Thread Johnson, Kirk
EMAIL PROTECTED] > Subject: [PHP] missing simple php functionality > > > Hello all. Im having a strange problem. My php outputs html > correctly, and > Ive tried other builtin functions like date and that works > too. But when I > try to do something as simple as passing a val

[PHP] missing simple php functionality

2003-02-20 Thread ML
Hello all. Im having a strange problem. My php outputs html correctly, and Ive tried other builtin functions like date and that works too. But when I try to do something as simple as passing a value from a form to a php file and display that value, no go. the HTML: Enter Your Name