Related Articles

PHP Programming (NEW)
PHP – Text Editor for Writing…
You can use basic ASCII Text editors to write PHP code. You simply need to save the file with the .php extension.

PHP Programming (NEW)
PHP – if else Statements
If Else Statements allow for code to run if a condition is true, but have different code run of a condition is false. <?php $age = 15; print “Your Age is $age”; print “<br>”; […]

*NEW
Linux Projects – Parse NMAP XML Output with PHP
This project shows you how to parse (read) the nmap XML output file and turn ip addresses, mac addresses, hostnames, vendors and ports into PHP variable values and then print them out. Prerequisite Classes: Linux […]
Be the first to comment