Search Results

Showing results 1 to 9 of 9
Search took 0.01 seconds.
Search: Posts Made By: vssp
Forum: PHP Sep 11th, 2008
Replies: 12
Views: 1,145
Posted By vssp
try this

echo $r="select * from course where course=$course;
Forum: PHP Jan 3rd, 2008
Replies: 10
Views: 1,465
Posted By vssp
<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
Posted By vssp
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
Posted By vssp
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
Solved: check
Views: 1,792
Posted By vssp
yes this is the correct syntax
Forum: PHP Dec 18th, 2007
Replies: 17
Solved: check
Views: 1,792
Posted By vssp
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
Solved: check
Views: 1,792
Posted By vssp
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
Solved: email in php
Views: 736
Posted By vssp
email($email,$subject,$message,$from); thsi is worng

use this

mail($email,$subject,$message,$from);
Forum: Shell Scripting May 14th, 2007
Replies: 9
Solved: awk script
Views: 6,273
Posted By vssp
Can you expline more awk script?
Showing results 1 to 9 of 9

 


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

©2003 - 2009 DaniWeb® LLC