Search found 3 matches

by japi
Mon Sep 03, 2007 7:49 am
Forum: PHP - Code
Topic: Parse Php files stored in MySQL
Replies: 4
Views: 458

I swear i've read that thing like a thousans times... :lol:

ok so all i need to do is close the php mode "?>"... i swear it would be a lot harder. Thanks
by japi
Mon Sep 03, 2007 5:53 am
Forum: PHP - Code
Topic: Parse Php files stored in MySQL
Replies: 4
Views: 458

yeah... but...

I thought the same thing, but wen you try to eval() that, it gives you an error aout an "unexpected '<' on line 1 ". eval() as far as i know works with pure php code, and this is html code with some php tags along the way. Is there a way to tweak eval()? or is there another way to accompli...
by japi
Mon Sep 03, 2007 1:04 am
Forum: PHP - Code
Topic: Parse Php files stored in MySQL
Replies: 4
Views: 458

Parse Php files stored in MySQL

Let's say i have this stored in a BLOB or TEXT column on MySQL: <html> <strong><?php echo("Hello, ") ?></strong>World </html> Is there a way to tell PHP to parse the BLOB/TEXT column, so the output looks like: Hello, World I mean, is there a way to tell PHP to treat the MySQL column as a f...