What is php mysql?

1 answer

Answer

1176895

2026-04-30 21:30

+ Follow

MySQL
MySQL

You are probably referring to running a MySQL query from within a PHP script. This is often done so that the PHP code can perform operations on the data that it gets out from the database. Creating an actual query from php is fairly simple once you have everything else set up, in fact if you know MySQL already you can just use the exact same syntax in PHP.
Here is a link to a tutorial that will show you how to set up everything:

MySQL/">http://www.freewebmasterhelp.com/tutorials/phpMySQL/

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.