Jump to content

Why my basic insertion won't work?


kyme
Go to solution Solved by NigelRel3,

Recommended Posts

I was just playing insertion using PDO statement.

I just referred this tutorial and test it my code.

http://php.net/manual/en/pdo.prepared-statements.php

So I did but didn't work.  

 

Is there anything I miss? 

 

This is my Insertion: 

https://paste.ofcode.org/dxgTWNKJqcRdPZqvjjrxHf

 

My localhost db is connected and running in localhost. Anyway here is also my config.

https://paste.ofcode.org/32LafCUrBbJSiLDAfrQjaWM

 

I wonder why it won't insert in my local db. Did I missed something in my insertion code? 

Link to comment
Share on other sites

Not really.

 

Your connection code is fudged up. You need to get rid of this stupid try-catch stuff, because it exposes internal information and is just irritating. Error messages are meant for you, the developer, not your users. What on earth are your users supposed to do with a PDO error message? They'll just think that your application has a lot of problems.

 

Then you need to enable exceptions, so that messed up queries are immediately reported. Learn how PDO works.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.