The PHP Blog was the first of its kind from our wonderful team, but today we have an addition to the family with the launch of the iPhone SDK blog!
The iPhone SDK Blog will bring you regular tutorials on many aspects of developing applications for the iPhone, be sure to check them out and add them to your bookmarks!
This post is a part two of the first post on the basics of arrays. Today we’ll look at some useful functions built for using with arrays that come as standard with PHP and some more advanced techniques.
One thing you can’t escape in your PHP journey is arrays, at one point or another they’ll crop up in your simple script, your project or anything in between. Arrays are relatively to simple to use, but can be a bit daunting for people new to programming or just PHP.
Today we’ll look at arrays from a simple array, to a key and value array, finally we’ll have a look at expanding on arrays with a multi-dimensional array.
The PHP Blog has moved host from Crissic to HostGator and hopefully the downtime we’ve been experiencing lately is no more!
We’d like to apologize about the recent down time, our previous host Crissic decided to go down for days at a time with no explanation, when the site finally came back online we took a backup and moved host instantly.
More often than not, new developers tend to repeat a lot of code in their websites and web apps instead of recycling them. Functions give you the freedom to alter code all throughout your website or web app in one place, both convenient and it helps avoid errors!
We’ll look at why functions should be used, where they should be used, how they should be used and some special techniques you should be using.
SQL injection is one of the biggest and most overlooked flaws on the web today, with the advent of millions of hosting companies that offer you your own database and scripting language to play with, anyone can setup their own community, blog or anything in between. Developers who are unskilled tend to leave a lot of flaws in their code, room for SQL injection is one of the most dangerous.
In this tutorial we’ll look at how attackers use SQL injection for the purpose of damage or unauthorized access and how to protect you and your site against it.
Welcome all, to the opening of The PHP Blog. We’ve got a lot in store for you and we hope you enjoy all of our tutorials to come! We’re a blog dedicated to teaching web development to the masses, you can also request tutorials to your own liking!