sultanuzzaman Posted September 18, 2014 Share Posted September 18, 2014 I have been using an inventory application built on PHP/MySQL. Since this morning I could submit the data and they were perfectly reflected on the MySQL Table. However, for a few hours I cannot save the submitted data to the table and it doesn't show any error message. Please note no change have been made since it was successfully running. The developer of this application is not available right now. PLEASR HELP I AM A NOVICE IN PHP/MYSQL. Quote Link to comment Share on other sites More sharing options...
gristoi Posted September 18, 2014 Share Posted September 18, 2014 (edited) and you expect help without showing any code, we are not phycic Edited September 18, 2014 by gristoi Quote Link to comment Share on other sites More sharing options...
mac_gyver Posted September 18, 2014 Share Posted September 18, 2014 that you are not getting any application errors from the code to pin down where the problem is at, probably means that the code wasn't written with any application error checking logic in it. so, debugging what the code is doing to find where in it the problem is at will require that you have the ability to read and understand what the code is doing and to add debugging statements to display values and determine code execution paths to locate where in the code the problem is occurring at. if you don't have the skills and experience to do this, you are going to need to hire someone, because, unless you can narrow down the problem to just a small section of code or a database query that can be posted in the forum, we cannot help you. please don't expect to be able to post, attach, or link to your complete application code and get someone in a forum to debug the entire application for you for free. that's not what programming help is, that's asking someone else to do your work for you. 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.