captcha - question about generating the image in php -


i write script generate image , write text on image. doubt if send header image displaying ... without sending header can't display images?

i want display 20 dynamically generated images different text in 1 page. when create first image , display second not display because first image sent header.

how can solve problem.

thanks on advance. madan sapkota

either make 1 big image , send or send html file contains 20 images, these fetched 1 one browser , can send header everytime :-d


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -