First Place System Administration using CISCO

This was my last year to compete at BPA for my district compeition. In the past years I’ve always gone with XHTML or just testing over Web Design, however this year being my second year of CISCO training towards my CCNA I was givin the opurtunity to compete in the test over CISCO. Long story short, I ended up winning 1st place here in my district and will be advancing with 2 of the other top test … Continue reading

Check if PHP is Installed

Quick tip for the day. How to check if PHP is installed on your machines server or not. Open up Notepad Type in the following:  <? phpinfo(); ?> Now save the document as “phpinfo.php” and open it up in your web browser. If you get a webpage popping up with all your php info in it, then php has successfully been installed on your machine. Enjoy