Published by OZz on June 5, 2008
under Beginners, networking
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.
Published by OZz on May 28, 2008
under IDEs
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, [...]
Published by OZz on May 2, 2008
under Security
An SQL injection demo that should make you check twice when setting SQL security.
Published by OZz on May 2, 2008
under Security
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.
Published by OZz on April 2, 2008
under Beginners, 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.
Published by OZz on March 18, 2008
under Beginners, functions
This video tutorial will teach you how to use For and Foreach functions.
Published by OZz on March 18, 2008
under Beginners, Installing, Installing Apache, Installing MySQL, Installing PHP
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.
Published by OZz on March 14, 2008
under Forms
This is the second part of Drag And Drop Made Easy tutorial. To see the first part click here.
Published by OZz on March 14, 2008
under Forms
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 [...]
Published by OZz on March 9, 2008
under Beginners
The If Else PHP statement is the most used statement in PHP. Hereyou will learn how to use it.
« Previous Page — Next Page »