> The second question sound strange:
> try:
> <?php
> include("myinc.php") /* think double quotes are needed */
> ?>
> 
> <?php
> myfunc(); /* myfunc defined in myinc.php */
> ?>
> 
> <b>Normal HTML stuff goes here</b>
> <?php
> myfunc();
> ?>
 
Silly me: First I forgot those quotes when I was typing the example, and then I 
realised what was going wrong -- nothing with PHP, just my own density: the 
function myfunc() output the </body> and </html> tags, which caused the browser 
to stop rendering.

Anyway, thanks for your help.



---------------------------------------
This message was sent mekong webmail.
https://mekong.southcom.com.au/mailman/



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to