Learning PHP and MySQL

Friday, August 18, 2006

Example 11-14 Using several functions together to extract a portion of a string

<?php
   $test_string
="testing  testing  Username:Michele  Davis";
   
$position=strpos($test_string,"Username:");

    
//add  on  the  length  of  the  Username:
   
$start=$position+strlen("Username:");

   echo  
"$test_string<br>";
   echo  
"$position<br>";
   echo  
substr($test_string,$start);
?>

Posted by krautgrrl on 08/18 at 05:58 PM
Chapter 11 Code • (0) Comments • (0) TrackbacksPermalink

Statistics

This page has been viewed 407305 times
Page rendered in 0.1989 seconds
Total Entries: 224
Total Comments: 16
Total Trackbacks: 307338
Most Recent Entry: 09/27/2006 12:39 pm
Most Recent Comment on: 10/26/2007 10:00 am
Total Members: 2
Total Logged in members: 0
Total guests: 9
Total anonymous users: 0
Most Recent Visitor on: 05/19/2012 05:53 am
The most visitors ever was 1103 on 11/20/2007 12:50 pm

Referrers

Powered by ExpressionEngine