What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » PHP Help

PHP Help
Author: Message:
ipab
Veteran Member
*****

Avatar
Design Evolved

Posts: 1017
Reputation: 32
34 / Male / Flag
Joined: May 2004
RE: PHP Help
i believe that once you are including conn.php you dont need to keep connecting to the db over and over again, therefore
code:
$result = mysql_query($query_string, $conn);

should actually be
code:
$result = mysql_query($query_string);

and acutally even in conn.php remove $conn from
code:
mysql_select_db("dbname", $conn);

This post was edited on 11-21-2005 at 07:01 AM by ipab.
56656E692C 20566964692C 2056696369
11-21-2005 06:57 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP Help - by DragonX on 11-21-2005 at 05:41 AM
RE: PHP Help - by ipab on 11-21-2005 at 06:57 AM
RE: PHP Help - by Ezra on 11-21-2005 at 07:49 AM
RE: PHP Help - by J-Thread on 11-21-2005 at 09:15 AM
RE: PHP Help - by DragonX on 11-21-2005 at 09:15 AM
RE: PHP Help - by ipab on 11-21-2005 at 04:37 PM
RE: PHP Help - by J-Thread on 11-21-2005 at 05:29 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On