[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



J.M. Taylor wrote:

> $string = "johndoe";
> $newstring = substr($string,0,3);
> 
> (take the substring of $string starting at position 0, give me 3 
> characters)
> 
&gt; <a  rel="nofollow" href="http://us2.php.net/manual/en/function.substr.php";>http://us2.php.net/manual/en/function.substr.php</a>
&gt; 
&gt; hth
&gt; jenn
&gt; 
&gt; On Tue, 17 Feb 2004, Nathan J. Underwood wrote:
&gt; 
&gt; 
&gt;&gt;Is there a way to say &quot;Just give me the first n characters of a string&quot; 
&gt;&gt;in PHP?  For example, if the string was &quot;johndoe&quot;, and I just wanted the 
&gt;&gt;first 3 characters, or &quot;joh&quot;?  I think I could do it with some kind of 
&gt;&gt;regex, but I can't seem to come up with one that works.  It will be used 
&gt;&gt;in a MySQL query when it's done, like the following:
&gt;&gt;
&gt;&gt;$string = &quot;johndoe&quot;;
&gt;&gt;$newstring = justgivemetheleft3($string);
&gt;&gt;
&gt;&gt;$query = &quot;SELECT * from table where name like &quot;$newstring%&quot;
&gt;&gt;
&gt;&gt;I can't say give me everything that matches johndoe, because some of 
&gt;&gt;them are john doe, some are john_doe, some are john, etc.  But, the 
&gt;&gt;first 3 will always be right.
&gt;&gt;_______________________________________________
&gt;&gt;Ale mailing list
&gt;&gt;Ale at ale.org
&gt;&gt;<a  rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale";>http://www.ale.org/mailman/listinfo/ale</a>
&gt;&gt;
&gt;&gt;
&gt; 
&gt; 


</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<!--X-Follow-Ups-End-->
<!--X-References-->
<ul><li><strong>References</strong>:
<ul>
<li><strong><a name="00568" href="msg00568.html">[ale] [OT] PHP Question</a></strong>
<ul><li><em>From:</em> jtaylor at onlinea.com (J.M. Taylor)</li></ul></li>
</ul></li></ul>
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00569.html">[ale] [OT] PHP Question</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00571.html">[ale] ALE NW meeting Thursday</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00568.html">[ale] [OT] PHP Question</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00569.html">[ale] [OT] PHP Question</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00570"><strong>Date</strong></a></li>
<li><a href="threads.html#00570"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>