Tag Archives: test

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 [...]

0  

Windows Phone Beta Site Coded in PHP?

Just thought it’d be interesting to share this discovery I’ve found.

1  

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 [...]

0