[PHP-DB] HTML stored in a text field

2004-10-06 Thread Gabe Covert
"" I get the contents of the field with the tags showing up, isntead of applying to the HTML. How can I get these tags to aplpy to the text in the field? Thanks! Gabe -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] SQL help

2004-06-23 Thread Gabe
--- Nicole Swan Web Programming Specialist Carroll College CCIT (406)447-4310 -----Original Message- From: Gabe [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 8:59 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] SQL help I'm using PHP with ADOdb ( and an MS Access 2000 db ) to write a si

[PHP-DB] SQL help

2004-06-23 Thread Gabe
I'm using PHP with ADOdb ( and an MS Access 2000 db ) to write a simple SQL statement but was running into some case sensitivity issues. Here's my SQL currently: SELECT autoQuesID,fldQuesTitle,fldBody FROM tblFAQ_Question WHERE fldBody LIKE '%$strSearchFor%'; All I'm trying to do is have the us

Re: [PHP-DB] restoring mysql db after mysqldump

2001-08-22 Thread Gabe da Silveira
hen i run the mysql -u root -p < 'all_databases.sql' it gets to the > first table and tries to insert some information into it and says "blah > table is read only" and it stops... > > jay -- __ Gabe da Silveira, Web De

[PHP-DB] Re: MySQL read only?

2001-08-22 Thread Gabe da Silveira
earlier version of MySQL on my > Win2k machine than on the RedHat machine? > > Anyway, I'm at a total lost here so any help would be great! > > Thanks, > Jay > -- __ Gabe da Silveira, Web Designer Twin Cities Student Unions University

[PHP-DB] Very specific PHP ODBC -> Access 97 on Novell connection question.

2001-08-20 Thread Gabe da Silveira
I work at a University where we just purchased some expensive reservation management software. It uses Access 97 as a backend, with ASP pages for its web module. Only problem is I want to basically write my own web stuff from scratch using (surprise) PHP. Well, best I can figure, I need to crea