which function i should use ??!!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
minos_mks
Forum Commoner
Posts: 69
Joined: Thu Feb 04, 2010 1:58 am

which function i should use ??!!!

Post by minos_mks »

i have a string variable and i need to cut the first or the last 6 letter from it

which function i should use ?? !! :banghead: :banghead:[/b]
Sephern
Forum Commoner
Posts: 73
Joined: Sun Jan 04, 2009 4:44 pm

Re: which function i should use ??!!!

Post by Sephern »

substr?
minos_mks
Forum Commoner
Posts: 69
Joined: Thu Feb 04, 2010 1:58 am

Re: which function i should use ??!!!

Post by minos_mks »

thanx man it's works
Post Reply