[snip] Unless someone's auth'd with my personal credentials, all they can do is query a stupid quotations table in a database of mine. No deletes, inserts, or updates. [/snip]
OK. [quote] This url returns an editable detail form from server. User changes rec=5 to 6 in the form, and additional url parms are added via javascript so I can create an update (or insert) statement which the server then processes. [/quote] Passing the param rec (5 for first, 6 for second) has to be done via a form GET to be placed in the URL. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php