PHP - Server side vs. client side

I think this should have been the first tutorials posted on VideoPHPBlog.com. In this video php tutorial you will be explained the basics of what the web server is doing when it receives a web page request and the difference between server side and client side programing.


PHP Tutorial: Using Eclipse+PDT as a PHP IDE

There are a lot PHP Integrated Development Environments (IDEs) on the market, some freeware, some pretty expensive. In this tutorial you will learn how to install and use Eclipse + PDT.
Eclipse is an open source community whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, [...]


SQL Injection

An SQL injection demo that should make you check twice when setting SQL security.


Find security bugs in your PHP applications in an instant

Have you ever tried to track down XMLHttpRequests of your PHP application for security issues? It’s hard, isn’t it? Welcome to the world of Web2.0, XSS, SQL injections, Code inclusion/execution, Session injection, Cross Site Request Forging and so on.


PHP Security

Like every programing language, PHP too has some security rules that should not be overlooked. Take a look at this fine video php tutorial to understand this.


For and Foreach functions

This video tutorial will teach you how to use For and Foreach functions.


PHP Installation and The Basics

Yes another PHP instalation tutorial. But this one is more detailed and better explained. It will show you how to install XAMPP and the first steps in making a simple PHP script.


Drag And Drop Made Easy: Tutorial - Ajax And PHP Part Two

This is the second part of Drag And Drop Made Easy tutorial. To see the first part click here.


Drag And Drop Made Easy With Ajax And PHP - Part One

Every body likes the ease of Drag and Drop thinks in Windows. It saves a lot of time when you need to do a lot of things (like copying some pictures from one folder to another). But what if we do this in a web site. This tutorial will show us how to do this [...]


PHP - 4 - If Else Statements

The If Else PHP statement is the most used statement in PHP. Hereyou will learn how to use it.


« Previous PageNext Page »