Hi folks,
I am just writing to ask for help with something i'm trying to do with
a string.
I have a filename, for instance 'file.txt'.
However i'd like to make a script to take that file name and return it
as something like:
<a href= javascript:func tion('file.txt' )>file.txt</a><br />
I have tried using PHP's str_replace function but I still can't seem to
get it right.
Does anyone know what I need to do to accomplish this?
Thank you all in advance.
Mikey
I am just writing to ask for help with something i'm trying to do with
a string.
I have a filename, for instance 'file.txt'.
However i'd like to make a script to take that file name and return it
as something like:
<a href= javascript:func tion('file.txt' )>file.txt</a><br />
I have tried using PHP's str_replace function but I still can't seem to
get it right.
Does anyone know what I need to do to accomplish this?
Thank you all in advance.
Mikey
Comment