|
No it won't take much effort at all to insert it into a database, you just need to create a table really fast, which isn't hard, and any PHP programmer worth the title can do it after 4AM.
__________________
PHP Code:
<?php echo "Hello World"; ?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
|