Forum: PHP Jun 8th, 2009 |
| Replies: 4 Views: 379 SELECT DISTINCT DATE_FORMAT |
Forum: PHP May 28th, 2009 |
| Replies: 0 Views: 264 Hi,
I have a php script which generates loooong 500kB+ scripts. If there were gzip used it should greatly improve performance. I have found this magic line:
<?php
ob_start( 'ob_gzhandler' );... |
Forum: PHP Jan 12th, 2009 |
| Replies: 3 Views: 392 Yes, but cold fusion process page on runtime, but I need a code generator based on templates-samples which will be filles in XML-XSLT transformation style. Complicated parts will be written directly... |
Forum: PHP Jan 12th, 2009 |
| Replies: 3 Views: 392 Hi,
I am looking for a free tool which let me write pure html + user defined special tags, which would be transformed on demand into php file. For example I can define source like this:
... |
Forum: PHP Mar 28th, 2008 |
| Replies: 1 Views: 1,280 Hi,
is there in PHP a way how to determine in real time geographical
area from IP. I mean rough estimation e.g. Asia, USA, Russia etc.?
Thanks in advance for any advice! |