PHP Tutorials: PDO: Return Last Inserted ID (Part 6/7)
Part 7/7: www.youtube.com Here, we look at simply returning the last inserted ID for the last executed query. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
View ArticlePHP Tutorials: PDO: Connecting to a Database (Part 1/7)
Part 2/7: www.youtube.com Connecting to a database with PDO, using one of the available PDO drivers. In this case, we're connecting using MySQL. Official website phpacademy.org Support Forum http...
View ArticlePHP Tutorials: PDO: Binding Values to Queries (Part 4/7)
Part 5/7: www.youtube.com Binding values to a query offers SQL injection protection. Here, we look at an example of searching a database table for user defined input, and injecting this value into the...
View ArticlePHP Tutorials: PDO: Affected Row Count (Part 3/7)
Part 4/7: www.youtube.com Using a PDOStatement method, we can return the amount of rows that were affected by our last query, which can be very useful! Official website phpacademy.org Support Forum...
View ArticlePHP Basics: Arrays (Part 1/2)
Part 2/2: www.youtube.com A more in depth look at arrays with some examples. Includes, creating and adding to arrays, dumping array contents and creating a function to output values from a specific...
View ArticlePHP Basics: Arrays (Part 2/2)
Part 1/2: www.youtube.com A more in depth look at arrays with some examples. Includes, creating and adding to arrays, dumping array contents and creating a function to output values from a specific...
View ArticleCSS/CSS3 Tutorials: Quick & Easy CSS Triangles
Quickly and easily create triangles in CSS with any colour, size, shape or direction.
View ArticleCSS/CSS3 Tutorials: Dropdown List Menu (Part 1/2)
Creating a pure CSS dropdown tool menu. Cross browser compatible, scalable and fast
View ArticleCodeIgniter Tutorials: Registration & Login (Part 1/13)
Learn how to build a registration system, allowing users to signup and log in, including email activation.
View ArticleCodeIgniter Tutorials: Registration & Login (Part 12/13)
Learn how to build a registration system, allowing users to signup and log in, including email activation.
View ArticleCodeIgniter Tutorials: Registration & Login (Part 6/13)
Learn how to build a registration system, allowing users to signup and log in, including email activation. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
View ArticleCodeIgniter Tutorials: Facebook Connect Login (Part 9/9)
Allow users to sign in to your site using their Facebook account. We look at how this can be done within the CodeIgniter framework using the Facebook API
View ArticleCodeIgniter Tutorials: Facebook Connect Login (Part 4/9)
Allow users to sign in to your site using their Facebook account. We look at how this can be done within the CodeIgniter framework using the Facebook API. Official website phpacademy.org Support Forum...
View ArticleCodeIgniter Tutorials: Facebook Connect Login (Part 7/9)
Allow users to sign in to your site using their Facebook account. We look at how this can be done within the CodeIgniter framework using the Facebook API
View ArticleCodeIgniter Tutorials: Facebook Connect Login (Part 8/9)
Allow users to sign in to your site using their Facebook account. We look at how this can be done within the CodeIgniter framework using the Facebook API. Official website phpacademy.org Support Forum...
View ArticleCodeIgniter Tutorials: Facebook Connect Login (Part 5/9)
Allow users to sign in to your site using their Facebook account.
View ArticleCodeIgniter Tutorials: Facebook Connect Login (Part 6/9)
Allow users to sign in to your site using their Facebook account. We look at how this can be done within the CodeIgniter framework using the Facebook API. Official website phpacademy.org Support Forum...
View ArticleJavaScript Tutorials: AJAX File Upload with Progress Indicator (Part 3/5)
Don't want to watch on YouTube?
View ArticleJavaScript Tutorials: AJAX File Upload with Progress Indicator (Part 2/5)
Don't want to watch on YouTube? Download at phpacademy.org Part 3/5: www.youtube.com A JavaScript AJAX file uploader that handles multiple file upload and percentage progress indicator.
View ArticleJavaScript Tutorials: AJAX File Upload with Progress Indicator (Part 1/5)
Don't want to watch on YouTube? Download at phpacademy.org Part 2/5: www.youtube.com A JavaScript AJAX file uploader that handles multiple file upload and percentage progress indicator. Uses PHP to...
View Article