I've uplaod several files into a mySQL database. The "file_type" is listed as "text/html". This like it shows is preventing the PHP document from parsing the PHP.
Anyone know how to resolve this or what I would need to do to fix it?
you need to use eval.
ie.
eval($row[php_content]);
Cheers.
Hmm .. well it's still not working correctly. Anyone else have any other ideas?