It is advisable you watch the new Register & Login series at www.youtube.com Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
In this part, we protect specific pages so they're only accessable by users that are registered and logged in. This completes the basic register and login process by making use of what we've done so far. Register & Login series playlist is available at: www.youtube.com Official website phpacademy...
What is PHP is an introduction to PHP
Load files into a content area dynamically using $_GET (eg index.php?p=contactus) Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
A complete guide to MySQL basics, and using MySQL with PHP. Includes creating a simple posting system. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
www.developphp.com In this first video we will establish pages our system will need. We also create a modular design and page layout for easier site management. The E - Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP ca...
Outputs the age of a specified name typed in a form, without a page refresh. It's easy, using jQuery! Great for beginners to AJAX style methods. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
Indenting code is important for readability and debugging. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
www.TechEdGuru.com provides tutorials on various programming topics such as Java, .NET, OOAD, PHP, Perl, Visual Basic, Excel VBA. We offer professional development courses in Programming. Our instructors have over fifteen years of university teaching experience, as well as the practical programmi...
techedguruAn introduction to submitting and processing checkboxes with PHP. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
Go to thenewboston.com if you need any help or have any questions. I will answer them all there!
Protect against SQL Injection and avoid database compromise through variable data that hasn't been sanitized. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
Like us on Facebook at facebook.com Browse and buy t-shirts at massreserve.myshopify.com Visit our wonderful forum at phpacademy.org
Remove .php, .html, and other files extensions from the end of your URLs. eg localhost becomes localhost using .htaccess and a simple rewrite. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
If you're using session to either log a user session or storing data in sessions, you're potentially vulnerable to session hijacking. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
Check out the full PHP series at www.thenewboston.com Here is a link to the phpacademy YouTube Channel. Go and subscribe now! www.youtube.com And here is the phpacademy official website: phpacademy.org
thenewbostonSimelar to cookies, sessions store data, but data is destroyed when the connection is lost (ie browser is closed). I show you how to create, show, and unset sessions. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
$_GET allows values to be read in through the page URL (eg index.php?name=Alex). This example shows how to read these in, and how to incorporate a form as to submit these variables. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
To get php and apache installed use xampp. xampp is free and contains php / apache (around 33mb) 1. Download and Install XAMPP from here: www.apachefriends.org 2. on windows go to C:\xampp it should have a folder called htdocs. If you put a file called foo.html into the htdocs folder you should b...
I've chosen these 7 string functions as my most used. For form validation, security and output (three things that are essential to most PHP projects). These are functions that you should know as a PHP developer and get used to using where nessasary. Official website phpacademy.org Support Forum h...
Simply read any XML file with PHP. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
This PHP tutorial covers the echo, the if...else statement and integer variables. A more in depth written tutorial shall be available on my website soon. www.rascal999.co.uk
Get Source Code: www.developphp.com Learn to use jQuery / Ajax post mechanism to communicate to PHP in order to swap out page content, or access a mysql database, or whatever the hell you want.
Script: www.developphp.com Learn to program the javascript XMLHttpRequest Object to easily send Ajax HTTP requests to your PHP parsing scripts, and get return data from submitted forms or any type of interaction that takes place on your website.
flashbuildingCreating an auto suggest dropdown for a search field using PHP, jQuery and CSS styling. When a user starts typing, clickable results start to appear underneath. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
Creating a 'Like' button with PHP. Easy to integrate into your existing content with the use of jQuery for AJAX calls. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
MVC Playlist @ www.youtube.com In this PHP OOP/OOD Tutorial Ill teach you how you can create a very simple, lightweight MVC. This tutorial covers creating an MVC PHP application and the bare essentials. Create PHP MVC. Get Code @ jream.com
jreamdesign


