Support Forums

Full Version: VB.NET MySql , Help please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
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