Hi everyone,
Okay well heres the gig,
I want to replace
for a smily.
I pretty sure that the replace syntax is this
s/whatitslookingfor/replaceitwiththis/;
But i get an error when i do this
s/
/http://www.acjavascripts.com/Images/hippy.gif/;
So i though it the error was with the http:// //
so i did this
s/
/http:\/\/www.acjavascripts.com\/Images\/hippy.gif/;
but it still errors please can someone help me out

Thankxxxx in advance
Okay well heres the gig,
I want to replace

I pretty sure that the replace syntax is this
s/whatitslookingfor/replaceitwiththis/;
But i get an error when i do this
s/

So i though it the error was with the http:// //
so i did this
s/

but it still errors please can someone help me out


Thankxxxx in advance

Comment