No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Re: 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] | |
Re: 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 … |
The End.