Support the ongoing development of Laravel.io →
posted 10 years ago
Database
Last updated 1 year ago.
0

i could be wrong but it looks like you can bind a value as a table name. have you tried to use table_name instead of the ?

Last updated 1 year ago.
0

It looks like you're mixing Laravel db, PDO binding and faultly PHP.

Check out: http://laravel.com/docs/queries#updates

DB::table('blogs')
            ->where('id', 1)
            ->update(array('dtime' => 1398082265));
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

zerodeng zerodeng Joined 21 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.