To make a connection with a mySql database : Use wamp server, to download it click here. Install it. Start it, left click on the icon in the task bar ( I say left click ) PHP > PHP Extensions > select php_mysql In your php page or classe use this code :// mySql …
Category Archive: PHP
Jul
20
How to make a connection with a sqlServer database by using PHP?
To make a connection with a mySql database : Use wamp server, to download it click here. Install it. Start it, left click on the icon in the task bar ( I say left click ) PHP > PHP Extensions > select php_mssql In your php page or classe use this code :// sqlServer …
Jul
19
How to send and receive parameters in PHP?
There are two ways to do this by : Using the request Using a submit form To illustrate this : Click here to download the two files source.php and target.php Unzip the files.rar and put the files in WAMP_PATH/www/myFirstProject Restart the server and click here In this page you have two choices : Request and Form. If …
Jul
18
How to make your first php page?
PHP is a language used to create a dynamic page web. It is very simple and it is a powerful language used by a large community on the web. To start with, you need a server that compile and interpret the php script after sending a request by the user (Client), then the server send a response …