Forum: PHP Sep 11th, 2008 |
| Replies: 12 Views: 1,145 try this
echo $r="select * from course where course=$course; |
Forum: PHP Jan 3rd, 2008 |
| Replies: 10 Views: 1,465 <input type="checkbox" name="checkbox5" value="Batata Harra Plate $3.00" />
Batata Harra Plate $3.00</label></td>
Right now i have changed text box value , now you receive... |
Forum: PHP Jan 3rd, 2008 |
| Replies: 10 Views: 1,465 hi I am not clear what you want
your question is
When user click the check box, then submit, you receive the mail correct? |
Forum: PHP Jan 3rd, 2008 |
| Replies: 10 Views: 1,465 hi I am not clear what you want
your question is
When user click the check box then submit you receive the mail correct? |
Forum: PHP Dec 18th, 2007 |
| Replies: 17 Views: 1,792 yes this is the correct syntax |
Forum: PHP Dec 18th, 2007 |
| Replies: 17 Views: 1,792 use this command
$res=mysql_query("select * from table name where value1= $_post['value1']");
if (mysql_num_rows($res)>0)
{
$ans="value already exist";
} |
Forum: PHP Dec 18th, 2007 |
| Replies: 17 Views: 1,792 select * from table_name
this lis all the values in table .
g0 to w3schools.com this is very usefull site for bignner |
Forum: PHP Dec 12th, 2007 |
| Replies: 8 Views: 736 email($email,$subject,$message,$from); thsi is worng
use this
mail($email,$subject,$message,$from); |
Forum: Shell Scripting May 14th, 2007 |
| Replies: 9 Views: 6,273 Can you expline more awk script? |