Related Articles
PHP Programming (NEW)
PHP – Why Learn…
Why should you learn PHP when there are two many “better” languages available? It’s easy to learn. You can build practical web apps within a week of starting. Finally a huge number of legacy web […]
*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 […]
*NEW
PHP – Upload File with HTML Form ($_FILES)
With an HTML form and PHP you can upload files to your web server. When you use $_FILE in PHP you are able to access information about the file stored in the $_FILE array. Prerequisites: […]
Be the first to comment