Is this possible?

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
adamlonsdale
Forum Newbie
Posts: 1
Joined: Thu Oct 12, 2006 3:54 pm

Is this possible?

Post by adamlonsdale »

Hey, im kinda new, and just wondering

I am constructing a clients website, and would like to know, if i enter a word, say "phone" into a textbox, i can insert it into a url string e.g http://www.adalpe.co.uk/images/[b]phone[/b] ?

Thanks!!

Adam
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

yes. The url is just another string for php, nothing special.
see http://www.php.net/language.operators.string
Post Reply