RE: [PHP-DB] variable names

2002-10-01 Thread Hutchins, Richard
ilto:[EMAIL PROTECTED]] > Sent: Monday, September 30, 2002 2:45 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] variable names > > > Hello, > > I have installed PHP4 with Apache support - the phpinfo works > fine and I am > able to write PHP code to display a timetable

RE: [PHP-DB] variable names

2002-10-01 Thread Ryan Jameson (USA)
Sounds like register_globals is off in php.ini . :-) <>< Ryan -Original Message- From: Brendan Flynn [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 12:45 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] variable names Hello, I have installed PHP4 with Apache supp

[PHP-DB] variable names

2002-10-01 Thread Brendan Flynn
Hello, I have installed PHP4 with Apache support - the phpinfo works fine and I am able to write PHP code to display a timetable from a MYSQL database. However I cannot add or use the command insert when trying to add information. I have done a few tests and when I run the same scripts with the

[PHP-DB] Variable names

2002-04-02 Thread kodrik
If I have a variable, how do I extract the name of the variable. In principle: $varname=somefunction($myvar); The value of $varname is then "myvar" How do I do it? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php