|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2007-08-25 14:29 UTC] alen dot tot at bauweb dot biz
Description: ------------ WWW server is IIS 6.PHP mode is CGI or ISAPI. I have a strange problem with my script.Code is very simple and you can get it on page http://savjetnik.net/source.php. Problem: when the script is executed, in error.log file are two words 'php' instead one.Everything is ok when I don't use servicePage.php class for outputing html. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 14:00:01 2025 UTC |
What kind of information you need? When I output html with class in that script it seems like php script execute 2 times. If I use mail() function instead fwrite() i got 2 mails instead 1. How is that possible? I I put mail() function in separate script that only have one raw mail("bla@bla.com","blabla","bla") i got 1 mail.