Well first, I'm inserting the record directly into MySql via myPhpAdmin. It gives me error unles I escape every single quoate except the first and last. This is how I have to put it in inorder to not get a mysql error.
Can anyone tell me why when view this page it shows up empty.
INSERT INTO content (title, body) VALUES ( "test page", "<?php eval(\"echo \"Hello World\";\");?>") ;
thanks.
Can anyone tell me why when view this page it shows up empty.
INSERT INTO content (title, body) VALUES ( "test page", "<?php eval(\"echo \"Hello World\";\");?>") ;
thanks.