Re: [PHP] PHP not posting

2007-06-24 Thread Tijnema
P] PHP not posting On 6/24/07, Pieter du Toit <[EMAIL PROTECTED]> wrote: > But why is the php code showing just like my code at the top when i right > click the webpage and view source, i suspect this must be a php.ini setting > or sonmething Yes, it might be. That's why I asked

Re: [PHP] PHP not posting

2007-06-24 Thread Tijnema
On 6/24/07, Pieter du Toit <[EMAIL PROTECTED]> wrote: But why is the php code showing just like my code at the top when i right click the webpage and view source, i suspect this must be a php.ini setting or sonmething Yes, it might be. That's why I asked you if you had short tags enabled or not

Re: [PHP] PHP not posting

2007-06-24 Thread Pieter du Toit
But why is the php code showing just like my code at the top when i right click the webpage and view source, i suspect this must be a php.ini setting or sonmething "Tijnema" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 6/24/07, Pieter du Toit <[EMAIL PROTECTED]> wrote: >> Not

Re: [PHP] PHP not posting

2007-06-24 Thread Mark Kelly
On Sunday 24 June 2007 13:54, Pieter du Toit wrote: > Hi > > I installed PHP5 on iis and i can see "hello world" and phpinfo. > > When i right click the webpage and view source, i can see the php code, > and the form does not want to post the form details. > > Will appreciate any help. I'm not rea

Re: [PHP] PHP not posting

2007-06-24 Thread Tijnema
On 6/24/07, Pieter du Toit <[EMAIL PROTECTED]> wrote: Nothing major here is the code: ^^ Do you have short tags enabled?, try if ($_POST['name']) { Not the right way to check, you should use: if(isset($_POST['name']) { echo "name posted"; } ?> If that still doesn't work, try a var_

Re: [PHP] PHP not posting

2007-06-24 Thread Pieter du Toit
Nothing major here is the code: Name: "Stut" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Pieter du Toit wrote: >> I installed PHP5 on iis and i can see "hello world" and phpinfo. >> >> When i right click the webpage and view source, i can see the php code,

Re: [PHP] PHP not posting

2007-06-24 Thread Stut
Pieter du Toit wrote: I installed PHP5 on iis and i can see "hello world" and phpinfo. When i right click the webpage and view source, i can see the php code, and the form does not want to post the form details. Will appreciate any help. My amazing psychic abilities tell me that... ...you

[PHP] PHP not posting

2007-06-24 Thread Pieter du Toit
Hi I installed PHP5 on iis and i can see "hello world" and phpinfo. When i right click the webpage and view source, i can see the php code, and the form does not want to post the form details. Will appreciate any help. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: