When I insert some php code into a MySql table, and then get it out, instead of giving a "<" character, I Mysql gives "<"
For example, instead of getting <?php echo 'pooiiuu'; ?> I get <?php echo 'pooiiuu; ?>
wich php doesn't understand...
Any suggestions?