Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > PHP Trim Strings

PHP Trim Strings
Thread Tools
Forum Regular
Join Date: Jan 2004
Location: MA
Status: Offline
Reply With Quote
Feb 29, 2004, 06:33 PM
 
Ok, I have this code:

Code:
// now we loop while ($data = @mysql_fetch_object($query)) { echo '<li><a href=http://some.site.com'; echo $data->url.'>'; echo $data->url.'<br></li>'; }
It dumps the url string as '/02/14/2004/index.php'

Is there a way to strip the url string to echo it as "02-14-2004" instead of '/02/14/2004/index.php'

??

Thanks!
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
Reply With Quote
Feb 29, 2004, 09:29 PM
 
sounds like somebody needs a date

sorry, i'm not kicking the ball tonight; i'm only shouting at where to kick it. i'm sure i probably shouted as far as Australia though...
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
Grizzled Veteran
Join Date: Jun 2001
Location: Melbourne, Australia
Status: Offline
Reply With Quote
Feb 29, 2004, 10:38 PM
 
Originally posted by philzilla:
sounds like somebody needs a date

sorry, i'm not kicking the ball tonight; i'm only shouting at where to kick it. i'm sure i probably shouted as far as Australia though...
Sorry... Kewell's not bothering to come back to Australia... TRAITOR!

Seriously, though:

[php]
preg_match("!/?(\d+)/(d+)/(d+)",$url,$string);
list($url,$month,$day,$year) = $string;

print "Your date is $day-$month-$year";
[/php]
Computer thez nohhh...
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 08:58 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2