Register or Login
EE-
Learning
Home
About
Subject List
Course List
Contact
Home
About
Courses
Contact
Home
Subject
Lectures
Deleting Cookies with PHP
Catogry:
Computing
Subject:
Computer Programming
Course:
PHP Tutorials
Lecture List
Final PHP Video!!!
Connecting to a Database the OOP Way
extends Part 2
extends Part 1
Multiple Instances of Classes
Class Constructor
Constants
public, private, and protected
Changing a Property Value
Return a Property Value
Classes, Properties, and Methods
Introduction to OOP
Custom Error Messages
Custom Exceptions
try, throw, catch
Throwing an Exception
POSTing Data Part 5
POSTing Data Part 4
POSTing Data Part 3
POSTing Data Part 2
POSTing Data Part 1
Auto Suggest Application Part 4
Auto Suggest Application Part 5
Auto Suggest Application Part 3
Auto Suggest Application Part 2
Auto Suggest Application Part 1
Loading in file Contents to a DIV Part 3
Loading in file Contents to a DIV Part 2
Loading in file Contents to a DIV Part 1
Introduction to AJAX
Scaling Down Images to Thumbnails Part 3
Scaling Down Images to Thumbnails Part 2
Scaling Down Images to Thumbnails Part 1
Creating Captcha Image Security Part 4
Creating Captcha Image Security Part 3
Creating Captcha Image Security Part 2
Creating Captcha Image Security Part 1
Watermarking Images Part 3
Watermarking Images Part 2
Watermarking Images Part 1
Protecting Email with String to Image Part 4
Protecting Email with String to Image Part 3
Protecting Email with String to Image Part 2
Protecting Email with String to Image Part 1
Introduction to GD
SQL Injection Part 5
SQL Injection Part 4
SQL Injection Part 3
SQL Injection Part 2
SQL Injection Part 1
More Validation Part 3
More Validation Part 2
More Validation Part 1
Registration Form Part 4
Registration Form Part 4
Registration Form Part 3
Registration Form Part 2
Registration Form Part 1
Protecting the User Against SQL Injection
Getting User Data Part 2
Getting User Data Part 1
Logging the User Out
Logging the User In Part 4
Logging the User In Part 3
Logging the User In Part 2
Logging the User In Part 1
Creating Tables
SELECT DISTINCT
LIKE With a Search Engine Example Part 4
LIKE With a Search Engine Example Part 3
LIKE With a Search Engine Example Part 2
LIKE With a Search Engine Example Part 1
JOIN
RIGHT JOIN
LEFT JOIN
Creating a Database Hit Counter Part 4
Creating a Database Hit Counter Part 3
Creating a Database Hit Counter Part 2
Creating a Database Hit Counter Part 1
More Basic Querying Part 3
More Basic Querying Part 2
More Basic Querying Part 1
SELECT By Example Part 2
SELECT By Example Part 1
SELECT Part 3
SELECT Part 2
SELECT Part 1
Connecting to a Server and Database Part 2
Connecting to a Server and Database Part 1
phpMyAdmin Part 3
phpMyAdmin Part 2
phpMyAdmin Part 1
More About Databases
An Introduction to Databases
A YouTube XML Example
Reading a Simple XML File: Part 2
Reading a Simple XML File: Part 1
An Introduction to XML
An Introduction to XML
Creating a Simple Contact Form Part 4
Creating a Simple Contact Form Part 3
Creating a Simple Contact Form Part 2
Creating a Simple Contact Form Part 1
Sending an Email Part 2
Sending an Email Part 1
MD5 Encryption Part 2
MD5 Encryption Part 1
Creating a File Based Unique Hit Counter Part 3
Creating a File Based Unique Hit Counter Part 2
Creating a File Based Unique Hit Counter Part 1
Creating a non-unique Hit Counter
Uploading Files: Restricting File Extensions Part 2
Uploading Files: Restricting File Extensions Part 1
Uploading Files: Restricting File Size
Uploading Files: The Basics Part 2
Uploading Files: The Basics
File Handling: Deleting and Renaming Files Part 2
File Handling: Deleting and Renaming Files Part 1
File Handling: Checking if a File Exists
File Handling: Listing Files Part 2
File Handling: Listing Files Part 1
The implode Function with File Handling Example
The explode Function with File Handling Example
File Handling: Appending a File
File Handling: Reading a File
File Handling: Writing to a File
Deleting Cookies with PHP
Creating Cookies with PHP
Unsetting PHP Sessions
Setting PHP Sessions
Using htmlentities for Security
Working with Form Data
Working with $_POST Variables
Working with $_GET Variables
Detecting a Visitors Browser Part 2
Detecting a Visitors Browser Part 1
Better Way to Get Visitors IP Address
Getting Visitors IP Address
ob_start
Using the Header to Force Page Redirect
$_SERVER Variables: Host Name
$_SERVER Variables: Script Name
Random Number Generation
Modifying timestamps
timestamps
Creating a Find and Replace Application Part 4
Creating a Find and Replace Application Part 3
Creating a Find and Replace Application Part 2
Creating a Find and Replace Application Part 1
Word Censoring Part 2
Word Censoring Part 1
String Functions: Replacing Predefined Part of a String
String Functions: Replacing Part of a String
String Functions: String Position Part 2
String Functions: String Position Part 1
String Functions: Upper / Lower Case Conversion
String Functions: String Length
More on Expression Matching
include_once and require_once
include and require Functions
for each Statement
Multi-dimensional Arrays
Associative Arrays
Introduction to Arrays
String Functions Part 4
String Functions Part 3
String Functions Part 2
String Functions Part 1
Global Variables and Functions
Functions with a Return Value
Functions with Arguments
Basic Functions
Expression Matching
die and exit Functions
switch Statement
for Loop
do while Loop
while Loop
Triple Equals
Logical Operators
Arithmetic Operators
Comparison Operators
Assignment Operators
if / else if Statement
if / if else Statement
Concatenation
Variables
More on Error Reporting
Error Reporting
Comments
Embedding PHP Inside HTML
Output HTML Using echo/print
Print
Echo
Indentation
The php.ini File
The phpinfo Function
Writing Your First PHP File
Creating Your First PHP File
Installing XAMPP Part 2
Installing XAMPP Part 1
Introduction to PHP