This is the php.ini now:
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 64M ; Maximum amount of memory a script may consume (32MB)
This is the beginning of the wpconfig:
<?php
define('WP_MEMORY_LIMIT', '64M');
/**
* The base configurations of the WordPress.
*
but the error is still the same, nothing changed.
<select id="timezone_string" name="timezone_string">
<br />
<b>Fatal error</b>: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in <b>/home2/badjobco/public_html/makeup/wp-includes/functions.php(3233) : runtime-created function(2) : runtime-created function</b> on line <b>1</b><br />
Apache version 2.2.11 (Unix)
PHP version 5.2.9
Kernel version 2.6.28-9.16.intel.BHsmp
Please help