Uploading YouTube Videos with the PHP Client Library
Jochen Hartmann (YouTube API and Tools Team) demonstrates the basics of how to use the PHP Client Library and YouTube Data API to upload videos.
Jochen Hartmann (YouTube API and Tools Team) demonstrates the basics of how to use the PHP Client Library and YouTube Data API to upload videos.
If you need to integrate MySQL data into Flash with PHP than this is the screencast to see. It goes into details and explains very good and simple what you need. This is embedded from tutorialvid.com and has a higher resolution than those from YouTube. The down point is that you have to login in [...]
This is a very interesting tutorial if you would like to build your own calculator written in PHP. It guides you through all the steps and it is very clean written and has a good error checking. It uses if, witch and other math functions.
This is the perfect video tutorial for begginers hwo want to make from the beggining a good database layout. Take this very serios because the seying “think first and act later” must be taken in consideration when talking about databases.
Debugging is usualy considerd quite a hard procedure that every programmer must do in the long proccess of developing an application. In this video tutorial we will see in action how to debug an AJAX and PHP application using Firefox with Zend toolbar and firebug toolbar and Zend Studio coupled with Zend Debugger.
In this series of video tutorials you’ll be showing the basics of setting up Zend Framework.
3 Google developers are talking about the a new release of Zend Framework (v1.0.3) and demonstrate it’s use with some examples. It is known that Zend Framework has a Gdata (Google Data) client component to access the Gdata services but in this version they included extensions to make an easy access to Youtube, Picasa and Google Documents List. The current version of Gdata is the most updated so I recommend this one.
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.
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, [...]
An SQL injection demo that should make you check twice when setting SQL security.