CircularStopSign Posted September 2, 2006 Share Posted September 2, 2006 everytime someone uploads an image, i would like it to create a page for that specific image such as on imageshack... does anybody know how or what tutorials i could use to figure this out? Link to comment https://forums.phpfreaks.com/topic/19437-on-upload-create-a-page/ Share on other sites More sharing options...
corbin Posted September 2, 2006 Share Posted September 2, 2006 Image shack is a dynamic page with the content served based on the GET id of the image... Pretty much have the upload script upload it somewhere, and have it tell the user the url of the page.php?image_id=<image_id>. Then have page.php include some stuff and what not based on the image_id... Link to comment https://forums.phpfreaks.com/topic/19437-on-upload-create-a-page/#findComment-84425 Share on other sites More sharing options...
rallokkcaz Posted September 2, 2006 Share Posted September 2, 2006 good question ;D but ive got now idea how to do it :( Link to comment https://forums.phpfreaks.com/topic/19437-on-upload-create-a-page/#findComment-84427 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.