Hi everybody,
I have a problem showing data. When I look for some especific reg. I use mysql_fetch_array, and display the registry info with something like this :
<input type= text size=20 value=$array[$var_01]>
And it works just fine but when the instructions displays the data from a registry like "Long road 216 Houston Texas"
the instruction only displays Long.
What do you think I should do to make it display the entire address.
Thanks.