desithugg Posted September 29, 2007 Share Posted September 29, 2007 Well I'm pretty sure this is possible, I've seen it on some website but I can't remember which. Well the problem is I lack space on my hosting and I have a script that generates and saves images I was looking for a way to save those images to imageshack with php. ImageShack is a media hosting website it doesn't require registration or anything so basically you can just go to the website enter the url of an image and it will save it on their server and give you the link. Here's the link to imageshack http://imageshack.us/ So basically what I'm trying to do is use my script to generate the image, save it on my server than (i want to use php to save the image on ImageShack using the url saving method) and than delete it from my server. I could do this easily if ImageShack was using GET methods in their form but their using POST and i'm not sure how to send POST vars through php. Sorry if I was confusing, I tried to be as clear as I could. If you think you understand anyone mind helping? Quote Link to comment https://forums.phpfreaks.com/topic/71179-php-send-post-vars/ Share on other sites More sharing options...
corbin Posted September 29, 2007 Share Posted September 29, 2007 Look into http headers and the cURL extension for PHP. Quote Link to comment https://forums.phpfreaks.com/topic/71179-php-send-post-vars/#findComment-358021 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.