Page 1 of 1

php/mysql

Posted: Mon Aug 21, 2006 11:52 am
by mrjameer
hi

could you please tell me how to store & retrieve html code(web content) from mysql db
your help will be appreciated....

mrjameer

Posted: Mon Aug 21, 2006 11:55 am
by GeXus

Posted: Mon Aug 21, 2006 12:00 pm
by feyd
    • mysql_connect()
    • mysql_select_db()
    • mysql_real_escape_string()
    • mysql_query('INSERT ...')
    • mysql_connect()
    • mysql_select_db()
    • mysql_query('SELECT ...')
pretty simple.