php tutorial
PHP Tutorial - 1 - Installing PHP
Go to thenewboston.com if you need any help or have any questions. I will answer them all there!
PHP Tutorial #1 - Covering the basics
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
PHP Tutorial: Installation and The Basics
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 be able to access it by going to localhost or /foo.php. There's also something called WAMP www.wampserver.com There's a lot of php tutorials out there just search google www.google.com Request tutorials here youtube.jimmyr.com More PHP TUtorials here killerphp.com Some people have recommended other editors www.scintilla.org www.pspad.com en.wikipedia.org www.context.cx %%programming
PHP Tutorials: Register & Login: User login (Part 1)
Part of the 'Register & Login' Project from PHP Academy. This tutorials walks you through how to process a username and password based login against details found in a database, set a session, and process a logout function.
PHP Tutorials: Dynamic Pages (Part 1/3)
Load files into a content area dynamically using $_GET (eg index.php?p=contactus) WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorial #2 - Login form
This PHP tutorial shall cover a BASIC authentication script enabling authorised users access to a specific website. A more advanced and recommended script for authentication is covered in my 4th tutorial (video response). Visit www.rascal999.co.uk for more information.
PHP Tutorials: MySQL Basics (Part 1/6)
A complete guide to MySQL basics, and using MySQL with PHP. Includes creating a simple posting system. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
1. E - Commerce Website PHP Tutorial - Setting Up the Pages, Layout, and Templates
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 cart for a unique shopping experience. It is a site that handles sales, customers, and inventory.
PHP Tutorial - 2 - Basic Output and Variables
Go to thenewboston.com if you need any help or have any questions. I will answer them all there!
PHP Tutorials: jQuery: Get data from MySQL Database without refreshing
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. FORUM phpacademy.org TWITTER twitter.com BLOG blog.phpacademy.org
PHP Tutorials: Sessions
Simelar 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.
Beginner PHP Tutorial - 1 - Introduction to PHP
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
PHP Tutorial - 21 - include function
Subscribe to my Channel if you like my tutorials! Go to my website thenewboston.com if you need any help or have any questions. I will answer them all there!
PHP Tutorial #4 - Login form (updated)
This PHP tutorial elaborates on my second PHP tutorial which covers authentication. This PHP tutorial covers a more advanced PHP script which allow/denies users access to a specific website. Visit www.rascal999.co.uk for more info, tutorials and forum! Apologies for the belch half way through, I was unaware I uploaded that version of the tutorial ;) Please view the video response as it helps prevent possible SQL attack on your database(s)
PHP Tutorial // User Registration w/ SQL
PLEASE CHECK OUT THE SECOND VIDEO OF THIS A quick and easy user registration using php, sql and phpmyadmin. For full size and source codes: www.neoblob.com SQL: CREATE TABLE `user` ( `id` int(10) unsigned NOT NULL auto_increment, `username` varchar(20) NOT NULL default '', `password` varchar(50) NOT NULL default '', `email` varchar(40) NOT NULL default '', `ip` varchar(20) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
PHP Tutorial - 3 - Basic Math Functions
Go to thenewboston.com if you need any help or have any questions. I will answer them all there!
PHP Tutorial - 5 - if/elseif/else
Go to thenewboston.com if you need any help or have any questions. I will answer them all there!
PHP Tutorials: Security - File Uploading
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 Tutorial - 4 - If Else Statements
Go to thenewboston.com if you need any help or have any questions. I will answer them all there!
PHP Tutorial - 24 - Connecting to MySQL Database
wanna watch this tutorial in high def? www.youtube.com there ya go! and don't forget to subscribe to my channel to get all the latest videos! thenewboston.com
PHP Tutorial: Using Eclipse+PDT as a PHP IDE (Part 1 of 2)
PHPDeveloperBlog.com presents: How to install and use Eclipse--a free, open source platform--as a professional Integrated Development Environment (IDE) for developing PHP applications. Code coloring, intellisense, debugging, and everything else programmers expect in an IDE are available in a PHP IDE for free! High quality, full length versions of this video can be found on our website: PHPDeveloperBlog.com
PHP Tutorial - 23 - Adding Tables to MySQL Database
www.youtube.com click that link if u wanna watch this video in high def! subscribe to my channel!
PHP Tutorials: Admin only pages (Part 1)
Create admin only access pages with this suprising simple and secure method.
PHP Tutorials: Currency Conversion using Google Calculator API (Part 1/2)
Easily convert between currencies with PHP using the Google Calendar API. This tutorial shows you how to create a function to convert between any currency and a form to allow user submission. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com Join our Facebook group! www.facebook.com
PHP Tutorials: Creating Images with PHP
The fundamentals of creating an image in PHP using GD Library support. This tutorial shows you how to create a simple image with welcome text and a name to follow. For example, 'Welcome to PHPAcademy, Alex'
PHP Tutorials: Admin only pages (Part 2)
Create admin only access pages with this suprising simple and secure method.
PHP Tutorials: Create a mailing list (Part 1)
Send an email to a list of users and their email addresses inside a MySQL database.
jQuery Ajax PHP Tutorial : Swap out page content on your website using PHP
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.
PHP Tutorials: Admin only pages (Part 3)
Create admin only access pages with this suprising simple and secure method.
PHP Tutorials: Date and Time (Part 1)
How to display the current time, a time in the past or present, and how to create a simple countdown script.
PHP Tutorial - 20 - date function
Subscribe to my Channel if you like my tutorials! Go to my website thenewboston.com if you need any help or have any questions. I will answer them all there!
PHP Tutorials: Register & Login: User registration (Part 1)
Part of the 'Register & Login' Project from PHP Academy. This tutorials walks you through registering a user to allow them to log in to your site.
2. E - Commerce Website PHP Tutorial - MySQL Database and its Tables
www.developphp.com In this 2nd video we will create the MySQL database and its tables. We demonstrate a scripted method for database table creation in this example. 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 cart for a unique shopping experience. It is a site that handles sales, customers, and inventory.
PHP Tutorials: Security - SQL Injection
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 Tutorial - 8 - Do Loop
Go to thenewboston.com if you need any help or have any questions. I will answer them all there!
PHP Tutorials: Language Chooser
Allow users to choose between various language translations you have to offer, and have your web content quickly translated to their chosen language. Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com
PHP Tutorial - 17 - Return Values
Go to my website thenewboston.com if you need any help or have any questions. I will answer them all there! Subscribe if you like my videos!
How to Code PHP Tutorial 1
This is part 1 of my How to Code PHP Tutorial. You'll learn why you should use php. I'll profile ways you can use PHP and go over the basics.
PHP Tutorial - 25 - Selecting a MySQL Database
PLEASE, watch this video in high def here www.youtube.com its much better, and make sure to subscribe to my channel! thenewboston.com
PHP Tutorials: Basic PHP Proxy
Create your own basic php HTTP proxy. Remember, a proxy should not be used for illegal activity. This tutorial will cover the simplicity of creating a proxy using PHP, and does not encourage such illegal activity.
PHP Tutorials: Uploading/Storing an Image inside a MySQL Database (Part 1)
Uploading and storing images inside a MySQL database, rather than as a file in a web directory. Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com
Page: 1 of 1215










