•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MySQL section within the Web Development category of DaniWeb, a massive community of 391,596 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,679 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MySQL advertiser:
Views: 4299 | Replies: 1
![]() |
•
•
Join Date: Dec 2005
Posts: 7
Reputation:
Rep Power: 0
Solved Threads: 0
This is what I need
http://www.vital-ic.com/index.php?pa...da4faa5265b7f6
in the field enter xc2v
and click on the arrow image for search
once result comes back you will see part# links
If you click any of the links it will enter the part# in to a form field
How can I make mysq results in to a hyperlink and transfer them to the rfq form?
I atached files need
Thank you
http://www.vital-ic.com/index.php?pa...da4faa5265b7f6
in the field enter xc2v
and click on the arrow image for search
once result comes back you will see part# links
If you click any of the links it will enter the part# in to a form field
How can I make mysq results in to a hyperlink and transfer them to the rfq form?
I atached files need
Thank you
•
•
Join Date: Mar 2004
Posts: 715
Reputation:
Rep Power: 6
Solved Threads: 28
This is more of a PHP question, or whichever language the website is being written in. I'll use PHP.
Assuming you already know how to do your database search and get results displayed, it's really quite simple. When you go to display the part name on building the page after the query, add the href tag to it. Each link goes to the same webpage afterwards, so:
$part = get next value from result set
echo "<a href=/"form.html?part=".$part."/">".$part."</a>";
Then from your form.html page, get the value of the part variable that we posted in the link and set that as the default value to the form's text.
Assuming you already know how to do your database search and get results displayed, it's really quite simple. When you go to display the part name on building the page after the query, add the href tag to it. Each link goes to the same webpage afterwards, so:
$part = get next value from result set
echo "<a href=/"form.html?part=".$part."/">".$part."</a>";
Then from your form.html page, get the value of the part variable that we posted in the link and set that as the default value to the form's text.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb MySQL Marketplace
•
•
•
•
adsense adult advertising biometrics blogging bomb book business coding community copyright development earth engine environment failure forum google internet legal malware marketing mcafee microsoft monetization msn news operating pagerank phishing photo privacy publishing revenue search security seo silverlight software space spyware support system technical universe video web webmaster wiki yahoo
- Display Search Results as Hyperlinks to Records (ASP)
- pagination of mysql query results (PHP)
- Mysql Search results (MySQL)
- Desktop backgroud has been taken over, google search results being hijacked and more! (Viruses, Spyware and other Nasties)
- search and results problem (PHP)
- Folders open Search Results (Windows NT / 2000 / XP / 2003)
- See your Website in Google search results in 24h (Post your Resume)
Other Threads in the MySQL Forum
- Previous Thread: Mysql Search results
- Next Thread: image database


Linear Mode