<?php

mysql_connect ('dbhost','user','pass');
mysql_select_db ('db');

$ircname2 = htmlspecialchars($ircname);

mysql_query ("select ircname from members");

print ($ircname2);
?>


----------

Hi, i have tried this php script to view my table db,
but when i browse it over the net i couldn't see anything
just plain blank page.

Hm, Can u help me make this show tables over on php
and post it over.



thanks,
louie...


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to