Topic: Update Query in profile.php
I am trying to find the SQL query that updates the information in the personal section, but I can't find it.
Can someone help me?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Update Query in profile.php
I am trying to find the SQL query that updates the information in the personal section, but I can't find it.
Can someone help me?
I believe it's this:
$db->query('UPDATE '.$db->prefix.'users SET '.implode(',', $temp).' WHERE id='.$id) or error('Unable to update profile', __FILE__, __LINE__, $db->error());
I need a little more help.
I added a <select> in the personal section and I added it to the form array on line 735, but it dosen't update the value in the database.
What more needs to be done?
I believe this might be helpful to you: http://punbb.org/forums/viewtopic.php?pid=54246#p54246
It works now. Thanks.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Update Query in profile.php
Powered by PunBB, supported by Informer Technologies, Inc.