Posts
 
Reputation
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 #72.8K
~232 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for moerpheus

First check <a href="http://www.webwizguide.com/kb/asp_knowledgebase/500_internal_server_error.asp">here</a> Here's an example of a connection code. [code] $con=mysql_connect("localhost","userName","Password"); if (!$con){ die('Could not connect: ' . mysql_error()); } if(!mysql_select_db('databaseName')){ die('Could not connect: ' . mysql_error()); } [/code]

Member Avatar for BMX322
0
123
Member Avatar for mgn2683

It is best to simplify your queries by running them seperatly. One for the Readers, one for the Chaplains, etc... Use concatenation inside the SQL query. FieldName + ' ' +FieldName. There is a space inside the single quotes. Then, in your PHP you can then loop through the $results …

Member Avatar for BMX322
0
109

The End.