-
-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
insertedid is not working #160
Comments
@rash039 can you post your table structure. Also what PHP version are you running? |
@TCB13
Database: Table structure:
|
@rash039 I can't confirm this but this is probably a bug with your old php version / database. In modern versions with mysql it is working properly. |
Still getting Can anyone confirm this ? Are there any possible solutions for this issue ? |
Inside readme in Insert section :-
$data = array( 'name' => 'Sana', 'description' => 'Blah' );
$insertId = QB::table('my_table')->insert($data); echo $insertId ;
Output:
""
The text was updated successfully, but these errors were encountered: