Home » Archive

Articles tagged with: string

PHP »

[1 Jul 2010 | 2 Comments | 158 views]

Here is a quick tip on parsing and unparsing string and array in PHP.
You can parses the string into variables by using the parse_str PHP function.
Using parse_str function

PHP »

[29 Apr 2010 | No Comment | 317 views]

Suppose, I have a string with text and number and I only want the number. I don’t want the characters and text of the string.
Here is the way out:-

jQuery »

[28 Jan 2010 | 2 Comments | 3,438 views]

In this article, I will be showing you how you can replace string, div content, and image src value with jQuery.
You can do this by replace() function in jQuery.

PHP »

[5 Mar 2008 | 2 Comments | 233 views]

Explaining/Illustrating different ways to generate random numbers and strings in PHP

MySQL, PHP »

[9 Dec 2007 | No Comment | 40 views]

Problem:
Concatenate and fetch data from two fields of database and then break it again.
Solution: