Forum: PHP May 20th, 2009 |
| Replies: 14 Views: 657 post you code and table structure + value related to this .. |
Forum: PHP May 20th, 2009 |
| Replies: 14 Views: 657 echo $query="select * from t_regulation where dt_reminder >= '$today' and dt_ended ='$today'";
copy the output of echo statement and execute in mysql check whether query gives correct result or... |
Forum: PHP May 6th, 2009 |
| Replies: 4 Views: 687 check out link..
http://in2.php.net/mysql_real_escape_string
hope will help you.. |
Forum: PHP May 5th, 2009 |
| Replies: 2 Views: 226 In connection at localhost user is root and password is blank..
$con = mysql_connect("localhost","root","");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
else
{... |
Forum: PHP Apr 28th, 2009 |
| Replies: 2 Views: 355 why you are writing query like ..
mysql_query("DELETE FROM doctor WHERE dID='$aa'");
$checkresult=mysql_query($query) ;
delete $checkresult=mysql_query($query) ;
or write like
... |
Forum: PHP Feb 7th, 2009 |
| Replies: 2 Views: 392 hi,rush1
refer this thread
http://www.daniweb.com/forums/thread160197.html |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 571 $uzuncuk = $cummle." is easy to use. We suggest you to install ".$cummle." to your computer and view the features of the product. For your safety, please have a decent antivirus installed, with... |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 571 I am not sure.. do you want like this
echo $uzuncuk = $cummle." is easy to use. We suggest you to install ".$cummle." to your computer and view the features of the product. For your safety,... |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 571 In a table .....
<? echo $cummle." - ".$size ?>
Which value you have to store...??
Or you want to display Full_story with table? |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 571 Bcoz You are concatenating value with table.
$uzuncuk = $cummle." is easy to use. We suggest you to install ".$cummle." to your computer and view the features of the product. For your safety,... |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 571 in your table for column full_story set type to text and set length upto 2000
change according to you... check variable for $uzun while insert value |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 571 post your full code....
In $uzuncuk what you are taking integer value or text |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 571 First
You are giving value for $uzuncuk with join some text
$uzuncuk = $cummle." is easy to use. We suggest you to install ".$cummle." to your computer and view the features of the product. For... |
Forum: PHP Dec 26th, 2008 |
| Replies: 3 Views: 438 post your date function
mention clear your problem definition & what exactly you want? |
Forum: PHP Dec 18th, 2008 |
| Replies: 4 Views: 849 You have got the date of friday's date
like
$pf_time1 = strtotime("next Friday");
$pf_date1 = date("Y-m-d h:i:s", $pf_time1);
//$pf_date1 = date("Y-m-d 00:00:00",$pf_time1); use if use don't... |
Forum: PHP Dec 6th, 2008 |
| Replies: 7 Views: 1,210 problem is already solved... |
Forum: PHP Dec 6th, 2008 |
| Replies: 7 Views: 1,210 I will give you one new idea.....:idea:
to show symbol degree....
Here are the fantastic steps...:icon_mrgreen:
1> on your key board you will see num lock key....
on num lock key....
2>... |
Forum: PHP Dec 2nd, 2008 |
| Replies: 8 Views: 762 here you can use md5 encrypted password....
when you use md5 you got this value in database
admin= 21232f297a57a5a743894a0e4a801fc3
ADMIN= 73acd9a5972130b75066c82595a1fae3
AdMiN=... |
Forum: PHP Nov 26th, 2008 |
| Replies: 7 Views: 674 I think it solve your problem
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head> |