Please turn JavaScript on
SQLTeam.com Forums - Latest posts icon

SQLTeam.com Forums - Latest posts

Want to know the latest news and articles posted on SQLTeam.com Forums - Latest posts?

Then subscribe to their feed now! You can receive their updates by email, via mobile or on your personal news page on this website.

See what they recently published below.

Website title: SQLTeam.com Forums

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.75 / day

Message History

Has been resolved. Thank you all.


Read full story

Hi Wadori,

This forum is dedicated to Microsoft SQL Server, so we may not be able to provide detailed assistance with MySQL/PHP issues. I recommend first testing the INSERT operation directly in your database. If it succeeds, the issue is likely in your application code; if it fails, the cause is probably within the database layer.

Based on the information provi...


Read full story

I am trying to insert information into my mysql database using the following code:

//$query = "INSERT INTO book_sales (wborder_number) VALUES ($order_number)"; // this works

$query = "INSERT INTO book_sales (wborder_number, wbstate) VALUES ($order_number, $state)"; // error in syntax

mysqli_query($cnct, $query);

(I attempted to format that using Co...


Read full story