Topic awaiting preservation: PHP - (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Behind the Wheel |
posted 08-03-2002 20:29
i don't think it'll make too much of a difference on a small file, but.... which would be better, many little blocks of php to run or one big one (sorry i'm having a hard time wording what i mean ).. code: <html>
code: <?
|
Paranoid (IV) Inmate From: Behind the Wheel |
posted 08-03-2002 20:46
hmmm.. seems like i'll have to go with the second one for other reasons... still like to know if one would take longer or more server resources |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 08-05-2002 19:33
There shouldn't be any considerable performance issues it's my understanding (and I got this from MrMax so he may be able to clarify more) that PHP actually parses the whole page and essentially just echo's anything that is not inside the php delimeters. |