Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"spaces" missing when writing to Ms Access

Status
Not open for further replies.

NoviceFlashUser

Technical User
Sep 1, 2003
21
SG
When writing to MS Acess with Aurthorware 6 using PostURL functions with PHP scripts, all the strings written to the database have all the "spaces" missing.
Is this normal or some error going on? Can anyone enlighten?
 
Old post, hopefully you figured this out by now, but just in case anyone else happens across this...

You need to use the [tt]URLEncode() [/tt] function to convert the strings to proper URL encoding (it will convert the spaces to "%20" and clean up any other possible snags so PHP & the server can process the properly.

steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top