Topic awaiting preservation: Inline Vs Echo (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Florida |
posted 05-29-2002 22:24
Well some of us discussed this a little bit in another thread, but I'm kind of confused now. |
Maniac (V) Inmate From: Cell 666 |
posted 05-29-2002 23:05
I'm also interested in what the coders here say about this topic. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 05-29-2002 23:15
funk dat. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-30-2002 00:17
Lets see what official PHP manual has to say about this: |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 05-30-2002 00:59
I'm gonna add something here. I think where the author of the second article had issues was with huge masses of code where there are ton's of additional php statements embedded within the HTML page. this can make finding the relevant PHP when you are trying to change something problematic. |
Maniac (V) Inmate From: Florida |
posted 05-30-2002 10:20
Thanks guys you confirmed what I was thinking. I use Inline HTML myself. I found that putting all my HTML into a file and using PHP Include made for cleaner code. It also made it much easier to update not to mention faster. I also found that I could easily make a header and footer for every single page. You don't know how much time that has saved me. Anyways .. Cheers guys. |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 05-31-2002 01:53
Okay code: <?php
|
Maniac (V) Inmate From: Florida |
posted 06-01-2002 12:49
quote:
|
Paranoid (IV) Inmate From: New Jersey, USA |
posted 06-04-2002 05:30
Kriek |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-05-2002 17:52
Hey butcher. There's no reason you can't use some include files here, as well as a couple of functions to clean everything up. |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 06-06-2002 04:38
Thanks Bit |