close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Help passing on an ID in a link for MySQLi

Thread began 9/08/2014 6:00 am by joerg431091 | Last modified 9/08/2014 10:09 am by Jason Byrnes | 1296 views | 3 replies |

joerg431091

Help passing on an ID in a link for MySQLi

Hi,

I am trying to create a link in MySQLi to pass on an ID (RecipeID) from the result page to the detail page (recipe.php). I know how to do this using MySQL but have not done this in MySQLi. Could someone fill the gap for me?

Here is what I have so far (hope this is correct) and am missing the _______________ part:


<a href=recipe.php?RecipeID=<?php echo($rsRecipes->getColumnVal("RecipeID”)); ?> _________________ <?php echo($rsRecipes->getColumnVal("RecipeTitle")); ?></a>

Thanks a lot.

Best,
Joerg

Sign in to reply to this post

Jason ByrnesWebAssist

it's really no different with MySQLi than with MySQL

the format is:

<a href="pagename.php?varName=<Dynamic Binding code for ID column>"><Dynamic Binding code for Lable column></a>



looking at your code, the missing part is a quote to close the href and less than to close the a tag. you are also missing the quote to open the href:

<a href="recipe.php?RecipeID=<?php echo($rsRecipes->getColumnVal("RecipeID”)); ?>"><?php echo($rsRecipes->getColumnVal("RecipeTitle")); ?></a>
Sign in to reply to this post

joerg431091

Oooops. Looks like it was right there in front of me all the time.

Thanks so much for your help Jason.

Best,
Joerg

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...