alphacooler
Programmer
So I am pretty new to php. I've picked up quite a bit but I'd like to know a little about performance.
I've heard people mention "spawning a lot of instance of PHP puts a load on the server". Well what exactly causes an instance of php to start?
Instead of echo'ing out a bunch of html, does jumping in and out of PHP on a page (<?php ?> html <?php ?>) kill resources?
Anything else I should be cautious of? I've got a pretty huge userbase on my site (a few thousand people on at any given moment).
Thanks!
I've heard people mention "spawning a lot of instance of PHP puts a load on the server". Well what exactly causes an instance of php to start?
Instead of echo'ing out a bunch of html, does jumping in and out of PHP on a page (<?php ?> html <?php ?>) kill resources?
Anything else I should be cautious of? I've got a pretty huge userbase on my site (a few thousand people on at any given moment).
Thanks!