Re: [PHP-WIN] Apache+PHP4 in Win95 OS, config. problem

2001-12-10 Thread leo g. divinagracia iii
have you tried the two AMP (APACHE, MYSQL and PHP trio) packages available from http://www.sourceforge.net? they have an installer for all three... no mess no fuss... http://sourceforge.net/projects/foxserv/ and http://sourceforge.net/projects/phptriad/ both for win32... i've tried both. b

[PHP-WIN] DNS

2001-12-10 Thread Mike
This is kinda question relating to PHP and windows. I have setup my site with IIS 5.0 and PHP. Everything works fine. Now that I have my site ready I want to know if I have set my DNS zones up correctly. I have specifed the proper zones as in foreward and reverse, and I want to know if I am ready

[PHP-WIN] Re: A referer code needed

2001-12-10 Thread Brad Thomas
"Emad El-Din" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > I would like to know the function written to know the URL of the page the > user's browser was previously on if the user followed a link from that page > to my php script (as "referer" in perl s

RE: [PHP-WIN] Microsoft Word .doc to HTML

2001-12-10 Thread alain samoun
I just put a class that can do that at: http://phpclasses.upperdesign.com/browse.html/package/388 You can also have a look at: http://www.phpbuilder.com/columns/alain20001003.php3 A+ Alain -Original Message- From: Ryan Marrs [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 1:41

php-windows Digest 10 Dec 2001 21:44:25 -0000 Issue 894

2001-12-10 Thread php-windows-digest-help
php-windows Digest 10 Dec 2001 21:44:25 - Issue 894 Topics (messages 10816 through 10833): Re: A referer code needed 10816 by: Christian Sandfeld PHP + IIS5 works like hell 10817 by: Silviu Bondalici Re: Plug-in detection. 10818 by: G Schneider Re: my MySQL hacked

[PHP-WIN] Microsoft Word .doc to HTML

2001-12-10 Thread Ryan Marrs
I'm not entirely where to begin because I am not a VB Developer in anyway shape or form, but I know how to use COM Objects with PHP. I am attempting to read Word Documents and save them as an HTML. I've read through a few messages that have already been brought up on this topic and I am still no

Re: [PHP-WIN] security flaws

2001-12-10 Thread Rasmus Lerdorf
All known flaws have obviously been fixed. I guess you are looking for a list of unknown flaws? That's a bit hard to provide. On Mon, 10 Dec 2001 [EMAIL PROTECTED] wrote: > what are all the security flaws of PHP? also...what other languages are more > secure? thanks. > -- PHP Windows Ma

[PHP-WIN] security flaws

2001-12-10 Thread ChaoticWorks
what are all the security flaws of PHP? also...what other languages are more secure? thanks.

[PHP-WIN] Re: MySQL: What if .... ?

2001-12-10 Thread Hugh Bothwell
"G Schneider" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > What do you do if the only root user has removed all his own privileges? > > How do you rectify the situation without reinstalling MySQL? > > Thanks, > - Jefferrs MySQL keeps its own privileges data

[PHP-WIN] subject line complete

2001-12-10 Thread Julian Easterling
unsubscribe  -- 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] my MySQL hacked?

2001-12-10 Thread Mike Flynn
At 06:11 PM 12/9/2001 +, you wrote: >I found the problem. > >There was a problem with FTP security, and a member decided to look in my >PHP files and find my MySQL password. He then, obviously, used that MySQL >password to trash our database. > >Mystery solved. > >- Jefferrs A good way to hel

[PHP-WIN] mssql insert weird.

2001-12-10 Thread Delbono
Hello, I have this simple query: insert into table1 ( fname) values ('test1') I use odbc_exec()all goes fine. Insert is performed. I use mssql_query(); Query returns 1, but no insert is done!!! same, db, same table, same user. Why!!? mssql_query("select * from table1")

[PHP-WIN] PHP + IIS5 lags

2001-12-10 Thread Silviu Bondalici
We have migrated our web server from NT4.0 (with PHP + IIS4.0) to Win2000 (with same PHP and IIS 5.0). When we used IIS4.0 the web paged were loading in a sec. Now you must wait at least 5 sec. to get your page. Any suggestions? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

[PHP-WIN] revision - IIS4 ASP hangs periodically after installing PHP

2001-12-10 Thread Don Sanders
When I first posted this problem, I thought it was MS Access hanging but after more testing, I realized it is ASP that stops responding about once a week after I installed PHP, even pages that do not use database. Restarting the server will run for another week then hang again. -- PHP Windows

RE: [PHP-WIN] MySQL: What if .... ?

2001-12-10 Thread Asendorf, John
Note, step one, for a windows user = "stop the MySQL service" - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Nullum magnum ingenium sine mixtura dementiae fuit > -Or

RE: [PHP-WIN] Has anyone gotten session_destroy() to actually work on Windows?

2001-12-10 Thread Ayres, David
Thanks Egil, But I've tried everything and can not get it to work. I also can't get it to instantiate a session until I print the Session variables once to the HTML Page, then the session finally works. It's really strange (I just wish it were as stable as .Net). Thanks for your feedback... D

RE: [PHP-WIN] MySQL: What if .... ?

2001-12-10 Thread Asendorf, John
There's a section of MySQL just for this problem http://www.mysql.com/doc/R/e/Resetting_permissions.html Make sure you follow ALL of the instructions. If you need further help, please feel free to contact me directly. I JUST went through this, so it's still rather fresh. John ---

Re: [PHP-WIN]How to know how long a person stay

2001-12-10 Thread Michel Laine
Hey! don't blame me I am just a newbie trying to help. ...and let me point out that i said "I do not believe that this is possible, not as you would it to work anyway." - Where is the text saying that it *can't* be done? PHP still amazes me after one year. I'm on your side - "Anything is possi

[PHP-WIN] MySQL: What if .... ?

2001-12-10 Thread G Schneider
What do you do if the only root user has removed all his own privileges? How do you rectify the situation without reinstalling MySQL? Thanks, - Jefferrs P.S. This message is also being posted to alt.comp.lang.php, alt.php, and alt.php.sql -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] my MySQL hacked?

2001-12-10 Thread G Schneider
I found the problem. There was a problem with FTP security, and a member decided to look in my PHP files and find my MySQL password. He then, obviously, used that MySQL password to trash our database. Mystery solved. - Jefferrs "R'Twick Niceorgaw" <[EMAIL PROTECTED]> wrote in message 000601c

[PHP-WIN] Re: Plug-in detection.

2001-12-10 Thread G Schneider
"Mark Hope" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm looking for a way to detect the flash plug-in, writing a suitable > include file for those that have the plug-in, and another include for > those that don't. > > Can anybody point me in the right di

[PHP-WIN] PHP + IIS5 works like hell

2001-12-10 Thread Silviu Bondalici
We have migrated our web server from NT4.0 (with PHP + IIS4.0) to Win2000 (with same PHP and IIS 5.0). When we used IIS4.0 the web paged were loading in a sec. Now you must wait at least 5 sec. to get your page. Any suggestions? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP-WIN] A referer code needed

2001-12-10 Thread Christian Sandfeld
Either one of these preset vars should do: $HTTP_REFERER $HTTP_SERVER_VARS["HTTP_REFERER"] $HTTP_ENV_VARS["HTTP_REFERER"] /Christian -Original Message- From: Emad El-Din [mailto:[EMAIL PROTECTED]] Sent: 5. oktober 2001 05:57 To: [EMAIL PROTECTED] Subject: [PHP-WIN] A referer code needed

php-windows Digest 10 Dec 2001 09:36:42 -0000 Issue 893

2001-12-10 Thread php-windows-digest-help
php-windows Digest 10 Dec 2001 09:36:42 - Issue 893 Topics (messages 10814 through 10815): Re: PHP 4.0.6 Apache 1.3.12 Oracle 8.1.5 OCIPlogon Windows 2000 Server 10814 by: Ignatius Teo Plug-in detection. 10815 by: Mark Hope Administrivia: To subscribe to the digest, e-mai

[PHP-WIN] Plug-in detection.

2001-12-10 Thread Mark Hope
I'm looking for a way to detect the flash plug-in, writing a suitable include file for those that have the plug-in, and another include for those that don't. Can anybody point me in the right direction. Mark Hope -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL