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
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
"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
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 - 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
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
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
what are all the security flaws of PHP? also...what other languages are more
secure? thanks.
"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
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]
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
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")
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
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
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
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
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
---
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
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
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
"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
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,
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 - 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
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
25 matches
Mail list logo