Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Building a table for a blog.


eelixduppy - 12:19 am on Apr 17, 2012 (gmt 0)


Try replacing this:

print "no TABLE created. You have problems in the system already, backtrack and debug!";


With this:


print "no TABLE created. You have problems in the system already, backtrack and debug!";
echo "\n" . mysql_error();


This will provide you with information as to why the query is failing. Then you will have to rewrite your query to fix the issue. If you need help, post the error that results from changing this code.


Thread source:: http://www.webmasterworld.com/php/4441723.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com