WAY2WEB: Web Design & business...
Coding
- Guide to Installing php My Admin
phpMyAdmin is a popular and powerful database management tool, which allows you to control most aspects of a database through a web-based GUI, rather than using direct SQL for complex administration tasks. Read More...
- BBcode2HTML: easily parse BBcode
BBcode is a spinoff of HTML, which is generally used on bulliten boards and online forums. It is a easy way to allow users to styalise their posts, without empowering them too much. Read More...
- PHP: Easter_Date (Get the Date of Easter)
There are some functions in PHP which you use on a regular day-to-day basis, and I'm sure you can remember them. Easter_date is not one of them! This function is not quite as useful, but I'm sure it can be handy in certain circumstances. Read More...
- PHP: Obtaining International Stock Prices from Yahoo!
Stock prices are on the news each night, in the newspaper, and have a section devoted to them in many portal websites. Why not include that functionality on your own website or intranet? Read More...
- Understanding Object Orientated PHP
Quite some time ago, our friend Tim Cooper wrote a tutorial which explains the basics of OO-PHP. The article was released under a Creative Commons agreement, and we have published it here so you too can start learning about this new level of PHP coding. Read More...
- Link Extractor
When building certain web applications, you need to search through the entire page of source code to find all of the outgoing links. This can be a tricky task to wrap your head around - where to start?!? Read More...
