Re: [PHP-DB] SQL coloring in BBEdit 6.0?

2001-01-16 Thread Ifrim Sorin
Hi Liza I'm using Textpad 4.4 and it can colour PHP code. Try on 'Configure'->'New document class'->specify name for class-> specify members (*.php) -> chose syntax definition file ( php.syn ) and it's OK . Regards, Sorin Ifrim - Original Message - From: Rubanowicz, Lisa <[EMAIL PR

Re: [PHP-DB] avoid cached html pages

2001-01-17 Thread Ifrim Sorin
Hi Lisa, In the section of the HTML page you should include : Pragma: no-cache Sorin Ifrim - Original Message - From: Lisa Elita <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 8:29 AM Subject: [PHP-DB] avoid cached html pages > Hi all, > > Can

Re: [PHP-DB] refreshing form select boxes with javascript. possible?

2001-02-08 Thread Ifrim Sorin
Hi, Javascript could be a solution, but only if you have reasonable amount of data. You can find attached a sample HTML page which uses the DOM for doing this. HTH Sorin Ifrim - Original Message - From: Kepa Lyman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February

Re: [PHP-DB] How do i find MySQL inserted primary key?

2001-02-18 Thread Ifrim Sorin
Hi, You can use the LAST_INSERT_ID() function to find out the page_id for the inserted row. $query="select LAST_INSERT_ID() as page_id "; HTH Sorin Ifrim - Original Message - From: phobo <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 18, 2001 2:14 PM Subject:

[PHP-DB] Re:[PHP-DB] ODBC again

2001-04-04 Thread Ifrim Sorin
Hi, Seems you need to enclose $v_mail into apostrophes in the INSERT statement. Regards, Sorin Ifrim -- 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: