| Code: |
| <?php
//We Are Including the bb code parser include 'bbcode.php'; //Setting the Global Variables $bbtext = $_POST['tut']; $tutname = $_POST['title']; $cat = $_POST['title']; $username = $_COOKIE["usr"]; $ip = $_SERVER["REMOTE_ADDR"]; $date = date("l \\t\h\e jS"); //This tells the bb coder parser to process bbcode and turns to html $htmltext = bb2html($bbtext); // Now We Save to the Mysql Database ?> |
How do I insert ($htmltext, $tutname, $username, $ip, $cat, and $date)
into a mysql database?
I also need a code so that i can list the articles info like this:
And when they click the link, it shows this:
I will Pay alot of frih for this
