Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
1 Posted Topic
Can you please try the following or something like this? [code=php] // We do not store the username and pass in variables $db = mysql_connect("host", "muyser", "mypass"); [/code] OR [code=php] $user = "myuser"; $pass = "mypass"; $db = mysql_connect("host", "muyser", "mypass"); unset($user, $pass); // Do database selection here [/code] In …
The End.
webms