As in the html4 spec, you should have an attribute name for your button. See
http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#control-name
-Message d'origine-
De : Alf Stockton [mailto:[EMAIL PROTECTED]
Envoyé : 17 avril 2007 06:56
À : php windows
Objet : [PHP-WIN] Fire
I do this little trick in the main file I include in all my php files. So after
that, I only use the constants regardless how deep I am in a folder.
//pour trouver comment/ou inclure les fichiers peut importe l'emplacement du
fichier appelant
if (!defined("SERVER_ROOT_PATH"))
{
sted in the solution. :)
Sorry that I can't help much more.
Regards
Styve
-Message d'origine-
De : Gustav Wiberg [mailto:[EMAIL PROTECTED]
Envoyé : 22 février 2007 10:18
À : Styve Couture; 'php-windows@lists.php.net'
Objet : RE: [PHP-WIN] Rights to delete?
Hi there!
I had the same problem when I have tried to migrate from Apache to IIS.
What I know is that with IIS and ASP.NET you have to go under the security
option for your folder and give the right "modify" for the user NETWORK_SERVICE
(under 2003 Server). This allows ASP.NET to delete files (like old lo
Hi folks,
I have a PHP apps who let people listen to audio files. Those files are
mainly store on the hard drive of the server. But the old ones are
backed up on DVD and purged from the hard drive. I need to offer the
possibility to listen to the files on the DVD. So, I have tried
different things