Results 1 to 4 of 4

 

Thread: PHP String Function Remove Last X Chr of String

  1. #1
    thin[box]king

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Cambridge
    Posts
    1,905
    Thanks
    13
    Thanked 12 Times in 12 Posts


    Is there a php function I can use to remove the last 5 characters of a string.
    I could write something - but I thought I would check see if there is a function - I have searched php.net but not found anything suitable.

    Cheers
    Follow Me | Looking for Merchants Who Do Scifi Stuff

  2. #2
    Member

    Status
    Offline
    Join Date
    Mar 2004
    Posts
    157
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi

    Try using substr()

    http://uk.php.net/substr

  3. #3
    aka Antony

    Status
    Offline
    Join Date
    Mar 2005
    Location
    Bristol
    Posts
    531
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Yeah

    $text=substr($text,0,-5);

  4. #4
    thin[box]king

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Cambridge
    Posts
    1,905
    Thanks
    13
    Thanked 12 Times in 12 Posts
    Thanks I knew it would be that simple.
    Follow Me | Looking for Merchants Who Do Scifi Stuff



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. PHP mail() function and spam filters
    By giveasyouget in forum Programming
    Replies: 3
    Last Post: 08-05-05, 07:50 PM
  2. php: find string length
    By morleymouse in forum Programming
    Replies: 2
    Last Post: 25-06-04, 11:47 AM
  3. how to shorten a string (php)
    By morleymouse in forum Programming
    Replies: 3
    Last Post: 27-03-04, 04:35 PM
  4. Removing forward slashes / from a string in PHP
    By giveasyouget in forum Programming
    Replies: 6
    Last Post: 19-09-03, 11:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2