[PHP-DB] Array/List Session Variables

2001-12-22 Thread Matthew Tedder
Does anyone know if there is a way to include Arrays and/or Lists as session variables? I'd really like to be able to add variable lists of variables to a session. --Matthew -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DB] Might be serious .. might be not ..

2001-12-22 Thread nOop
A post I found on another forum, maybe this thing is worth reading ... there are 2 parts from this same guy ... read below ... This might be long but shows something I must have missed ... and I'm sure the solution is simple On a Plesk intel sys I am having this serious

[PHP-DB] Re: Selecting last row

2001-12-22 Thread Ian Ferger
order by tableId desc limit 1 Necro [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... What query can I use to select the last row in a table?? Andrew -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DB] MyODBC returns only SQL errors while writing with MS ACCESS to MySQL

2001-12-22 Thread Andy
Hi there, I am trying to export data from MS ACCESS to MySQL via MyODBC. Importing works fine. While exporting I get always following error: [TCX][MyODBC] You have an error in your SQL syntax near ''country' set)' at line 1 (#1064) Does anybody know how to solve this problem. Thanx for any

[PHP-DB] Re: [PHP] PHP software tool

2001-12-22 Thread chip
On Saturday 22 December 2001 10:46 am, you wrote: Does anybody know of or can recommend any freeware text editing tools for editing PHP code in Win32? I can manage with Windows' Notepad but something with code highlighting etc and of a similar footprint to notepad would be useful.

[PHP-DB] accessing xml docs?

2001-12-22 Thread Shahin
i'm trying to use the following code to access a node w/ id=$idnum in record.xml : $doc=new DomDocument; $doc=xmldocfile( record.xml ); $strXPath = /Students[@id='$idnum']; $context=xpath_new_context($doc); $query = xpath_eval($context,$strXpath); $node = $query-nodeset[0]; $strValue =