Home Tutorials Libraries Scripts Jobs PHP+MYSQL E-Book Contact Us

Making a String Uppercase, Lowercase, or Capitalized

Aug 28, 2010 Author: Developer
One occasional problem with PHP is that MySQL supports case-insensitive character fields, but strings in PHP are case sensitive. In a query, MySQL makes no distinction between the words Ferrett, FERRETT,…

Creating a Screen Scraper

Dec 06, 2009 Author: vvaswani
A screen scraper program accesses a web page and picks through the HTML for interesting or useful data. Here's a very simple one that extracts all hyperlinks from a page and then categorizes them. This…

Extracting a Substring Using substr

Nov 29, 2009 Author: makedon
The substr() function returns a part of a string. You provide a string and the position of the first character to be extracted (keep in mind that the first character has the index 0). From this character…

To find the length of a string

Oct 01, 2009 Author: makedon
You may find that sometimes you need the length of a string.

The String Concatenation Operator

Sep 30, 2009 Author: Developer
The following program asks the user for his first and last names, then prints his full name in two different formats:

 

Lunarpages.com Web Hosting hostgator
Subscribe to our Rss Feed Follow us on Twitter Become our Facebook fan
Most Viewst
Articles
Nov 24, 2008 Wordpress
Nov 24, 2008 Joomla CMS
Sep 30, 2009 How many visitors browsing the site at the moment?
Nov 21, 2008 Anti Spam Bot Email by ASCII
Nov 24, 2008 Dynamic copyright year with php
Recent
Comments
Nov 24, 2008 Wordpress
Nov 24, 2008 Joomla CMS
Sep 30, 2009 How many visitors browsing the site at the moment?
Nov 21, 2008 Anti Spam Bot Email by ASCII
Nov 24, 2008 Dynamic copyright year with php