close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

mysqli error in query

Thread began 2/14/2015 9:07 am by Jediha | Last modified 3/19/2015 9:32 am by Jason Byrnes | 1030 views | 3 replies |

Jediha

mysqli error in query

Hi,

I've this mysql query but it gives an error. But I can't find something wrong with it?
$rsgetnews = new WA_MySQLi_RS("rsgetnews",$con_cms_i,0);
$rsgetnews->setQuery("SELECT FROM nieuws WHERE nieuws.news_publish = 1 AND nieuws.news_portal = 1 AND (DATEDIFF(CURDATE(),nieuws.news_date) >= 0 OR nieuws.news_date='1111-11-11') AND (DATEDIFF(nieuws.news_enddate, CURDATE()) > 0 OR nieuws.news_enddate='1111-11-11') ORDER BY nieuws.news_order, nieuws.news_id DESC");
$rsgetnews->execute();

Do you see what is the problem?
Thank you in advance!

Hans

Sign in to reply to this post

Jason ByrnesWebAssist

you don't have anything in your select statement:

SELECT FROM nieuws....


this is not valid, you need to specify what columns to select, for example:
SELECT * FROM nieuws....

would select all columns from the nieuws table

Sign in to reply to this post

Jediha

Oh... I feel very stupid. Must have been a blind spot.
But thanx for your reply! :-)

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

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