Forum: PHP May 23rd, 2009 |
| Replies: 10 Views: 540 Did you use this?
<?ob_start()?> // use this at the beginning of the php code page
:
:
:
:
<?ob_flush()?>// use this at the end of page |
Forum: PHP Apr 29th, 2009 |
| Replies: 3 Views: 304 I hope this is not present inside echo statement??
If so, you need to remove it.
Also, you did not close the php tags!! |
Forum: PHP Apr 15th, 2009 |
| Replies: 9 Views: 749 Ok, so $SERVER['DOCUMENT_ROOT'] forces download.
Thank you dats a good info. |
Forum: PHP Apr 15th, 2009 |
| Replies: 9 Views: 749 Hi,
Instead of simply specifying the link as <a href="www.sitename.com/documentname.pdf">DocumentPDF</a> , why should we use $SERVER['DOCUMENT_ROOT']???
Is there any specific advantage with... |