|
#121
|
|||
|
|||
|
Now there are no errors anymore (thanks to my hero
) but nevertheless it doesn't work to take a look in fullsize ![]() Maybe it's due to the browser? With IE there is no Problem but with Firefox. Is there any "autoresizeprogram" incorporated in Firefox and if there is one, how can I suppress it on my page? |
|
#123
|
|||
|
|||
|
$update = sql_query("update ".$pixelpost_db_prefix."config set resizeimage='".$_POST['new_resizeimage']."', maximagesize='".$_POST['new_image_sz']."\
',imagejpgcompression='".$_POST['new_image_quality']."' where admin='".$cfgrow['admin']."'"); This request fail if there is a « ' » in the admin nickname. The $_POST variables are used in the request without any protection (security issue) |
| Post Reply |
| Thread Tools | |
|
|