seperating text in different parts
Posted: Mon Oct 18, 2004 4:02 pm
feyd | Help us, help you. Please use
and i want to change it to
feyd | Help us, help you. Please use
Code: Select all
andCode: Select all
tags where approriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]
I'm not really sure what to ask how to do but this is what i am wanting to do. I have a field i want to post to a php page that will be $city and it will have City St Zip in it and i want to break those up into $address1, $address2,$address3 to add them to the database
for exampleCode: Select all
$city = "Dodge City KS 67801"Code: Select all
$address1 = "Dodge City"
$address2 = "KS"
$address3 = "67801"feyd | Help us, help you. Please use
Code: Select all
andCode: Select all
tags where approriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]