If you have an overburden php website and don’t know what to do to speed it up or if you just want to make your own caching system than this is the absolute starting point. Jesse from #JREAM will show you how to store your PHP parsed data into a file that is easier to render and will take a lot of burden from your application.
Archive for the 'Beginners' Category
For the uninitiated, future, PHP programmers, I found a good video tutorial that explains the PHP syntax.
In this tutorial you’ll be covering PHP sessions. PHP sessions are more like cookies but with the difference that sessions are closed right after the connection with server is closed. But watch this screen-cast to learn in detail about them.
Today I found a great PHP tutorial series called “Diving into PHP”. It is made by Jeffrey Way from nettuts and it has 15 episodes till now. It starts from scrach and slowly builds up to advanced topics that is why it is great for PHP beginers and for advanced users.
There are a lot of blog softwares out there but the by far si WordPress. It is fully customisable, easy to use, it has a lot of plugins, it is SEO friendly etcetera. In this tutorial you will learn to install WordPress.
I know for sure that every programmer came at least once into a quite a nasty problem and that is “What the hell have I coded here ?”. We all use the IF…ELSE statements and we all get sometimes into veeery big codes where you don’t understand a thing. In this tutorial you will learn about the SWICH statement and the TERNARY operator witch are very helpful in this cases.
A tutorial that will learn you to build an email handling PHP script that sends info from your on line form to your e-mail.
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.
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.





