[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] array in db field - actual array

2001-09-13 Thread brendan
; $newarray[1][1]=four; $newarray[2][1]=five; elp? cheers brendan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] Re:[PHP-DB] array in db field - actual array

2001-09-13 Thread brendan
thanks dobromir, unfortunately that doesnt seem to work ... although looking at the php manual you seem to be on the right track.. could the way the textfield is parsed passed back affect the array? cheers! brendan Dobromir Velev wrote: Hi, I think you can use the eval() function

Re: [PHP-DB] array in db field - actual array

2001-09-13 Thread brendan
scratch that, i had a syntax error in the array.. you were completely right dobromir eval() works perfectly.. thanks! Brendan wrote: thanks dobromir, unfortunately that doesnt seem to work ... although looking at the php manual you seem to be on the right track.. could the way

[PHP-DB] help please... session - database

2001-08-23 Thread brendan
hello, i have hit a major stumbling block and am now getting really frustrated.. if someone could point me in the right direction i would really appreciate it.. - i have a set of forms across a number of pages - the user enters data into each of the forms and these are placed in a session