No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Re: You cannot send mail from local servers for that you need a live server and its mail sending feature must be active. | |
Re: please replace the value of $db_host from "TADMS" to "localhost" it might work. | |
Re: 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] | |
Re: $result is not assigned with any value and use mysql_query("SELECT * FROM Products='$result'"); it may work | |
Re: 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 … | |
Re: 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'); … | |
Re: $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"; } |
The End.