Search our tutorials

Western Studios Tutorials

     There are 86 Links in our database

12 3 4 .... Next Page
Category: Main/PHP


Sort Links by: Title (A\D) Date (A\D) Rating (A\D) Popularity (A\D)
Sites currently sorted by: Date (New Links Listed First)


Alternate Row Colors in PHP


 
Description: This tutorial will teach you how to use PHP to alternate row colors. This can be applied to any loop.
Added on: 24-Jul-2008 Hits: 170
| 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: 558
| Comments (1)

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: 484
| 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: 393
| 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: 422
| 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: 646
| Comments (0)

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: 445
| Comments (0)

Search MySQL Effectively


 
Description: This tutorial will teach you how to search Mysql effectively without using tons of extra coding. Most people know you can use LIKE %$search% to find matches but what if your user input "Pirates Action" with the hopes of finding an action movie that may have Pirates in them? Well this tutorial shows you how to separate the phrase and search for both words.
Added on: 24-Dec-2007 Hits: 252
| Comments (0)

Regular Expressions in PHP


 
Description: Regular expressions are a powerful tool for examining and modifying text. Regular expressions themselves, with a general pattern notation almost like a mini programming language, allow you to describe and parse text. They enable you to search for patterns within a string, extracting matches flexibly and precisely. However, you should note that because regular expressions are more powerful, they are also slower than the more basic string functions. You should only use regular expressions if you have a particular need. This tutorial gives a brief overview of basic regular expression syntax and then considers the functions that PHP provides for working with regular expressions.
Added on: 29-Oct-2007 Hits: 191
| Comments (0)

PHP/MySQL Video Tutorial


 
Description: A high quality video tutorial that will teach you how to add and retrieve data from a MySQL database using PHP. Password to open the file is: http://www.westernstudios.net
Added on: 07-Aug-2007 Hits: 280
| Comments (0)


12 3 4 .... Next Page