[PHP] files upload

2002-03-18 Thread Jena
I need to upload more than one file throught an html form. I cannot create an archive first and then post it. I need to aperate directly with the files the users want to upload. how can I do this? ther's any php trick or procedure to help me many thanks in advance Jena -- PHP General Ma

[PHP] how to pass variable and an internal link

2002-02-20 Thread Jena
Hi I've encountered a little (I hope) problem I can put an anchor on a page to create an internal link writing and then reach it with a normal link writing echo "go to my_anchor"; but to me is necessary to add a variabale to this link usually I write somthing like this: echo "go to"; how ca