darkfreaks Posted September 1, 2007 Share Posted September 1, 2007 <form method="post" action="delete.php"> <?php echo $thumbnail/$image ?> <input type=checkbox name=delete[] value='delete'> <input type="submit" name="submit"> </form> Link to comment https://forums.phpfreaks.com/topic/67496-_get-from-a-url/page/5/#findComment-339404 Share on other sites More sharing options...
LemonInflux Posted September 1, 2007 Author Share Posted September 1, 2007 I don't have any thumbnails, and shouldn't there be a loop in there? Link to comment https://forums.phpfreaks.com/topic/67496-_get-from-a-url/page/5/#findComment-339428 Share on other sites More sharing options...
darkfreaks Posted September 1, 2007 Share Posted September 1, 2007 not sure just modify it however you need it so the image appears then below it a checkbbox field and submit button under all the pictures and checkboxes next to them. Link to comment https://forums.phpfreaks.com/topic/67496-_get-from-a-url/page/5/#findComment-339439 Share on other sites More sharing options...
LemonInflux Posted September 2, 2007 Author Share Posted September 2, 2007 OK, I've got a checkbox next to each one, and a submit button, but then I got the problem of... What's the checkbox's name off-page? I can't call it $file anymore, so how do I define it? Link to comment https://forums.phpfreaks.com/topic/67496-_get-from-a-url/page/5/#findComment-339708 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.