Categories
Past Tutorials PHP

PHP – Syntax

When writing PHP, proper syntax is paramount. If you do not write your code properly, you will receive errors, which means what your script will not work. syntax |ˈsinˌtaks| noun the arrangement of words and phrases to create well-formed sentences in a language : the syntax of English. a set of rules for or an [ Read More… ]

Categories
Past Tutorials PHP

Strings in variables.

In the previous article we discussed the basics of variables. Now we’ll get a little more in depth and touch on storing a string or multiple strings in variables. So what is a string? A string is simply a string of characters or words. It can be anything from a few words to an entire paragraph. I’m [ Read More… ]