close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

MySQLi Recordset using Contains & data submitted via a form

Thread began 12/21/2015 8:14 am by jon392819 | Last modified 12/22/2015 10:11 am by jon392819 | 1371 views | 0 replies

jon392819

MySQLi Recordset using Contains & data submitted via a form

The below is my SQL created by the behaviors panel. I have a form field called "search" which posts to the page containing the below. No results are found yet using the test button while building the query works and displays data. I have checked that the form is posting to the page and can catch and print the form field. Any help would be super as Im going mad looking at this

<?php
$latestnews = new WA_MySQLi_RS("latestnews",$mysqli,1);
$latestnews->setQuery("SELECT * FROM news WHERE title LIKE ?");
$latestnews->bindParam("s", "".(isset($_POST['searchtxt'])?$_POST['searchtxt']:"") ."", "-1"); //colname
$latestnews->execute();
?>

I solved this by changing the s to a c

$latestnews->bindParam("c", "".(isset($_POST['searchtxt'])?$_POST['searchtxt']:"") ."", "-1"); //colname

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