I am wanting to use the data already entered into a database to create a URL with a Query String
<a href="www.example.com.au/index.php?query1={data1}&query2={data2}">Click Here</a>
Obviously I would need a DBRead to get the load the user file into the form.
I'm guessing it would then use a "Display Message" event using some PHP code or html.
Would there be some simple code I could use to create this link (I'm really not so good with the PHP or HTML)?
Thanks in advance
Rick
<a href="www.example.com.au/index.php?query1={data1}&query2={data2}">Click Here</a>
Obviously I would need a DBRead to get the load the user file into the form.
I'm guessing it would then use a "Display Message" event using some PHP code or html.
Would there be some simple code I could use to create this link (I'm really not so good with the PHP or HTML)?
Thanks in advance
Rick
Hi Rick,
The HTML you have here may well work if the names of the variables you are loading are data1 and data2
Bob
The HTML you have here may well work if the names of the variables you are loading are data1 and data2
Bob
Wonderful, managed to get that working, except how do I deal with a space in the data (I'm using a name field)?
Don't worry, I made it work using the "Redirect" On submit.
This works much better as it allows the user to make changes first.
This works much better as it allows the user to make changes first.
This topic is locked and no more replies can be posted.