Need Help With Urls

free web hosting
Open Discussion > CONTRIBUTE > The Internet > Web Design

Need Help With Urls

Duckie
OK uh how do i make a script to where it would auto replace spaces in aim names with + but it appears with a space on the site, with the aimgo: url cmd.. so like

asdf asdf sdf

would be in the code:
CODE
<a href="aim:goim?screenname=asdf++asdf+sdf&amp;message=boo"></a>



and i have an auto thing, where i add a member, but how would it replace cause like i have a Edit Profile section with lazy ppl forgetting to put the + in between spaces

thanks~
if u have ne q's ask me at aim ARandomDot

thanks in advance

Reply

rigueira
in PHP language you can use 'explode' function to remove spaces from a String or 'implode' function to put spaces into then...

http://br2.php.net/manual/en/function.explode.php

http://br2.php.net/manual/en/function.implode.php

Reply

galexcd
explode takes a string and breaks it up into an array while implode "glues" an array back together, so if you used explode and implode you would have to do something like this:
CODE
implode("+",explode(" ",$string));

which is a huge waste of code and processor time.

I would suggest using str_replace if you want to use php for this.
CODE
str_replace(" ","+",$string);


If you don't want to use php javascript has a very similar function:
CODE
string.replace(" ","+");


If you gave me some code on your website I could help implement it for you.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.


*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for urls

*MORE FROM TRAP17.COM*
advertisement



Need Help With Urls



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE