MySQL Forums
Forum List  »  PHP

Re: Help with php cannot find whats wrong with this code its urgent
Posted by: Peter Brawley
Date: October 27, 2017 11:28AM

Turnaround time on these fora tends to be a day or so.

The mysql API is deprecated and will go away. Use mysqli.

When making calls to a mysql server, always include calls to mysqli_error(). Otherwise you're programming in the dark.

A blind code dump gives no clue what the problem might be. Is there an error
message? At what line does the problem occur?

Options: ReplyQuote


Subject
Written By
Posted
Re: Help with php cannot find whats wrong with this code its urgent
October 27, 2017 11:28AM


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.