ok so this was in the previous message but it needs its own header
my setup is as follows
index.php (which contains a switch statement and when sent $do=bargenerate goes to code which has an include file that i call functions from to generate a barcode then do either of 2 things (i have been experimenting with both) either return a png img or save that image using imagePNG to a file called barcodetest.png
index.inc (this file contains all the generally visible index html code and a form next to an image file. the form lets a user input a string of 12 digits then by clicking my submit button uses post to go to index.php?do=bargenerate, then my code gets the GenerateID variable, creates the image and send the user back to index.inc through an include statement
what is going wrong?
well i set the image file next to the form of the barcode = to barcodetest.png, i do all the header tricks in both the image and the inc file to try to force the damn thing to refresh, it doesn't!
even if i can force the entire page to reload, am i not going to get a retry alert box?
how about opening a new window and showing the image returned there?
hactivist.com/recode