Sometimes when you apply the pagination server behaviors on a Mysqli query, for some reason refreshing the page leads to a query error.
You should make the changes bellow in order to make query run again.
FIRST
In the where clause change the
WHERE xxxxx = %s
to
WHERE xxxxx = ?
SECOND
You should change this
bindParam("int", ""
to
bindParam("i", ""
Thank you
Comments will be sent to the author of this tutorial and may not be answered immediately. For general help from WebAssist, please visit technical support.
Sign in to add commentsYour friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
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.