thanks.. i will take this in consideeration
the code i posted is only a test code. just to test the php cli...
but i like the last suggestion
thanks
On Sat, 13 Sep 2003, Daevid Vincent wrote:
> While this is more of a PHP suggestion than RH or linux specific, just
> noticed you mig
While this is more of a PHP suggestion than RH or linux specific, just
noticed you might change your code in the future to be more efficient...
$db = mysql_connect ("localhost","user","pass") or die ("Could not connect
to mySQL server.");
mysql_select_db ("mymaindb",$db) or die ("Could not select