get link added to mysql database using php?

KingNothing

New member
okay this is an image upload script
and it works fine

first im displaying this image upload form in an iframe
inside another page
the other page has a registration form

i want to take the image link and post it to the other parent page , form
so it can be enterd the database

<img src="image_files/<?php echo $_REQUEST['show_image'];?>" />

this is what i want to save
 
Back
Top