Re: [PHP-WIN] Network Documents

2001-08-15 Thread Paul Smith
>headers. The headers it did return are: > > which I know really means can't find the document. But it can. Is anyone else using >a remote host for your document root and using PHP? > > Thomas > System Administrator -- Paul Smith [EMAIL PROTECTED] http://www.dostuf

[PHP-WIN] including files

2001-08-13 Thread Paul Smith
de files call for more include files and I can't change those references. Does this make any sense at all? Might I get some help on this question (I haven't on previous questions I've asked). Thank you all. Regards, Paul Smith -- Paul Smith [EMAIL PROTECTED] http://www.do

Re: [PHP-WIN] Variable scope in loops

2001-07-31 Thread Paul Smith
ke this: > > > > global $incident_array[]; > > > > Any help would be appreciated. > > > > Tom Tsongas > > > > -- > > PHP Windows Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands,

Re: [PHP-WIN] Variable scope in loops

2001-07-31 Thread Paul Smith
ray as a parameter. I had it looking something like this: > > global $incident_array[]; > > Any help would be appreciated. > > Tom Tsongas > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional command

Re: [PHP-WIN] WINNT - PHP @#%^ UP!! (Mail & attachments)

2001-07-30 Thread Paul Smith
L PROTECTED] > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > -- > PHP Windows 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:

Re: [PHP-WIN] script timeout problem

2001-07-27 Thread Paul Smith
e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Paul Smith [EMAIL PROTECTED] http://www.dostuff.net -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTE

Re: [PHP-WIN] PHP zombies on Win2K.

2001-07-26 Thread Paul Smith
ve the php process hanging, and this consumes my processor a lot. > > Please help. > > Iván -- Paul Smith [EMAIL PROTECTED] http://www.dostuff.net -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-WIN] Error checking on fopen, file

2001-07-20 Thread Paul Smith
lls to fopen and file? Or just some, like ones that write or append. What's the best programming practice. -- Paul Smith [EMAIL PROTECTED] http://www.dostuff.net -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: [PHP-WIN] mysql_fetch_array

2001-07-18 Thread Paul Smith
$row[description] > > so later in the dynamically created page I could enter $variable_1 (1 being > the row[id] value) and the correct value would be selected. Is there anyway > of doing this? I tried using $$variable etc but no luck. > > Any ideas appriciated. > Andre

Re: [PHP-WIN] php inside the html?

2001-07-16 Thread Paul Smith
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] -- Paul Smith [EMAIL PROTECTED] http://www.dostuff.net -- PHP Windows Mailing List (http://www.php.n

Re: [PHP-WIN] Deleteing a file using Unlink()

2001-07-06 Thread Paul Smith
user IIS/PHP is running as. Another note, these files >were written to the drive using PHP, so I don't understand why it's having >issues removing them. Any suggestions on the most "stable" or "secure" way >to do this? > >Ryan > -- DoStuff Online C

[PHP-WIN] PHP 4.0.6/Win98/Sessions

2001-06-29 Thread Paul Smith
I upgraded to 4.0.6, should I have done that? Please help. Thanks, Paul Smith -- PHP Windows 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-WIN] sticky sessions :: Load Balancing :: RE: session tracking across a server farm

2001-04-30 Thread Paul Smith
I'm using the Win2k NLB services with PHP4 and it works fine. You can set the affinity to none, single, or a whole subnet to ensure that your client reaches the same server for that session If you use cookies to store your login information then the affinity problem goes away as the cookies

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-30 Thread Paul Smith
Thanks for all your help. You're right, I can't map a drive because IIS is running as a service under win2k and I can't use the user dependant drive mappings... I'll try this patched version? -> -Original Message- -> From: Daniel Beulshausen [mailto:[EMAIL PROTECTED]] -> Sent: 30 April

[PHP-WIN] Compiled PHP 4.06 & ISAPI

2001-04-29 Thread Paul Smith
I don't supposed anyone has this, or knows where I could obtain a precompiled version of 4.06 or better? From what I've read in the PHP bug database this version may fix at least some of the problems with UNC filenames on windows platforms. Regards, Paul

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-29 Thread Paul Smith
Not yet, but I want to stay with the \\computername\share format if I can becuase then I can run the same commands on any server without worrying about drive letters and drive. Drive mappings are also made for the user, not the system which will cuase me problems. -Original Message- F

[PHP-WIN] PHP, network shares, and IIS5

2001-04-29 Thread Paul Smith
Hi, I've been using PHP4 and IIS5 on Win2k and IIS5 for ages now. I now need to host some of my files on a network share instead of on a local drive. All that should need changing is the location on the files on IIS5, which is \\computername\share\folder. All the non-php sites still work OK af

[PHP-WIN] Protecting PHP code

2001-02-23 Thread Paul Smith
Hi, If I have a piece of code for security reasons we don't want even the sysadmin of the NT system to be able to view. Is there a way to distribute it in a way it can't be viewed, i.e. compiled perhaps? Thanks. .. Just because it works, doesn't mean it isn't broken.