Please what are the basic steps in creating using PHP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please what are the basic steps in creating using PHP?

PHP and applications...

8th Sep 2018, 6:30 PM
GMU Online Lectures
GMU Online Lectures - avatar
2 Answers
+ 1
<!DOCTYPE html> <html> <body> <?php echo "My first PHP script!"; ?> </body> </html>
8th Sep 2018, 8:30 PM
onekpsc
+ 1
you can link example_file.php from external file also
8th Sep 2018, 8:32 PM
onekpsc