Re: [PHP] PHP commands inside a MySQL Database

2002-05-30 Thread Miguel Cruz
On Thu, 30 May 2002, Taylor York wrote: > I am inserting html/php code into a database that would look something like > default page > > now the problem is, I am getting the field, title, and echoing as so (after > using mysql_fetch_array and extract > > echo "$title\n"; > > the acual title of

[PHP] PHP commands inside a MySQL Database

2002-05-30 Thread Taylor York
I am inserting html/php code into a database that would look something like default page now the problem is, I am getting the field, title, and echoing as so (after using mysql_fetch_array and extract echo "$title\n"; the acual title of the page in IE is default page It doesnt parse or exe