You are here:

PHP5/Expert Profile


Ask A Question

Expertise

I can answer all questions on HTML,PHP Programming including topics such as scalar variables,constants,arrays,strings,date-time,file handling , oops, mysql database,odbc , graphics, email sending, Smarty and Ajax I cant answer about dhrupal and joomla more about me on http://ajayraisinghani.com

Experience in the area

i m having an experience of around 9 years, including 3 years teaching specifically php

Organizations

Self-Employed at Bhopal, Madhya Pradesh, India

Publications

http://ajayraisinghani.googlepages.com http://democracyforall.wordpress.com/

Education/Credentials

I have done Masters In Computer Science , From Bhopal University in year 2004 with first division

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    P = Politeness
UserDateKCPComments
reema01/23/121010 
Khurram 12/20/11 
John06/13/11101010 
Sam Robbins02/24/11101010my apologies for the delay in replying .....
bob01/03/11 

Recent Answers from Ajay Raisinghani

2012-04-12 creating web in php:

correct line $menuDisplay=" ";    <?php  session_start();  require_once"scripts/connect_to_mysql.php";  $sqlCommand="SELECT id, linklabel FROM pages ORDER BY pageorder ASC";  $query=mysqli_query($myConnection

2011-12-05 php Errors:

you can use      to set a default error handler ,you can use  set_error_handler("customError");      where customError can be a user defined function to handle errors, if you dont want to show anything

2011-06-24 Strict Standards: Non-static method Mail::factory() should not be called statically in C:\PHP\www\email.php on line 20:

can i have the code, which is generating the error    still  i can suggest code like    <?  include("Mail.php");    $recipients = "mail_to@domain.mail";    $headers["From"] = "mail_from@domain.mail";

2011-04-21 PHP deadline date script:

<?php  $d=date('d-m-Y');    $i=0;  $day="";  while($day!='Friday')  {  $d=add_date($d,$i);  $day=$weekday = date('l', strtotime($d));  //echo $day;  $i++;  }  echo "<br/>$d -  $day";      function add_date($givendate

2011-03-03 File upload error:

in this line [] operator has more precedence then . operator, it may also be reason    $uploadfile = $uploaddir . basename($_FILES['img'.$i]['name']);      Try this instead    $x='img'.$i;  $uploadfile

 

Ask A Question

PHP5

All Answers


Answers by Expert:


Ask Experts

Volunteer


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