kakshmire
06-19-2006, 01:39 PM
hi, i've been looking at php upload forms, but i'm still not sure how to do this... if its possible.
i have a list of records displayed in the admin section of a site. when you click an individual record, i need a php file to be uploaded (more added, than uploaded) in a specific location. the php file contains one variable that needs to be set dependant on a field in the record. so something like
list item 1 fieldvalue=1
list item 2 fieldvalue=2
list item 3 fieldvalue=3
click list item 1 and
<?php
blah blah blah
variable=$fieldvalue
blah
?>
is uploaded to /admin/item$fieldvalue.php
i hope that makes sense, its kinda hard to explain. thanks for any help.
i have a list of records displayed in the admin section of a site. when you click an individual record, i need a php file to be uploaded (more added, than uploaded) in a specific location. the php file contains one variable that needs to be set dependant on a field in the record. so something like
list item 1 fieldvalue=1
list item 2 fieldvalue=2
list item 3 fieldvalue=3
click list item 1 and
<?php
blah blah blah
variable=$fieldvalue
blah
?>
is uploaded to /admin/item$fieldvalue.php
i hope that makes sense, its kinda hard to explain. thanks for any help.