<?php
ini_set("memory_limit", "32M");
echo ini_get("memory_limit");
?>