Does it have any effect on performance in either case if a file is completely done in PHP(1) or interspersed with PHP(2). (1) <?php echo "<html>"; ... ?> (2) <html> ... <?php echo $forminput; ?> ... Also, and this is personal preference, which is easier to read/debug? James -- PHP General 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]
- Re: [PHP] General Coding Question James Stevens
- Re: [PHP] General Coding Question Chris Lee
- RE: [PHP] General Coding Question scott [gts]
- Re: [PHP] General Coding Question Chris Lee
- Re: [PHP] General Coding Question Peter Dudley
- RE: [PHP] General Coding Question Ray Hilton
- Re: [PHP] General Coding Question Christian Reiniger
- Re: [PHP] General Coding Question George Whiffen
- RE: [PHP] General Coding Question Jason Murray
- RE: [PHP] General Coding Question Jason Murray
- RE: [PHP] General Coding Question Merio, Quinn