Using the strpos() function The strpos() function is used to search for a string or character within a string. If a match is found in the string, this function will return the position of the first match. If no match is found, it will return FALSE. Let’s see if we can find the string “world” [...]
Posts from ‘May, 2007’
strlen()
Using the strlen() function The strlen() function is used to find the length of a string. Let’s find the length of our string “Hello world!”: <?php echo strlen("Hello world!"); ?> The output of the code above will be: 12 The length of a string is often used in loops or other functions, when it is [...]
Strings in PHP
String variables are used for values that contains character strings. In this tutorial we are going to look at some of the most common functions and operators used to manipulate strings in PHP. After we create a string we can manipulate it. A string can be used directly in a function or it can be [...]
PHP Variables
A variable are used for storing a values, like text strings, numbers or arrays. When a variable is set it can be used over and over again in your script All variables in PHP start with a $ sign symbol. The correct way of setting a variable in PHP: $var_name = myvalue; New PHP programmers [...]
Embedded Video with Link in WordPress
It is a plugin. Embedded Video with Link It required to use WYSIWYG editor. This is only thing I don’t like. Let’s see an example. [youtube MWYi4_COZMU Step by Step of WordPress]
Submit to Yahoo : Search Engine Optimize
Follow the instruction of this post. I submit the rss or sitemap to: Yahoo Site Explorer Add site, Upload key file, add Feed.
Great deal : Dell Desktop Dimension™ E520
Dimension™ E520 desktop with 19″ flat panel, Intel® Pentium® D Dual-Core processor and CD/DVD burner*. Featured at $429. You Save $280. Dimension™ E520 Desktop with 19” flat panel, Featured at $429 Processor Pentium® D Processor 925 with Dual Core Technology (3GHz, 800FSB) Operating System Genuine Windows® XP Home Edition Monitor 19 inch Samsung 920NW Widescreen [...]
Top 10 Ringtones
Here is the list from Virgin modile. The Top 10 Ringtones. Some people want the free ringtones. But it is difficult to get the real free ringtones. It goes without saying, TOP 10 Ringtones. 1) Don’t Matter – Akon 2) Girlfriend – Avril Lavigne 3) Paralyzer – Finger Eleven 4) Glamorous – Fergie 5) This [...]
Upgrade to WordPress 2.2
It is the time to upgrade my blog to WordPress 2.2. The Upgrade steps can be found here. Download the file here. First, I backup all files. 2nd, deactivated all plugins. 3nd, download the WP2.2. 4th, Deleted the files. 5th, Upload all new files. 6th, Run /wp-admin/upgrade.php 7th, Login the Admin, activated plugins. Done.
Sitting in the Ride Stuff
Ride inside a wheel, not outside the wheel. Kerry Mclean is one of a small but obsessed group of monowheel maniacs around the globe. Mclean built his first monowheel in 1970. It is not like a car. It’s not like anything you’ve ever ridden.


