Does anyone with knowledge of Imagemagick know if i *have* to use sessions in order to post form data to a .php file to generate the image based on pre-defined settings?
I've Googled and not finding anyting definitive other than there being some 'bugs' in the latest version of ImageMagick.
I'm just using a standard HTML form with the $post for the data being input, feeding it into the imagemagick.php file (which works if I edit it manually) but nothing is actually 'happening' as far as the data getting posted to the file.
Im just trying to use a form to edit text, just as I would a regular .php page outputting form input in the browser when you hit the submit button
I've Googled and not finding anyting definitive other than there being some 'bugs' in the latest version of ImageMagick.
I'm just using a standard HTML form with the $post for the data being input, feeding it into the imagemagick.php file (which works if I edit it manually) but nothing is actually 'happening' as far as the data getting posted to the file.
Im just trying to use a form to edit text, just as I would a regular .php page outputting form input in the browser when you hit the submit button

Comment