Posts Tagged with "php"

PHP instr() tutorial

Friday, July 2, 2010

7 Comments

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...

You can learn php in less than 24 hours!

Wednesday, June 30, 2010

0 Comments

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...