elric
Member
- Member since
- Jun 13, 2008
- Last active
- May 24, 2010
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
caa1a6d3-460f-4587-8c5f-7b704cfca515
ok, the escape slashes werent needed for 'Roll Number' next your query is SELECT * FROM result WHERE 'Roll Number' = so...
-
#Threads
6c787e81-2e2e-4855-92d1-fc4735a37d38
ok the error means your query isnt proper. try this: <?php $rno = $_POST["Roll Number"]; $con = mysql_connect("localhost","root",""); if (!$con) { die('...
-
#Threads
3857d286-6c76-49ea-9097-cfeb0631b796
ok i have added mysql_error() calls to try debuggin where the error is, try out the following code and see what happens:...
-
#Threads
d77c3dac-1cef-4001-87e4-5808a4e5348f
Re: prgraming with java Check out How to Program in Java by Deitel & Deitel, pretty lucid explanations with real life scenarios,...
-
#Threads
ef6bb57b-3137-4632-ab86-c7f2f75e472a
i think there is an error in your query string try something like $data = mysql_query("SELECT * FROM result WHERE 'Roll Number'...
-
#Threads
4487c307-d1ef-41ed-9102-9b85768cd649
yea, the technique your friends suggest is quite flawed, for an untampered image may also have a drastic variation, say in brightness...
-
#Threads
e22a0b01-33e3-4c26-bac0-30fbabb5bafe
You could be more specific, like in which part you need help? Database connectivity or GUI design?
-
#Threads
62e23c35-888e-4d2b-8233-2c839b7702db
The most basic thing in an autonomous robot would be a microcontroller (its possible to build completly analog bot too, they are...
-
#Threads
d7c174bf-6900-44ca-a082-14704de2455b
Your problem is quite difficult to solve. Its like trying to measure a physical value without a reference. For measuring anything and...
-
#Threads
85b5eb61-972d-45b5-a5e8-c2efb5da24b2
I guess it doesnt hurt learnin multiple packages at the same time, cause in a final program you would have used quite...
-
#Threads
41b4096d-dc39-4818-8542-0e5c0d2f028c
you mean the mobile shops just sell the lcd's? thats pretty cool. time to get my hands on one 👍
-
#Threads
36cd8b7c-9ef3-4145-bfd3-d0e2397ac9a5
i guess you are asking the syntax to functions to make a basic server, to do this you need to use listen()...