This introduction to CodeIgniter has been designed to introduce you to the basics of this lightweight and powerful PHP framework. It’ll take you from absolute beginner, to being able to start writing basic applications. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
Posts Tagged ‘delete’
PHP Tutorials: Introduction to CodeIgniter – Controllers (Part 2/11)
March 8th, 2012
phpmoz This introduction to CodeIgniter has been designed to introduce you to the basics of this lightweight and powerful PHP framework. It’ll take you from absolute beginner, to being able to start writing basic applications. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
PHP Tutorials: Security – SQL Injection
January 1st, 2012
phpmoz Protect against SQL Injection and avoid database compromise through variable data that hasn’t been sanitized. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorials: Removing a Directory with Contents
December 19th, 2011
phpmoz Deleting a directory containing files and/or subdirectories in PHP isn’t possible using the rmdir function alone. You’ll need to create a recursive function. It’s easier than it sounds, and this tutorial shows you how! WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorial 29 – MySQL Reading Data (PHP For Beginners)
November 30th, 2011
phpmoz This video explores the SELECT statement when working with MySQL queries in PHP. We take two mock entries from our table and then display two fields in that table onto a clients page. This video does not show how to use the statement effectively but that will be covered further down the line. For more information, check out the website: howtostartprogramming.com
PHP Tutorial 28 – MySQL Inserting Data (PHP For Beginners)
November 28th, 2011
phpmoz This tutorial takes a look at how to insert data into a MySQL Table and specify which fields to insert data into. There is no example of using this to insert user-generated data yet because of the 15 minute limit but I will cover that don’t worry. The more experienced viewers will know how to do this already. For more information, check out the website: howtostartprogramming.com
PHP Tutorial 27 – MySQL Creating A Table (PHP For Beginners)
November 3rd, 2011
phpmoz In the previous tutorial we took a first look at MySQL and Phpmyadmin. In this video we will run our first MySQL Query through PHP to create a table inside of our accounts database that we created in part 26. For more information, check out the website: howtostartprogramming.com
PHP Tutorials: Security – File Uploading
August 17th, 2011
phpmoz Not protecting file uploads is a common security problem, and can lead to a variety of security issues. Have you protected your file upload process? WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorials: Security – File Includes
August 16th, 2011
phpmoz Including files from any potentially user defined source can lead to severe security vulnerabilities being present in your code, allowing an attacker to potentially gain full control of your website. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorial – File delete
March 27th, 2011
phpmoz PHP Tutorial – File delete Source download: uploading.com Password file: fireman.xaa.pl Sound: Staind – So far away Reklama: ostatniododane.pl http serwator.pl

Posted in
Tags:

