To learn PHP you’ll need a LAMP server of some sort, a text editor, and a good study guide. I highly recommend buying a book because it’s an excellent UI while learning a language.
Related Articles
*NEW
PHP – Test Variable Against an Array with in_array()
The in_array() function allows you to check if a value is stored with an Array. This can be used for things such as creating an array of which states a company ships products to. in_array() […]
PHP Programming (NEW)
PHP – Naming Scripts and Tags in…
You need to name your PHP files with a .php extension for them to work on your server. Past this you use the PHP Tags to trigger scripts within a web page. <?php print “Hello […]
PHP Programming (NEW)
PHP – Send Data to PHP with HTML Form
Sending data to PHP from an HTML form is easy.
Be the first to comment