
08-28-2003, 04:46 PM
|
|
|
Join Date: Sep 2002
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Today at 10:28 AM Linux said this in Post #22
I fixed this problem
just turn on output buffering.
i.e. put
PHP:
--------------------------------------------------------------------------------
ob_start();
--------------------------------------------------------------------------------
at the beginning of last.php
it will looks like this
PHP:
--------------------------------------------------------------------------------
<?php
ob_start();
header("Content-type: text/vnd.wap.wml");
--------------------------------------------------------------------------------
|
Thanks Linux
Tayeb
|