| Name | Expertise | Status |
 |
Marty Landman View Profile
| Web development and general programming using PHP, also installation on a web server. | Available Ask A Question View Past Answers |
Kevin Cackler U.S. View Profile
| Any and everything related to PHP4 and PHP5. I specialize in functional, readable, scalable object oriented code, and can answer your troublesome class and object questions. | On Vacation returns 11/22/2008 View Past Answers |
Ashit U.K. View Profile
| I will try my best to answer questions on PHP5, object oriented programming and MySQL. My expertise is focused more on OOP and it will be hard for me to answer questions about setting up, customizing your web server. Please include your source code, that should certainly speed things up. | On Vacation returns 11/29/2008 |
| |
| VOLUNTEER TO BE AN EXPERT IN THIS CATEGORY |
| Recent Answers |
 |
 |
2008-11-01 php4 to php5 migration: Unfortunately, this really is an Apache specific question, as mod_rewrite doesn't have much to do with PHP at all. My guess, as I'm sure yours is, is that the old server was running Apache 2.x and the...
|
2008-10-30 php4 to php5 migration: Dave - This is actually not a PHP question (You're new to the PHP world, so I will forgive you) :) What version of Apache did the old server have? What version of Apache does the new server have?...
|
2008-10-30 .htaccess Rewrites for a php4 website now on a php5 server: Dave - This is actually not a PHP question (You're new to the PHP world, so I will forgive you) :) What version of Apache did the old server have? What version of Apache does the new server have?...
|
2008-10-29 php.ini configuration: If you are hosting your website on a Shared server (and most people are), then you will not have direct access to your php.ini file to change the maximum upload size. On some shared webhosts, you...
|
2008-10-12 getting url data and posting into db: I'm not sure I understand your question, but I will try to answer it anyway. To get the value of ?tid, you would do something like this: $tid=mysql_real_escape_string($_GET['tid']);//Assuming you...
|
| More Answers for "PHP5" |