Please what are the basic steps in creating using PHP? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuestas
+ 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