Hi,
I've written a php code where I need to save the data entered in a form to the mysql database.
For that I'm using the following $strSaveTD = "<input type = button id=btnSave value=Save onclick='checkform(" .$iMode. "," .$iLevel. ",1)'>";
When the user clicks on "Save" in IE it works fine - the data is saved and the user is redirected to updated view of the webpage. But when this webpage is accessed via other browsers like Firefox or Chrome the Save button simply doesn't work when I click it. What could be the problem
pecussionist 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.