PHP5/Expert Profile


Ask A Question

Expertise

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.

Experience in the area

3+ years experience in PHP Programming.

Education/Credentials

Master of Computer Applications.

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    T = Timeliness    P = Politeness
UserDateKCTPComments
Dennis11/19/0910101010Hi Priya, It's a bit silly I .....
Sanjay11/02/0910101010 
Peter10/16/0910101010Thanks Hari That makes sense to me .....
Peter10/13/0910101010Hi Hari Followed your instructions and it .....
Peter10/12/0910101010Thanks Hari You gave me a clue .....

Recent Answers from Hari Priya

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"

2009-10-15 Pass combobox value to database table:

Hi Peter, You have to pass the value of the dropdown list correctly. You have given the value as $row[select1] which is empty. If you want to pass the id of the players but display the players name

2009-10-13 Updating record from a form:

Hi Peter, You should enclose the post variable names with ' and '. Fields should be separated by comma. Try this query: $query = "UPDATE `players` SET name = '" . $_POST ['name'] . "',

2009-10-12 using passed variable as query criteria:

Hi, Can you do the following tests? First Let us check if there are any record exists for the field id=1 in table. Change the query like this: $query = "SELECT * FROM match WHERE id = 1"; echo

 

Ask A Question

All Answers

Answers by Expert:


Ask Experts

Volunteer


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