Welcome, Guest
Sign in
Create account
Home
Home Page
Components
Buy & Sell
Freelance
Marketplace
Tutorials
Flash Tutorials
Games
Free Online Games
Community
Message Board
Home
Help
Search
Login
Register
Subscribe to
Our Feed
Follow Us
On Google +
Follow Us
On Twitter
Become a fan
On Facebook
Flash-DB
»
General
»
Flash 8
(Moderators:
Jorge Solis
,
..:: Mazhar Hasan ::..
,
Andresss
) »
How do I create a HTML link which will write to a variable?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How do I create a HTML link which will write to a variable? (Read 1275 times)
Jaylada
Seasoned Programmer
Posts: 144
How do I create a HTML link which will write to a variable?
«
on:
04/24/11, 20:38 »
With a known ID in the MySQL database, how to a create a link (i.e.
http://etcetcetcetc#
ID), where it will query the database based off that ID?
Thanks
Logged
Jorge Solis
Global Moderator
Systems Administrator
Posts: 14616
Re: How do I create a HTML link which will write to a variable?
«
Reply #1 on:
04/25/11, 06:46 »
You can pass any parameter iun any back-end language trough GET and POST. The easiest way (POST), just append to the URL:
http://somedomain.com/someScript.php?id=1234
In this case, the PHP script cpuld retrive the value trogh GET array
$_GET['id']
Jorge
Logged
Twitter
http://twitter.com/solisarg
Jaylada
Seasoned Programmer
Posts: 144
Re: How do I create a HTML link which will write to a variable?
«
Reply #2 on:
11/04/11, 17:46 »
What is the syntax for Coldfusion? I can't find it.
Thank you
Logged
Jorge Solis
Global Moderator
Systems Administrator
Posts: 14616
Re: How do I create a HTML link which will write to a variable?
«
Reply #3 on:
11/05/11, 06:51 »
I don't use Coldfusion, should try in some Coldfusion board
Jorge
Logged
Twitter
http://twitter.com/solisarg
Print
Pages: [
1
]
« previous
next »
Flash-DB
»
General
»
Flash 8
(Moderators:
Jorge Solis
,
..:: Mazhar Hasan ::..
,
Andresss
) »
How do I create a HTML link which will write to a variable?