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
Ranked #25.0K
Ranked #4K
~6K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for skiturtles

You cannot send mail from local servers for that you need a live server and its mail sending feature must be active.

Member Avatar for Kannan R
0
371
Member Avatar for mln_ndh

please replace the value of $db_host from "TADMS" to "localhost" it might work.

Member Avatar for mohamedasif18
0
173
Member Avatar for sidra 100

Please try the bellow connection script I think it will work [B]$con = mysql_connect("localhost","root","") or die(mysql_error()); mysql_select_db("pras2", $con) or die(mysql_error());[/B]

Member Avatar for pritaeas
0
140
Member Avatar for eduardc

$result is not assigned with any value and use mysql_query("SELECT * FROM Products='$result'"); it may work

Member Avatar for karthik_ppts
0
583
Member Avatar for navi17

Hi Its possible when you submit the form the page is redirected to another page in that page you have to write the code to store the date to server1 and after that redirect to another page with the values in which server connection to server2 is written this will …

Member Avatar for Kannan R
0
224
Member Avatar for vijaysoft1

Hi you can solve the problem using javascript and ajax <form name="Form1"> <input type="text" name="name"> <input type="text" name="email"> <input type="text" name="code"> <input type="button" onclick="Validate();" value="Submit"> </form> function check(){ if(document.forms.form1.name.value.length<=0){ alert('Please enter a name'); return false; }else if(document.forms.form1.email.value.length<=0){ alert('Please enter your email ID'); return false; }else if(document.forms.form1.code.value.length<=0){ alert('Please enter the code'); …

Member Avatar for Kannan R
0
4K
Member Avatar for erza26

$order_date;//Order date $date=date('Y-m-d');//Gives the current date list($y, $m, $d) = split('[-]', $date); list($y1, $m1, $d1) = split('[-]', $order_date); if(($d1-$d)!=0 || ($m1-$m)!=0 || ($y1-$y)!=0){ echo "Order date is not correct"; }

Member Avatar for Kannan R
0
78

The End.