Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
Pregi, eregi .. php + regullar expressions

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side
View previous topic :: View next topic  
Author Message
tic984



Joined: 07 Sep 2003
Posts: 189
Location: Delnice

PostPosted: 20.02.2007 11:31    Post subject: Pregi, eregi .. php + regullar expressions Add user to your forum ignore list Reply with quote

kako koristiti eregi_replace ali da imam backreffernce ..

recimo za ovakav regex ([_-a-Z])/([_-a-Z])/([0-9]{5})/([a-Z]).php

ovako reference $2/$1/$3.php

Nesto kao u htaccess-u ali u php-u mi treba... :/

anyone ? Smile

tnx

_________________
ah..
Back to top
View user's profile Send private message Visit poster's website
tic984



Joined: 07 Sep 2003
Posts: 189
Location: Delnice

PostPosted: 20.02.2007 12:15    Post subject: Add user to your forum ignore list Reply with quote

moj bed Smile skuzio sam hehe

Code:

$pat = "([-a-z]*)\/([a-z]*)\/([0-9]{5})\/(index.php)";
$repl = "/\\1/\\2/\\3/\\1.php";
$str = "regija-podregija/smjestaj/12345/index.php";
echo ereg_replace($pat,$repl,$str);

_________________
ah..
Back to top
View user's profile Send private message Visit poster's website
Sulien



Joined: 04 Jan 2004
Posts: 2905
Location: Zagreb

PostPosted: 20.02.2007 14:21    Post subject: Add user to your forum ignore list Reply with quote

zašto jednostavno ne napraviš explode po slash znaku
Back to top
View user's profile Send private message Send e-mail Visit poster's website
tic984



Joined: 07 Sep 2003
Posts: 189
Location: Delnice

PostPosted: 20.02.2007 16:46    Post subject: Add user to your forum ignore list Reply with quote

Zato sto mi treba regular expression, postoje slicni urlovi ali ti se ne trebaju mjenjat...

_________________
ah..
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group