Subscribe by: RSS
instr is a function used to find the first occurrence of a sub-string within a larger string. Unlike ASP or VB, PHP does not use the terminology instr, but instead uses strpos. Although named differently, strpos has the same basic functionality as instr. strpos syntax: int strpos (string $string1, mixed $string2 [, int $start = [...]
Continue reading...Wednesday, June 30, 2010
Do you want to take your web skills to the next level? Do you want to make the most of your time? Are you tired of paying someone else to install and write your php scripts? Discover how easy it is to master PHP using Robert Plank’s SimplePHP eBook. Learn PHP in 24 hours or [...]
Continue reading...
Friday, July 2, 2010
7 Comments