[PHP-WIN] PHP Win32 with Oracle 8

2001-01-19 Thread David Giffin
Has anyone used PHP on Windows2000 and Oracle 8? Or has anyone have a precomplied version of the oracle.dll for php? Thanks, David -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the li

[PHP-WIN] File-upload functions.

2001-01-19 Thread Mr. Adam ALLEN.
Does anyone know where an easy to use file-upload library is? I have them for Perl but am starting to switch things to PHP- SQL's so much easier than writing flat text files. Running PHP 4.0.5-dev - WIN-NT Thanks Mr. Adam ALLEN. [EMAIL PROTECTED] http://www.dynamicinteraction.co.uk -- PHP W

php-windows Digest 19 Jan 2001 21:36:09 -0000 Issue 405

2001-01-19 Thread php-windows-digest-help
php-windows Digest 19 Jan 2001 21:36:09 - Issue 405 Topics (messages 5112 through 5123): Re: oracle+php4 5112 by: Jean-Christophe Le Brun Re: Uploading files...Solved 5113 by: Per Nielsen Howdy - Upload 5114 by: Warwick Chapman (Budgee) Javascript 5115 by:

[PHP-WIN] Cache

2001-01-19 Thread James Duncan
Any HTML pages that contain PHP code shouldn't be cache? Is this statement true? If you tell the browser NOT to cache a page then does that mean all objects on that page are also not cached? GIF images for example? I only want the code not to cache (so the PHP code executes on the server every ti

[PHP-WIN] htacces

2001-01-19 Thread dulidel the programmer
Hi I wanna get acces to an htacces secured folder by using PHP Variables, so that i can use the name of the users through the variable in other situations, and i don't want a pop-up window with user and password request please help -- PHP Windows Mailing List (http://www.php.net/) To unsubscri

[PHP-WIN] libsasl.dll

2001-01-19 Thread Dale Heil
I'm using WinNT4.0sp6a, apache 1.3.14, php 4.0.4pl1.   In order to run PHP using the Server API, I had to copy libsasl.dll to my webserver root (d:\apache) due to getting an error when starting apache.  Why was that necessary?  And why does apache need libsasl.dll?   Under PHP CGI, it woul

[PHP-WIN] PHP4 / WinNT 4 / Oracle 7.3 via ODBC

2001-01-19 Thread Carlos Correa Goncalves
Hi, I´m using PHP 4.0.4pl1 with extension php_oracle.dll, Oracle client 7.3 with the following products installed: - Call Interface 7.3.4.0.0 Objects for OLE 2.2.1.0.0 32 bit ODBC 2.5.3.1.0B Support files 7.3.4.0.0 SQL*Net Client 2.3.4.0.0 ... and others --

[PHP-WIN] newsletter mailing system

2001-01-19 Thread afan
Hi to all, Need to create a newsletter mailing system where we take all the emails in a readers panels and email them a monthly newsletter. There will be around 50.000 subscribers. Where can I find some information on what's the best way to do it. Also, what's the better solution: to send

[PHP-WIN] Mail

2001-01-19 Thread Leonard Harris
Answering my own question: I see that I can specify the smtp server in my php.ini file. Next time I'll examine the docs a bit more carefully before asking the question ;-( Lenny -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

[PHP-WIN] Mail

2001-01-19 Thread Leonard Harris
Does php have a mail facility that allows one to name a specific smtp server to be used for sending the mail? Lenny Harris -- 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 administ

[PHP-WIN] session lifetime

2001-01-19 Thread DATURA
I have the following settings in PHP.INI: [Session] session.save_handler = files session.save_path = C:\temp session.use_cookies = 1 session.name = PHPSESSID session.auto_start= 1 session.cookie_lifetime = 0 session.cookie_path = / session.cookie_dom

[PHP-WIN] Javascript

2001-01-19 Thread Paul Mileham
Can anyone help with this? How do you get variables from Javascript into a php function? paul ___ Paul Mileham [EMAIL PROTECTED] Administration Manager Church Pastoral Aid Society Athena Drive

[PHP-WIN] Howdy - Upload

2001-01-19 Thread Warwick Chapman (Budgee)
Howzit PPL I unsubscribed while I was on holiday in Zimbabwe. I trust everyone had a good break. I have some news about Zimbabwe on www.boatrace.co.za (php powered) if anyone is interested. Any ideas how I should go about enabling user to post images with their text news snippets. Are there

[PHP-WIN] Re: Uploading files...Solved

2001-01-19 Thread Per Nielsen
Well... My problem uploading files is now solved. The problem was my restriction in file size in my upload form and the size of the file I picked for uploading. Well needless to say that I feel a bit more than ordinary stupid right now. Not the first time though... Per