12-12-2010, 05:36 PM
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
Please help thank you , BOOTERPHHP
VB.NET MySql , Help please
|
12-12-2010, 05:36 PM
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
01-19-2012, 05:20 AM
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.
03-19-2012, 11:13 AM
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 |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
vb6.0 + mysql | Anurag.91 | 1 | 1,807 |
09-08-2012, 04:19 PM Last Post: spesificrelax |
|
Creating and inserting data into a PHP and MySQL Database | Peter L | 9 | 4,736 |
03-24-2012, 10:49 AM Last Post: Haxalot |
|
[TUT] Include mySQL into php. | MyNameIs940 | 48 | 26,744 |
01-14-2012, 04:45 PM Last Post: Strafeness |
|
MySQL (Innodb vs MyISAM) | Omniscient | 15 | 10,947 |
07-22-2011, 03:15 PM Last Post: developer99 |
|
MySQL question | ImFocuzz | 8 | 3,208 |
07-17-2011, 06:57 PM Last Post: Pedo bear |