A Few MySQL Tips You Might Not Know
by Webmaster
Email: webmaster@binarytrends.com - 2005-10-15 08:12:46
MySQL is a database server suitable for small and a little bigger sized database applications. It has been the all time favourite since its creation. It works on windows as well as Unix / Linux but when run on Unix / Linux, it can provide multithreading which boosts its performance a lot. MySQL supports standards SQL (ANSI) and can be used with a variety of web technologies pretty efficiently. PHP with MySQL is one of the best combinations used by millions of websites and they are happy with it. ... read the full article
Text Manipulation in PHP
by Webmaster
Email: webmaster@binarytrends.com - 2005-10-02 20:52:42
Web content manipulation is one of the challeges faced by webmasters. Handling form feeds, different text formats and maniplating HTML tags in content can be tricky. Thanks to PHP which provides you with a variety of text manipulation functions. Using these functions you can achieve almost any desired text formats, handle any undesired situations and build an effective cotent management system for your website. In this article I will explain a few commonly used text manipulation techniques using PHP. It does not obviously cover all the aspects of content management but at least will give you a few very useful ways of performing some very frequently used techniques. ... read the full article
When working with PHP file functions, be very careful with what you are doing. you will be making files available from your operating system on web pages. So double check for the loop holes before you make it live. ( Posted by Guest )