How do i create a server side in PHP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i create a server side in PHP?

website

22nd Feb 2019, 4:11 PM
Odeh Emmanuel
2 Answers
0
First things first --> Setting Up a Local Web Server <-- PHP script execute on a web server running PHP. So before you start writing any PHP program you need the following program installed on your computer. - The Apache Web server - The PHP engine - The MySQL database server You can either install them individually or choose a pre-configured package for your operating system like Linux and Windows. Popular pre-configured package is XAMPP. --> Creating Your First PHP Script <-- Now that you have successfully installed XAMPP on your computer. Then you can create a very simple PHP script that displays the text "Hello, world!" in the browser window. Here you can find more information: https://www.guru99.com/php-tutorials.html
24th Feb 2019, 11:53 PM
Martin Cervantes
Martin Cervantes - avatar
0
thanks so much! I appreciate
25th Feb 2019, 10:52 AM
Odeh Emmanuel