[PHP] Forms and Sessions not working

2002-11-15 Thread Chris Jackson
Hi all: Im new to php and i have an isue. php4.2.3 windows 2000 advanced server I create a simple form page that posts back to its self and im unable to retreive the posted form data to display on the page. it seems like all my GLOBAL amd SESSION stuff isnt working. sample code: Your Name

[PHP] Form variables not working

2002-11-16 Thread Chris Jackson
I am havein troubles gettin my form variables to work. The "register_globals" in php.ini is set to its default of "off". code: Form Series - Example One asdasdasddassad the dosent print anything in the action of the form and the echo $_POST["answered"]; on the first run gives

[PHP] Insert Date problem

2002-11-16 Thread Chris Jackson
can someone help out a nubIe here - im trying to insert a Date into a MySql table and im having error messages - can you take a look at http://66.139.147.233/thispage.php submit a guest and comment to see error. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

[PHP] problems with includes and extending classes

2002-01-14 Thread Chris Jackson
I can't figure this one out... I boiled it down to a test case where I have a bunch of classes and a demo program: demo.php: === === L.php === c = new C2(); echo "L init\n"; } } ?> = =