Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~251 People Reached
Favorite Forums
Favorite Tags
php x 3
Member Avatar for dipusubhasis

[CODE] $appr2 = mysql_query("SELECT from_date FROM mrfs WHERE `mrf_id`='$row[0]'") or die (mysql_error()); $appr3=mysql_fetch_row($appr2); $appr4 = mysql_query("SELECT to_date FROM mrfs WHERE `mrf_id`='$row[0]'") or die (mysql_error()); $appr5=mysql_fetch_row($appr4); $date=date("m/d/Y"); $date1=date("m/d/Y", strtotime("$appr3[0] -8 days")); if($date>=$date1 && $date<=$appr5[0] ) [/CODE] The code above says to compare two dates present date and from date and present …

Member Avatar for fobos
0
110
Member Avatar for dipusubhasis

Hi guys i am new to this forum facing some issues with my php code. The code below says on click go to cart.php I want to add a condition to the same-- if(reasons==Internal) { go to="cart1.php" } else { go to="cart.php" } Kindly help me with the same.... <td> …

Member Avatar for karthik_ppts
0
141