Re[2]: [PHP] how do i hide my .inc files in apache??

2001-01-17 Thread Andrew Sitnikov
('/home/user/include/lib.inc'); ? Best regards, Andrew Sitnikov -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] file selected in form changes in next php page?!

2001-01-21 Thread Andrew Sitnikov
bmit" value="Invoeren" CH /form CH ## NEXT PAGE (in main) CH if (isset($FILE_INVOEREN)): CH echo $my_file; CH if ($my_file==0) die ("Selecteer een file!"); CH CH -- C.Hayes Droevendaa

[PHP] Zend Store products questions

2001-01-23 Thread Andrew Sitnikov
software to other computer, I can receive The new license? Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

[PHP] register_shutdown_function() not working ?

2001-01-27 Thread Andrew Sitnikov
not open output file"); } } function funct2(){ global $file_name; if ($fd = fopen($file_name,'a+')){ fwrite($fd,"Funct2\n"); fclose($fd); } } $i = register_shutdown_function('funct2'); funct1(); ? file have only "Funct1" ? Best regards, Andrew S

Re: [PHP] register_shutdown_function() not working ?

2001-01-27 Thread Andrew Sitnikov
? AS file have only "Funct1" ? AS Best regards, AS Andrew Sitnikov AS e-mail : [EMAIL PROTECTED] AS GSM: (+372) 56491109 Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP General Mailing List

[PHP] Question about flock() on Linux

2001-02-03 Thread Andrew Sitnikov
correctly to write in a file from different threads? P.S I use Linux-2.2.17+PHP4.0.4pl1 Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] Question about flock() on Linux. Part 2

2001-02-03 Thread Andrew Sitnikov
fd,LOCK_UN); usleep(5); }else{ die('Can not lock file'); } } fclose($fd); }else{ echo 'Can not open file'; } ? Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP General Mailing List (http://w