Reply
add link on php page.
Old 05-16-2007, 01:17 PM add link on php page.
Junior Talker

Posts: 1
Hi guys, I know you guys are master on php, I got one of my page here www.debtsolutiongroup.org/register.php I need to add a link on that page to track the traffic. The link is http://network.synervation.net/track_lead/1350/OPTIONAL_INFORMATION

I don't know how to add that link on that page, can anyone show me how. I got the FTP access here just don't know how to do it.
rookiejz is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-16-2007, 01:30 PM Re: add link on php page.
Webmaster Talker

Posts: 589
Location: Atlanta, GA
I'm not exactly certain what you are doing. Is the visitor supposed to click the "link"? If so, you would just do this:

If you want to place it INSIDE the PHP code:
PHP Code:
echo "<a href=\"https://network.synerwhatever.net/blah\">Your Link Text</a>"
*Sorry, I don't have my syntax checker to verify that all the quotation marks and stops are placed correctly.

OUTSIDE the PHP code:
<a href="https://network.synerwhatever.net/blah">Your Link Text</a>

But, I don't see what use a text link would be if you are trying to track traffic. I bet the synervation people will provide a javascript code to use on your site.

I hope this helps.

Last edited by neorunner : 05-16-2007 at 01:31 PM.
neorunner is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to add link on php page.
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11633 seconds with 12 queries