close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

MySQLi Server Behaviour

Thread began 6/17/2014 5:51 am by Me | Last modified 6/19/2014 9:46 am by Jason Byrnes | 893 views | 3 replies |

Me

MySQLi Server Behaviour

Been testing this and it appears that when creating a recordset using the LIKE Filter, it will not return any results. I tested it using the URL variable (if(isset)). It works using = Filter and searching for the same word. I also tried altering the code slighly to include %;

So this:

$Recordset1->bindParam("s", "".(isset($_GET['name_mnu'])?$_GET['name_mnu']:"") ."", "-1"); //colname

Becomes this:

$Recordset1->bindParam("s", "%".(isset($_GET['name_mnu'])?$_GET['name_mnu']:"") ."%", "-1"); //colname

Looking at this a littler further, I also note that when testing to the LIKE filter within the DW dialogue, there so an error there too. Maybe it is connected?

This is the subsequent Recordset created;

<?php
$Recordset1 = new WA_MySQLi_RS("Recordset1",$db,1);
$Recordset1->setQuery("SELECT id_mnu, name_mnu FROM menu_mnu WHERE name_mnu LIKE ?");
$Recordset1->bindParam("s", "".(isset($_GET['name_mnu'])?$_GET['name_mnu']:"") ."", "-1"); //colname
$Recordset1->execute();
?>

Can you shed some light on this?

It seems when one uses a term like 'Ladies Shoes' it works but when we use a single word like Shoes it will not return the same result even though the word 'Shoes is in the term Ladies Shoes?

Sign in to reply to this post

Jason ByrnesWebAssist

Please provide a Skype username or a US phone number and a good time to contact you when you will be in front of your computer and we will have an engineer contact you to resolve this issue over the phone.

We are available Monday - Friday from 9am - 4pm EST (except major U.S. holidays).

Sign in to reply to this post

Me

Skype

Replied

Sign in to reply to this post

Jason ByrnesWebAssist

I have sent a skype contact request.

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