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 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 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 Link to comment https://forums.phpfreaks.com/topic/14370-db-error-message/#findComment-56678 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.