xxreenaxx1 Posted February 27, 2010 Share Posted February 27, 2010 I am working on netbean, Its showing a warning message for this query. Not sure why. The warning was language feature was not compatible with PHP version indicated in project settings. Does this mean my setting is wrong. // Execute the query: if (@mysql_query($query)) { print '<p>The table has been created.</p>'; } else { print '<p style="color: red;">Could not create the table because:<br />' . mysql_error() . '.</p><p>The query being run was: ' . $query . '</p>'; } mysql_close(); // Close the connection. Link to comment https://forums.phpfreaks.com/topic/193559-mysql-query-wont-work/ Share on other sites More sharing options...
jskywalker Posted February 27, 2010 Share Posted February 27, 2010 which query? (and which error) copy and paste it please,.. Link to comment https://forums.phpfreaks.com/topic/193559-mysql-query-wont-work/#findComment-1018987 Share on other sites More sharing options...
xxreenaxx1 Posted February 27, 2010 Author Share Posted February 27, 2010 Dont worry, and thanks for trying to help me, but I got the code working. Link to comment https://forums.phpfreaks.com/topic/193559-mysql-query-wont-work/#findComment-1019005 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.