FW: [PHP-DB] theme header query

2002-01-22 Thread Rick Emery
PROTECTED] Subject: Re: [PHP-DB] theme header query By what do you mean code should be readable ? =look at the code you've quoted below. Is it easy to read - can you even easily distinguish where one instruction ends and another begins? =does it work now? =what does the .cx TLD have to do

Re: [PHP-DB] theme header query

2002-01-21 Thread DL Neil
ssage--- From: DL Neil Date: Tuesday, 22 January 2002 8:09:02 a. To: Barry Rumsey; Subject: Re: [PHP-DB] theme header query Tables should be opened and closed - and (please) code should be readable! =dn - Original Message - From: Barry Rumsey To: [EMAIL PROTECTED] Sent: 21 January 2002 17:54 Su

Re: [PHP-DB] theme header query

2002-01-21 Thread DL Neil
Tables should be opened and closed - and (please) code should be readable! =dn - Original Message - From: Barry Rumsey To: [EMAIL PROTECTED] Sent: 21 January 2002 17:54 Subject: [PHP-DB] theme header query I'm trying toadd thefollowing codeto atheme:

[PHP-DB] theme header query

2002-01-21 Thread Barry Rumsey
I'm trying toadd thefollowing codeto atheme: ."\n" ."$sqlhostname = "localhost"; $login = ""; $password = ""; $base = "xplyrics"; $db_connect = mysql_connect($sqlhostname,$login,$password); $base_selection = mysql_select_db($base,$db_con