Search our tutorials

Western Studios Tutorials

     There are 86 Links in our database

First .... 6 7 8 9Previous Page
Category: Main/PHP


Sort Links by: Title (A\D) Date (A\D) Rating (A\D) Popularity (A\D)
Sites currently sorted by: Rating (Highest Scores to Lowest Scores)


Sql Lite in PHP


 
Description: Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides. For examples, if you distribute the web application, your customers may not have access to a MySQL server. In the case of flat files, these can quickly grow large and inefficient and can be difficult to query.
Added on: 22-Jan-2008 Hits: 481
| Comments (0)

Sum Values in PHP Loop


 
Description: This tutorial will show you a simple method to sum values during a php loop.
Added on: 23-Jan-2008 Hits: 769
| Comments (0)

Check for a given link in a remote page


 
Description: Check for a given link in a remote page.
Added on: 07-Feb-2008 Hits: 483
| Comments (0)

Last X Days Ago


 
Description: This tutorial will show you how to display those cool last seen 2 days ago or posted 3 mins ago as seen on http://www.live-tutorials.com
Added on: 28-Apr-2008 Hits: 469
| Comments (0)

Increment Letters with PHP


 
Description: This might sound like a simple task to many professionals but for the beginners this is a life saver. Incrementing letters in php is easy as abc... :)
Added on: 21-May-2008 Hits: 668
| Comments (0)

Add YouTube Video to phpbb 3


 
Description: This tutorial will show you how to add youtube video to your phpbb3 + forums.
Added on: 16-Jul-2008 Hits: 1043
| Comments (1)


First .... 6 7 8 9Previous Page