|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-30 04:23 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 20:00:01 2025 UTC |
Warning reports (Then executing queries to MySQL) come to output ,before earlier placed "echo" directive. <? echo "test\n"; #include("myfunc.inc"); myfunc(); /*call to function, which generates "PHP Warning: Supplied argument is not a valid MySQL-Link resource"*/ ?> Produces X-Powered-By: PHP/4.1.2 Content-type: text/html PHP Warning: Supplied argument is not a valid MySQL-Link resource in ..... ..... test after 'test' message order of messages/echos seems to be restored to expected. Same problem in php 4.1.2