Forum: IT Professionals' Lounge Apr 4th, 2008 |
| Replies: 7 Views: 2,953 i will give the code for it,can u give me your code to match with my code ,i will give the correct code |
Forum: Visual Basic 4 / 5 / 6 Apr 4th, 2008 |
| Replies: 4 Views: 1,812 i am also working with this type of coding to lock like in the cyber cafe,if u plz,give me ur full code then i can check this with my code and hope that we both success in this code can u mail me... |
Forum: IT Professionals' Lounge Apr 4th, 2008 |
| Replies: 1 Views: 652 hi ,can anyone give me an idea about the code,i want the lock system on computers like the
1 hour timing in cyber cafe and after one hour again password needed,other example like the coin system in... |
Forum: PHP Mar 15th, 2008 |
| Replies: 1 Views: 319 please give me an idea what worg with this file ,whan i mail through then the html working in also sending with the content ,what is the error in this file |
Forum: PHP Mar 15th, 2008 |
| Replies: 1 Views: 1,047 I have some problem in running this page whan i running three pages have same error on the last line of the page
i could not find any solution ,can someone tell me the procedure how can i run this... |
Forum: PHP Mar 14th, 2008 |
| Replies: 2 Views: 470 I am new in php line ,iI have made some pages which i change from aspto php but i dont better understand the method to connect if with my sql database,like objrs to $row and much more,can someone... |
Forum: PHP Feb 20th, 2008 |
| Replies: 21 Views: 3,132 $username = $_POST['user'];
$password = $_POST['pass'];
$sql="Select memid,passw from member where memid='$username'";
$result = dbQuery($sql);
// $numProduct = dbNumRows($result);... |