Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VB.NET MySql , Help please
#1
Ok so I made a login BUT I want to get info about the person(like male are female) , how would i get the info from the server?

Please help thank you , BOOTERPHHP
Reply
#2
You can try to do this with PHP and HTML. Just make a simple HTML page, and select the users from the database. Let your program navigate to that url, and your done. If you need any help, please let me know.
Reply
#3
Use a SELECT query.
Example: SELECT * FROM *inserttablename* WHERE id=*insertid*.

Then, convert what it returns into an array and select from there.

Hope this helped Smile
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  vb6.0 + mysql Anurag.91 1 1,652 09-08-2012, 04:19 PM
Last Post: spesificrelax
  Creating and inserting data into a PHP and MySQL Database Peter L 9 4,039 03-24-2012, 10:49 AM
Last Post: Haxalot
  [TUT] Include mySQL into php. MyNameIs940 48 22,851 01-14-2012, 04:45 PM
Last Post: Strafeness
  MySQL (Innodb vs MyISAM) Omniscient 15 9,570 07-22-2011, 03:15 PM
Last Post: developer99
  MySQL question ImFocuzz 8 2,711 07-17-2011, 06:57 PM
Last Post: Pedo bear

Forum Jump:


Users browsing this thread: 1 Guest(s)