close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

MySQLi recordset not returning correct values

Thread began 3/21/2022 6:56 am by sandy170299 | Last modified 3/22/2022 9:07 am by sandy170299 | 321 views | 6 replies

sandy170299

MySQLi recordset not returning correct values

I have a search form on one page, and the results on another page.

This is my form:
<form action="ocodeSearch.php" method="post">
Search by OCODE <input name="ocode" type="text" id="ocode" size="15">
<input name="submit" type="submit" id="submit" value="Search">
</form>

This is the query on the results page:
<?php require_once('Connections/nelson.php'); ?>
<?php require_once('webassist/mysqli/rsobj.php'); ?>
<?php
$strQuery = new WA_MySQLi_RS("strQuery",$nelson,1);
$strQuery->setQuery("SELECT * FROM nelsonoc WHERE ocode LIKE ?");
$strQuery->bindParam("s", "".(isset($_POST['ocode'])?$_POST['ocode']:"") ."", "-1"); //colname
$strQuery->execute();?>

<p>Total records: <?php echo $strQuery->TotalRows ?> </p> No matter what I enter in the search field, it always returns a record count of 0. I'm also getting an error when I create the recordset (see screen print).

ocode is a varchar field. Please see attached screen prints. Hopefully, you can tell me why it's not working.

Thank you.

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