Search Results

Showing results 1 to 19 of 19
Search took 0.01 seconds.
Search: Posts Made By: Aamit
Forum: PHP May 20th, 2009
Replies: 14
Views: 657
Posted By Aamit
post you code and table structure + value related to this ..
Forum: PHP May 20th, 2009
Replies: 14
Views: 657
Posted By Aamit
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
Posted By Aamit
check out link..
http://in2.php.net/mysql_real_escape_string

hope will help you..
Forum: PHP May 5th, 2009
Replies: 2
Views: 226
Posted By Aamit
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
Posted By Aamit
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
Solved: login page?
Views: 392
Posted By Aamit
hi,rush1
refer this thread
http://www.daniweb.com/forums/thread160197.html
Forum: PHP Jan 19th, 2009
Replies: 14
Views: 571
Posted By Aamit
$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
Posted By Aamit
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
Posted By Aamit
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
Posted By Aamit
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
Posted By Aamit
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
Posted By Aamit
post your full code....
In $uzuncuk what you are taking integer value or text
Forum: PHP Jan 19th, 2009
Replies: 14
Views: 571
Posted By Aamit
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
Solved: date problem
Views: 438
Posted By Aamit
post your date function
mention clear your problem definition & what exactly you want?
Forum: PHP Dec 18th, 2008
Replies: 4
Views: 849
Posted By Aamit
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
Posted By Aamit
problem is already solved...
Forum: PHP Dec 6th, 2008
Replies: 7
Views: 1,210
Posted By Aamit
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
Posted By Aamit
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
Posted By Aamit
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>
Showing results 1 to 19 of 19

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC