Fatal error: Exception thrown without a stack frame in Unknown on line 0This error occoured when i was to delete the data from table. the code is as follows
\DB::delete(\Config::get('simpleauth.table_name'))->where('id','=',\Uri::segment(3)); \Session::set_flash('notice', "User deleted sucessfully"); \Response::redirect('login/');
how should i do it to prevent it then need some idea. thank u in advancep.s. did you know that code is very dangerous? By changing the 3rd segment of the URI, a user can delete all user records...
It looks like you're new here. If you want to get involved, click one of these buttons!