There are various tools available to aid in translating. You may use whichever you prefer.
Category Archives: PHP
Getting PHP’s print_r Function To Return A String
PHP’s print_r function is invaluable. It prints a human-readable string representation of a variable.
WP Database Description
Database Description The following is an outline and description of the database tables created during the standard installation of WordPress Version 3.0. Currently, the only database supported by WordPress is MySQL version 4.1.2 or greater.
How to fix ‘Function eregi() is deprecated’ in PHP 5.3.0?
I used to use eregi for validating email address input that matches to the regular expression.
Adding Custom Widgets and Page Templates with WordPress
Step 1: Adding A New Widget Area First thing we need to do is add our new widget area. To do this you will need to open the function.php file (or create one and put in into your theme folder if you don’t have one yet) and add this bit of code:
WordPress Increase PHP Memory for cache.php
This trick isn’t guaranteed to prevent all WordPress-generated PHP memory errors, but it certainly seems to help reduce their overall occurrence. For some reason, after my host upgraded their servers to Apache 1.3.41, I began logging an extremely high number of fatal PHP “memory exhausted” errors resulting from the WordPresscache.php script. Here is an example …
Continue reading “WordPress Increase PHP Memory for cache.php”