From: stephan b. <st...@s1...> - 2004-12-18 17:26:43
|
Question: i'd like to post serialized data to a php script using post. i can formulate it for GET by adding ?arg=..., but is there a different way to do it for post? i don't see any URL or HttpRequest methods for adding vars. i could also be misunderstanding: is post data sent just like get data, as far as the client is concerned? i've got a small PHP script which saves/loads serialized data, submitted via GET/POST, to a db, so implementing http-based saving will be a snap. :) Is there a way to do http file uploads with the P API? That might be better, to allow for larger serialized data to be passed. i'm pretty clueless about the deep internals of HTTP. -- ----- st...@s1... http://s11n.net "...pleasure is a grace and is not obedient to the commands of the will." -- Alan W. Watts |