arbil
06-09-2003, 12:38 AM
a message is passed in a parameter like this:
sample.asp?message=exmloc 03123451 simon/johnson/edwards
how do I break the messages and pass to the ff variables according to this order:
service=exmloc
serv_code=03123451
fullname=edwards/johnson/simon
last=edwards
middle=johnson
first=simon
i need to break the fullname into last, middle and first so that I could query it in the database which contains those fields.
Any help me with these? Thanks a lot guys....
;)
sample.asp?message=exmloc 03123451 simon/johnson/edwards
how do I break the messages and pass to the ff variables according to this order:
service=exmloc
serv_code=03123451
fullname=edwards/johnson/simon
last=edwards
middle=johnson
first=simon
i need to break the fullname into last, middle and first so that I could query it in the database which contains those fields.
Any help me with these? Thanks a lot guys....
;)