![]() |
PHP issue
hey quick question for any of you wiz kids in the PHP arena...
I am having a link auto generated using php ex: $TotalLinkTo19 = A HREP=?$LinkTo19? TARGET='_new' where $LinkTo19 = http://www.something.com?rev=12345 the only problem is when the string is generated I get this: A HREP=?http://www.something.com/?rev=12345? that forward slash after .com and before the ? is killing me...because none of the sposors rcongnize the link.... how do I remove that "/"??? any help would be greatly appreciated..... I have already tried format C:...did not get the results I was hoping |
Rerwite things so the link looks like:
/cgi-bin/link/http://www.somelink.com?ref=1234 Then pick off the 'http' link in the CGI script. |
All times are GMT -7. The time now is 01:36 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123