You are here:
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
i m having an experience of around 9 years, including 3 years teaching specifically php
Self-Employed at Bhopal, Madhya Pradesh, India
http://ajayraisinghani.googlepages.com http://democracyforall.wordpress.com/
I have done Masters In Computer Science , From Bhopal University in year 2004 with first division
| User | Date | K | C | P | Comments |
|---|---|---|---|---|---|
| reema | 01/23/12 | 8 | 10 | 10 | |
| Khurram | 12/20/11 | 9 | 6 | 6 | |
| John | 06/13/11 | 10 | 10 | 10 | |
| Sam Robbins | 02/24/11 | 10 | 10 | 10 | my apologies for the delay in replying ..... |
| bob | 01/03/11 | 5 | 2 | 5 |
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
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
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";
<?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
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
Answers by Expert:

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