- Accessing Oracle from PHP
- CSS tricks explained
- Conditional fields
- Drupal tips
- Installing Drupal
- Autologout when closing browser
- Block visibility depending on node type
- Editor instead of a text box
- Event calendar
- Hosting provider requirements
- Images
- Increasing upload and memory limit
- Meta tags
- Modifying the maintenance page
- Other fields besides title and body
- Panels
- Permissions
- Second level primary links block
- Signup form using CCK
- Sticky table header
- Theme issues
- Translations
- Upload progress
- Useful modules
- Video uploads
- HTML / XML code
- PNG hack for IE5/6
To increase the memory limit and upload size limit, add the following to your .htaccess file: # increase memory limit php_value memory_limit 64M # increase upload limit for files php_value upload_max_filesize 16M php_value post_max_size 16M
Change the numbers to whatever you need. The About the Use a PHP file containing
|
|||