Login | Register
Help: Searching, Tag Searching, Edit Tags
Votes:
You must be logged in with a MySQL account to vote on Planet MySQL entries. More information on PlanetMySQL voting.
Layout:
Displaying posts with tag: leading (reset)
Using PHP function intval().
Code example: echo intval(”05″); Returned value: 5
Using PHP function ltrim().
Code example: echo ltrim(”005″,”0″); Returned value: 5
ShareThis
Planet MySQL © 1995, 2013, Oracle Corporation and/or its affiliates Legal Policies | Your Privacy Rights | Terms of Use