kenfused
08-13-2004, 06:07 PM
Hello
I'm trying to make my script more generalizable to different sites.
For example
$site="yourwebsitename";
.$output="<a href=\"www.$site.com/script.php\"> Link</a>
Instead of www.yourwebsitename.com/script.php for th link,
I get www.$site.com/script.php
I know it's simple, but what am I doing wrong?
Thanks
I'm trying to make my script more generalizable to different sites.
For example
$site="yourwebsitename";
.$output="<a href=\"www.$site.com/script.php\"> Link</a>
Instead of www.yourwebsitename.com/script.php for th link,
I get www.$site.com/script.php
I know it's simple, but what am I doing wrong?
Thanks
