peskywinnets
Registered User.
- Local time
- Today, 22:50
- Joined
- Feb 4, 2014
- Messages
- 587
How do I compose the syntax in an update query to avoid a question mark affecting (truncating) the update string?
For example, when I have this as the update text...
...It actually results in the following outcome...
UK Revise#http://cgi5.ebay.co.uk/ws/eBayISAPI.dll (i.e. the red bit following the ? showing in the above update command is missing)
Any ideas?
For example, when I have this as the update text...
Code:
"UK Revise#http://cgi5.ebay.co.uk/ws/eBayISAPI.dll?[COLOR="Red"]UserItemVerification&item="[/COLOR]
...It actually results in the following outcome...
UK Revise#http://cgi5.ebay.co.uk/ws/eBayISAPI.dll (i.e. the red bit following the ? showing in the above update command is missing)
Any ideas?
Last edited: