Re: [PHP] variable not being rendered

2004-12-03 Thread Jason Wong
On Saturday 04 December 2004 15:36, Dustin Krysak wrote: > Hi there, I have some code where I am using the $_SERVER['PHP_SELF'] > array to reference my script for a form action... now for some reason > the file name is not being rendered out. I am including only small > snippets of my code to see w

[PHP] variable not being rendered

2004-12-03 Thread Dustin Krysak
Hi there, I have some code where I am using the $_SERVER['PHP_SELF'] array to reference my script for a form action... now for some reason the file name is not being rendered out. I am including only small snippets of my code to see where my error is... $editFormAction = $_SERVER['PHP_SELF'];