Quote:
Originally Posted by okok
Try wrapping isset around the individual SQL statements, something like:
Code:
if (isset(_POST['avatar'])) { $result = ...... }
if (isset(_POST['banner'])) { $result = ...... }
Be warned that above is just a dirty bandaid on an already dirty wound.
|
Ok thanks I will give it a try... appreciate your help thanks