Thread
:
php/mysql question
View Single Post
03-20-2005, 04:46 PM
Doc911
Confirmed User
Join Date: Feb 2004
Location: If i was up your ass you'd know
Posts: 3,695
try assigning the user and password to a variable and putting the string in place
$host = "127.0.0.1:4321";
$user = blah;
$pass = blahblah;
mysql_connect($host, $user, $pass) ;
__________________
For PHP/MySQL scripts ICQ 161480555 or email
[email protected]
Last edited by Doc911
; 03-20-2005 at
04:49 PM
..
Doc911
View Public Profile
Visit Doc911's homepage!
Find More Posts by Doc911