[PHP] Re: new to php, need help..

2003-02-25 Thread Steve Magruder
Jonathan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] all the suggestions didn't work though, could it be as what chris said, my IE doesn't support php? PHP is server-side. IE has no issues whatsoever with loading HTML generated from PHP. The PHP constructs are dealt with on the

[PHP] Re: new to php, need help..

2003-02-21 Thread pei_world
I think the problem is your php.ini setting the global_variable, by default, it is off,coz more secure,so if you want to access the variable, you need $_POST[variable] or $_GET[variable], also, $_env[HTTP_GET_VARIABLE] or $_env[HTTP_POST_VARIABLE] check out the manual on the web -- Sincerely

[PHP] Re: new to php, need help..

2003-02-20 Thread John Taylor-Johnston
Just a hunch: ? echo $subject[0]; ? Try using ?php instead, as in: ?php echo $subject[0]; ? Do you have a URL to show us what your page does and doesn't do? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: new to php, need help..

2003-02-20 Thread Jonathan
thanks for helping guys :) sorry i don't have a url that i can upload my files too.. all i can show is my code.. :( the original code that i got from is from : http://www.linuxguruz.org/z.php?id=33 example 5: examples 1-4 seems to work, but other examples with this line doesn't, input