Programming

PHP Tutorial #2 – POST/GET Functions

In Tutorial 1 I discussed the basics of PHP. I went over the things you can do with PHP, advantages of using PHP, basic syntax, use of variables, and a few things to look out for when coding. In this tutorial, I will go over the basic POST/GET functions and the different ways they can [...]

PHP Tutorial #1 – The Basics

PHP is a scripting language used for many websites and network-driven tools. The language itself is very similar to C++, yet there are several differences. Here’s a basic summary on how the scripts work:The php “compiler” reads PHP files (.php or .php3 extension) off of the server.