Re: [PHP] multiple upload files?

2006-11-22 Thread testkonto
Am Dienstag, 21. November 2006 18:26 schrieb Richard Lynch: Just have two INPUT TYPE=FILE tags. This is not rocket science... I mean without more than one inputs. Never mind.:-) I guess I should better look for some client side language. Regards, Oliver -- PHP General Mailing List

Re: [PHP] How to work with virtual (seo) URLs?

2006-11-18 Thread testkonto
You did not describe the problem. Every script file has a location within the servers hierarchy. If you want to know in which script your code is executed, you can query the variable $_SERVER['SCRIPT_URI']; That returns the URI of the executed php-file, NOT included file. Don't you read