chitara Posted January 17, 2007 Share Posted January 17, 2007 is there any posibility to block mysql port or someting?I am getting "Error ,query failed" during adding any data through the admin panel of that website:-(same softwares(php, mysql and IIS) with the same script woking fine in my local server but in the main webserver its giving the above message. More over couldn't edit the data also over there.Thats why I am asking, is there any posibility.............I don't have permission to access the main server. I keep update the website through the adminpanel of that website.Can anyone help me please:-D Quote Link to comment Share on other sites More sharing options...
btherl Posted January 17, 2007 Share Posted January 17, 2007 You can check if mysql_connect() succeeded or not. If it returns false, then it failed. Does your script display an error message if it fails to connect to the mysql database? Quote Link to comment 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.