PHP5/Experts

ExpertAverage RatingsExpertise

Robert Davis

U.S.
Available
My focus in PHP has been calculations, reporting, database manipulation (MySQL), automated scripting, screen scraping, and tracking systems. A more complete summary is posted at http://businesscatalyst.info.

Kevin Cackler

U.S.
Available
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.

Hari Priya

India
Available
I have 9+ years experience in software programming and web development. I can answer all questions related to PHP, Mysql of any version. Basic knowledge about AJAX. Others Known: VB, ASP, Oracle, HTML, XML, JAVA SCRIPT.

Recent Answers

2009-11-14 convert to Norwegian date format...:

Hi Luis, You could do something like this: $myMonths['January'] = "Januar"; $myMonths['February'] = "Februar"; $myMonths['March'] = "Mars"; $myMonths['April'] = "April"; $myMonths['May'] = "Mai"

2009-11-13 Are there any intermediate tutorials?:

Jerod - After you get the basics of the language down, I would say your next course of action should be a good book - I recommend PHP & MySQL Web Development, the latest version (Not sure which version

2009-11-11 EMAIL ADDRESS:

Dale, Assuming your mail() line currently looks something like this: $recipient=$_POST['email']; $body='This is the body text of the email'; mail($recipient, 'Email Subject', $body, "From:you@yoursite

2009-11-11 Uploading files:

Ok, I have modified your upload page code slightly. Check and let me know how it works. <?php require("class.easyzip.php"); $timp=time(); $zip=new EasyZIP; $i=0; foreach($_FILES as $fisier) {if(is_uploaded_file($fisier['tmp_name']))

2009-11-11 Uploading files:

Hi I need to see all the functions in the class.easyzip.php to assist you more. However, at glance I saw this piece of code which probably sets the file size. >> $zip->splitFile("site".$timp.".zip"

All Answers

Answers by Expert:


Ask Experts

Volunteer


©2009 About.com, a part of The New York Times Company. All rights reserved.