RE: [PHP] optimilize web page loading

2008-03-26 Thread dhorton
Get hold of Steve Souders: High Performance Web Sites: 14 Rules for Faster Pages http://www.oreilly.com/catalog/9780596529307/index.html#details There is a video at http://www.oreillynet.com/fyi/blog/2007/09/steve_souders_high_performance.html Browse the links from which you can see what he is

RE: [PHP] New To PHP

2007-02-20 Thread dhorton
Are you opening the .php file directly with your browser or via a web server? Does the web server have PHP support, and is it enabled? (PHP is server side, not browser side). Try creating the simple file on the webserver phpinfo.php containing just - ?php phpinfo(); ?

RE: [PHP] linux console on the PHP

2009-04-13 Thread dhorton
I am sorry if I don't understand quite what you are after. Answer A: If you want a console connection to a server (e.g. engsan01 as below), then you could use a TELNET URL which is still supported in various browsers. This doesn't require PHP, but could be embedded in the HTML part. a