prcollin Posted August 1, 2007 Share Posted August 1, 2007 I want to create a form that when it is submitted the piece of information is posted to another site in order of lastest posts how would i do that using strings or any other way Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted August 2, 2007 Share Posted August 2, 2007 you need a server side script like php, asp/.net cold fusion.... These technologies handle the requests with datasubmitted via forms and manipulates/validates the data. After that provided you use the correct protocols or have the correct access to other servers you can easily send the data in the format they expect by sending the correct header - for url (GET) method transactions or curl for the POST method transaction. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.