Woodburn2006 Posted July 12, 2006 Share Posted July 12, 2006 can anybody help with this error please?Database ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4 i use the same code as i do on every other page to connect to the DB and have not yet come across this error anywhere elsethanks Quote Link to comment https://forums.phpfreaks.com/topic/14370-db-error-message/ Share on other sites More sharing options...
brown2005 Posted July 12, 2006 Share Posted July 12, 2006 post the code of the file that gives u the error mate, please Quote Link to comment https://forums.phpfreaks.com/topic/14370-db-error-message/#findComment-56675 Share on other sites More sharing options...
Woodburn2006 Posted July 12, 2006 Author Share Posted July 12, 2006 [code]<? session_start(); if ( $_SESSION['login'] != "yes" ) {header ("Location: index.php");} $f = ((isset($_GET['f']))?($_GET['f']):('')); # connect to database $cid =mysql_connect ("localhost", "wwwfren_house", "pass") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("wwwfren_frenchhouse");?>[/code]i have tried removing bits, moving bits etc but nothing helpsevery other page is fine like it Quote Link to comment https://forums.phpfreaks.com/topic/14370-db-error-message/#findComment-56678 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.