MySQL Forums
Forum List  »  PHP

Re: Trouble with updating Mysql table data
Posted by: Lanze Langill
Date: March 22, 2012 02:55PM

Hey Ollie,

On the second page "<!-- form to display record from database -->" in the hidden element, you are updating the "index" value twice. I would remove the hidden input.

On the final page, in the actual PHP code you are not making the DB call. You are only echoing the string with the query in it. You still need to make the DB call.

I could not get to the URL you sent. Is it an intranet, or internet site?

L.

Options: ReplyQuote


Subject
Written By
Posted
Re: Trouble with updating Mysql table data
March 22, 2012 02:55PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.