|
|
|
|
|
|
| Author |
Message |
julian_m *nix forums addict
Joined: 27 Jul 2005
Posts: 57
|
Posted: Tue Jul 18, 2006 7:47 pm Post subject:
reload php-image
|
|
|
I've, inside an html page, an image which is created through a php file
:
<img src="<?php echo 'captcha.php'; ?>">
file captcha.php, sends
header("Content-type: image/png");
All works fine, but I need to reload the image (a new captcha code
should be generated) without reloading the enitre page. Are there any
solution? I'll post a similar question in javascript forums
I'm working on a "post comment" form using ajax.
regards - julian |
|
| Back to top |
|
 |
flamer *nix forums beginner
Joined: 06 Jul 2006
Posts: 36
|
Posted: Tue Jul 18, 2006 9:53 pm Post subject:
Re: reload php-image
|
|
|
julian_m wrote:
| Quote: | I've, inside an html page, an image which is created through a php file
:
img src="<?php echo 'captcha.php'; ?>"
file captcha.php, sends
header("Content-type: image/png");
All works fine, but I need to reload the image (a new captcha code
should be generated) without reloading the enitre page. Are there any
solution? I'll post a similar question in javascript forums
I'm working on a "post comment" form using ajax.
regards - julian
|
No not without refreshing the page, js is the only way, also why do you
have php echo ""; in the image tag, couldn't you just have <img
src="captcha.php"> thats what I do.
Flamer. |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|
|
The time now is Thu Jan 08, 2009 7:01 am | All times are GMT
|
|
Mobile Phone | Credit Cards | Discount Magazines | Problem Mortgage | Virgin credit card
|
|
Copyright © 2004-2005 DeniX Solutions SRL
|
|
|
|
Other DeniX Solutions sites:
Unix/Linux blog |
electronics forum |
medicine forum |
science forum |
|
|
Privacy Policy
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|