elric

elric

Member

Member since
Jun 13, 2008
Last active
May 24, 2010
Total activities
0

Activity feed

Recent contributions

  1. #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...

  2. #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('...

  3. #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:...

  4. #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,...

  5. #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'...

  6. #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...

  7. #Threads

    e22a0b01-33e3-4c26-bac0-30fbabb5bafe

    You could be more specific, like in which part you need help? Database connectivity or GUI design?

  8. #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...

  9. #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...

  10. #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...

  11. #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 👍

  12. #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()...

  13. #Threads

    30788d18-45b3-4526-890b-e085251c6763

    TkInter come up with quite barebones ( in terms of visually pleasing ) interfaces, check out wxPython for making GUI's, its multi-platform...

  14. #Threads

    3cdb8d5c-0eca-428d-8ce2-1c94bcf681a6

    You can access the CVS repositories of GCC at gnu.org (exact url being <a href="https://savannah.gnu.org/cvs/?group=gcc" target="_blank" rel="nofollow noopener...

  15. #Threads

    80af1b40-5806-4fb1-aba6-b33187492164

    Am from Bangalore, India. and i seriously dont remember what i was searching for 😔 its like google is taking over Internet,...

  16. #Threads

    68d1c2c6-b388-4204-b9b2-a071c1f76f28

    Umm. When you are said "Today, even the most modern GPUs aren't capable of producing photo-realistic images." i thought you were making...

  17. #Threads

    dde5de49-08a0-46d4-b928-86d96113ef8e

    You will find equivalent MCU's for your need with PIC and AVR, its more a question of which one you are used...

  18. #Threads

    864adfa4-4a71-49e6-9306-fc57b3c10a0f

    Nice answer Muffy wish my teachers explained stuff with such analogies 😁 Hey Big_K, our brain is a parallel computing neural system...

  19. #Threads

    bb63961e-7a09-4de9-8a32-214d55302d2a

    where do you get these lcd's?? do you buy an old model of these phone and take it apart to use the...

  20. #Threads

    1eca3061-55a1-438e-b194-9ee71f6fe267

    In general a time-out error is generated when your process doesnt receive a reply from another process it is trying to initiate...

  21. #Threads

    00237c76-5f90-4f1f-94e2-523bc74b1a05

    Just another point, A digital system operates with inputs whose value can take either 1 or 0. The voltage values that is...

  22. #Threads

    Hi all

    Bumped into this forum googling for some crazy stuff ;-) and seemed a nice place to gain some gyan. Anyways, am doing...