pdf view |
9/5/2010 3:41:52 AM |
PHPRunner General questions | |
G
garethp authorDevClub member
Hi <?php ini_set("memory_limit","128M"); $version = explode('.', PHP_VERSION); if($version[0]*10+$version[1]<53) set_magic_quotes_runtime(0);
|
|
R
|
Rigmantas 9/7/2010 |
Hi, |
![]() |
Sergey Kornilov admin 9/7/2010 |
Gareth, |