RE: [PHP-DB] Parsing of db results by PHP

2001-09-10 Thread Robert Gormley
t; > >Further info is in the manual under the Miscellaneous Functions chapter >(XXXVIII). > >-Original Message- >From: Robert Gormley [mailto:[EMAIL PROTECTED]] >Sent: Sunday, September 09, 2001 1:18 PM >To: [EMAIL PROTECTED] >Subject: [PHP-DB] Parsing of db re

RE: [PHP-DB] Parsing of db results by PHP

2001-09-10 Thread Rick Emery
ns chapter (XXXVIII). -Original Message- From: Robert Gormley [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 09, 2001 1:18 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Parsing of db results by PHP Hi all, I have a MySQL db which contains table test, field test... one of the

[PHP-DB] Parsing of db results by PHP

2001-09-09 Thread Robert Gormley
Hi all, I have a MySQL db which contains table test, field test... one of the entries is "" Where external() is a function i've written which outputs simple text. I want to be able to put calls to this function into the database, and have them parsed on rendering... With the above ex