473,386 Members | 1,705 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

using a variable in and href statement

i have a volusion webstore where affiliates are identified in url's by something called click id

ie

http://www.directshiptoner.com/SearchResults.asp?Cat=15&Click=2

in the case above the clickid=2

clickid is a variable already defined on the html page where i am at. i can make the click id display on the webpage by using this statement in my html code. "$(ClickID)"

i would like to be able to incorporate the "clickid" variable into an href statement using the URL listed above.

can anyone enlighten me on the appropriate syntax to do this if it is possible?
Jun 10 '11 #1
1 2097
ilya Kraft
134 100+
Alright, I'm not sure, but I think you are looking for something like this

<a href="http://www.directshiptoner.com/SearchResults.asp?Cat=15&Click=<?php echo $ClickID; ?>"></a>
Jun 15 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Jimmy V | last post by:
Hi all, I am a VB programmer who is moving out of the shadows and starting to code in C#. I would like to know how to determine a control's type using a swtich statement. In VB i would do...
2
by: dhakate123 | last post by:
Hi Friends.. I want delete repeated entries which comes twice in a table. How to delete that extra entry and keep each single entry using T-SQL statement(SQL server 2000). Please give me the...
1
by: sandeep.damodar | last post by:
Hello, I need help.. I am just trying to insert data from the datagrid to data source, using insert sql statement.
7
by: malineau | last post by:
I would like to be able to open a link utilising a variable as the destination. Something like <a href=variablename><\a> where variablename specifies a page address within the website. But I can't...
10
by: Nkhosinathie | last post by:
hello everyone may someone please help me with this c++ program. i'm developing a program that will print numbers from 0 to 10 which must appear like a table but i;m only allowed to use if...
9
by: Chad | last post by:
This might be a bit vague and poorly worded..... In my program, I handle function failures using fprintf() and exit() like: fprintf(stderr, "malloc failed"); exit(EXIT_FAILURE); There...
1
by: =?Utf-8?B?bGlhbnF0bGl0?= | last post by:
Is using a jump statement more faster than using if statement with a jump statement example for(int i=0; i < 10; i++) { if(a == null) {
1
vikysaran
by: vikysaran | last post by:
Hi, i want to delete rows from two tables using one sql statement. One table is tblEmployee and other is tblUser and i want to delete all record in both of table whose UserID is EE00001
1
by: smartic | last post by:
how can i assign value to static var inside class using variable variables technique ex: self::$$var = $value;
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.