I just started a site, and would like to make some dummy profiles. The script I'm using included a profile generator that would assign usernames, age and location (city and state) of the "members". The problem I'm having is that the profile generator assigns a city, but not the corresponding state...due to the nature of my site, it is very important that the member's city/state matches up.
If anyone could help me out on this, that would be great...I can post the code (isn't too much; just one page about 400 - 500 lines) if it would help.
Also, my knowledge of php is very limited...this would otherwise be a very simple problem to resolve (the problem with the code is that it is not getting the state out of the database, just the city...but I don't know how to enter the code properly)
Thank you in advance for any help!