Tag Archives: tutorial

PHP Tutorial: Validating Forms with Veto

Update This article is now available in Serbo-Croatian, thanks to Vera Djuraskovic from Webhostinggeeks.com, who’s very kindly translated it! Validation is one of the basic uses of PHP, and one of the things we learn first as PHP developers. However, it’s basic doesn’t lend itself to the fact that it is both time-consuming, and can [...]

Posted in PHP, Tutorials | Also tagged , , , , , , , , , , , , , | 2 Comments

PHP Tutorial: Introduction to MySQLi Prepared Queries

PHP MySQL Support Using MySQL with PHP has traditionally been one of the most flexible and most used combinations of server-side languages and database engines. PHP and MySQL were quickly tied together when PHP caught on, and the relationship has continued ever since. Originally, when PHP was an entirely procedural scripting language, the MySQL functionality [...]

Posted in PHP, Tutorials | Also tagged , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

PHP Tutorial: Fetch and Display Tweets

This is hopefully the first in a few posts that will describe and explain a quick and easy method to get something up and running using PHP. This tutorial will talk through a class I wrote extremely quickly that can pull tweets using Twitter’s REST API from both protected and public accounts, and that will [...]

Posted in PHP, Tutorials | Also tagged , , , , , , , , , , , , , | 3 Comments