Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Insert data in to the textbox in PHP Reply To: Insert data in to the textbox in PHP

#169087
__
Participant

Learn PDO or MySQLi instead.

Links:

Also, one thing to keep in mind while you’re learning: SQL is not part of PHP. It is its own program and its own programming language. All you’re doing in PHP is writing SQL Statements that your database will execute. So, if you have problems, make sure your statements work first, and then try to put them into PHP.