close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

older code and now mysqli

Thread began 6/28/2020 7:48 pm by Patrice | Last modified 6/29/2020 10:00 am by Ray Borduin | 132 views | 0 replies |

PatriceWebAssist

older code and now mysqli

So for years, I did a page to a result page, ie , question = answer using a mysql id... all good.

But I had to relearn with mysqli better code. I am sharing in hopes it helps someone else...

Project in play:

https://classicfieldguns.com/rifles.php

page for results

https://classicfieldguns.com/rifles-results.php?gun_ID=1
or
https://classicfieldguns.com/rifles-results.php?gun_ID=2

So while I had the "idea" of how it worked previously, I didn't quite get it with using new mysqli,

I am sharing but also so I remember how to re-learn this one.


<?php
$rifles = new WA_MySQLi_RS("rifles",$classic2020,0);
$rifles->setQuery("SELECT * FROM guns WHERE cat_ID = 1 ORDER BY gun_ID DESC");
$rifles->execute();
?>

the result page

<?php
$fieldgunresult = new WA_MySQLi_RS("fieldgunresult",$classic2020,1);
$fieldgunresult->setQuery("SELECT * FROM guns WHERE gun_ID = ?");
$fieldgunresult->bindParam("i", "".(isset($_GET['gun_ID'])?$_GET['gun_ID']:"") ."", "-1"); //colname
$fieldgunresult->execute();
?>

I am still testing but I think I have figured it out. It is a lot different than from earlier efforts.

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...