Databug

Sunday, July 16, 2006

Added Street Name to Profile

Added a function to grab a random street name from a new data file. Only viable file of street names I could find contained street names from Anchorage, Alaska. For the most part, it doesn't really show.

A demo:

Array
(
[first_name] => Othella
[last_name] => Finch
[user_name] => ofinch
[full_name] => Othella Finch
[gender] => f
[email] => ofinch49788@aol.com
[street] => Altoona Drive #654
[zip] => 91360
[city] => Thousand Oaks
[state] => CA
[phone] => (858) 555-9667
)

 

0 Comments:

Post a Comment

<< Home