[PHP-WIN] mysqldump in php-scripting

2002-09-04 Thread krizz
I'd like to know if is possible to run a mysql script (the one dumped for backup reasons) through a php page. My problem is that I don't telnet access to the Mysql database and function exec doesn't work(for security reasons probably). So, is it difficult to use a php-script to restore back my dum

Re: Re[2]: [PHP-WIN] COM and Word, how?

2002-09-04 Thread Michelle
No problem... Just out of curiosity, did you run "dcomcnfg" and configure Microsoft Word security properties? And what version of Office do you use (including service packs)? Just trying to eliminate all that can be wrong on my setup... Thanks, // Michelle > Sorry .. I don't see my reply from

Re[4]: [PHP-WIN] COM and Word, how?

2002-09-04 Thread David Tod Sigafoos
Hello Michelle, Wednesday, September 4, 2002, 4:35:17 AM, you wrote: M> Just out of curiosity, did you run "dcomcnfg" and configure Microsoft Word M> security properties? Didn't run it .. Just ran it and got the following ... The CLSID {b58c2440-a1a3-11d1-B024-006097c9a284}, item c:\program f

[PHP-WIN] cookie problems...

2002-09-04 Thread Nicholas Stuart
Hello all, I seem to be having problems with getting cookies to set correctly. I use the following code: ___ header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-s

[PHP-WIN] RE: thickbook.com Form

2002-09-04 Thread Dorothy Vankoughnett
hi i have done that, Apache server is working, i removed all html files from the htdocs folder, it does list the php document (see below) Index of / NameLast modified Size Description P

[PHP-WIN] Re[3]: thickbook.com Form

2002-09-04 Thread Julie Meloni
DV>> It just for some reason is not recognizing the php extension ... any other DV>> things to test without sending you the conf file ??? JM> Yes, verify the 2 changes that were to be made, plus verify that the JM> build process put the .so in the correct place, and finally verify JM> that you re

php-windows Digest 4 Sep 2002 15:06:01 -0000 Issue 1323

2002-09-04 Thread php-windows-digest-help
php-windows Digest 4 Sep 2002 15:06:01 - Issue 1323 Topics (messages 15659 through 15667): Re: COM and Word, how? 15659 by: David Tod Sigafoos 15663 by: Michelle 15664 by: David Tod Sigafoos PHP 4 Apache 2 and Windows XP 15660 by: Matt Carlson 15661

[PHP-WIN] Re[2]: thickbook.com Form

2002-09-04 Thread Julie Meloni
DV> It just for some reason is not recognizing the php extension ... any other DV> things to test without sending you the conf file ??? Yes, verify the 2 changes that were to be made, plus verify that the build process put the .so in the correct place, and finally verify that you restarted your s

[PHP-WIN] problem with sessions...

2002-09-04 Thread Luis Ferro
Hi everyone... I've an web applications with several directories and a session to keep them all together... The problem is that when i make a link to a file like: sjdhfjsd The current session in the isn't passed to the file.php... But if i make a link to a file as: sjdhfjsd The ses

RE: [PHP-WIN] Re[3]: thickbook.com Form

2002-09-04 Thread Dorothy Vankoughnett
thank you for the tutorial, i noticed that when i reversed the .php and .phtml ( see below )that it now works ...( originally had .phtml .php ) ... AddType application/x-httpd-php .php .phtml AddType application/x-httpd-php-source .phps thanks again! Dorothy -Original Message- From:

Re[2]: [PHP-WIN] Re[3]: thickbook.com Form

2002-09-04 Thread Julie Meloni
DV> thank you for the tutorial, i noticed that when i reversed the .php and DV> .phtml ( see below )that it now works ...( originally had .phtml .php ) ... DV> AddType application/x-httpd-php .php .phtml DV> AddType application/x-httpd-php-source .phps The order of extensions in the AddType ma

Re: [PHP-WIN] PHP 4 Apache 2 and Windows XP

2002-09-04 Thread Matt Carlson
I would have thought the same thing. Over about 2 hours, i did nearly 200 nslookups all resolving back to the correct IP. And I also did many in succession to see if an error would produce itself. When all it produces is the blank page, the source reveals this And that is it. I cant figure

RE: [PHP-WIN] IIS 3 Install

2002-09-04 Thread David Hollister
My suggestion would be to upgrade IIS. Is there a reason you need IIS3? All is not the same between web server versions. Check this out http://www.php.net/manual/sv/printwn/install.iis.php#install.iis.iis4 -Original Message- From: Kerry Kobashi [mailto:[EMAIL PROTECTED]] Sent: Tuesda

RE: [PHP-WIN] IIS 3 Install

2002-09-04 Thread dash php
I once installed PHP on IIS3. From what I recall, it was not a pretty excersize. I had to go registry hunting! It is so much easier on Apache. -Dash -Original Message- From: David Hollister [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 9:40 AM To: 'Kerry Kobashi'; [EMAI

RE: [PHP-WIN] PHP 4 Apache 2 and Windows XP

2002-09-04 Thread Rich Gray
Matt Is anything logged in the Apache/PHP error log? Rich -Original Message- From: Matt Carlson [mailto:[EMAIL PROTECTED]] Sent: 04 September 2002 17:29 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP 4 Apache 2 and Windows XP I would have thought the same thing. Over about 2 hours, i

Re: [PHP-WIN] PHP 4 Apache 2 and Windows XP

2002-09-04 Thread Matt
Unfortunatly no. There isnt. What I have found out from another source, that windows xp has problems in a Afd.sys and there is an update for it, unfortunatly it wont come out until SP-1. I do thank you very much for your assisstance. Matt - Original Message - From: "Rich Gray" <[EMAIL

Re: [PHP-WIN] PHP 4 Apache 2 and Windows XP

2002-09-04 Thread Matt Carlson
I thought for a second. The microsoft link is http://support.microsoft.com/default.aspx?scid=kb;EN-US;q317949 refernecing QB article Q317949 in case anyone else has the problem Matt "Matt" <[EMAIL PROTECTED]> wrote in message 000b01c25435$8eb93ee0$6501a8c0@DION">news:000b01c25435$8eb93ee0$6501

[PHP-WIN] Re: cookie problems...

2002-09-04 Thread George Nicolae
You can't set a cookie in a page and use it immediately. From the manual: "Cookies will not become visible until the next loading of a page that the cookie should be visible for. To test if a cookie was successfully set, check for the cookie on a next loading page before the cookie expires. " --

[PHP-WIN] Re: cookie problems...

2002-09-04 Thread Angie Tollerson
Also, Please keep in mind that on windows, you will not be able to successfully set a cookie if your script redirects to another page using the typical header("Location:.."); command. Instead, you have to print out headers to the page that uses meta tag refresh to refresh the page to a new url lo

Re: [PHP-WIN] Re: cookie problems...

2002-09-04 Thread Nicholas Stuart
Thanks Angie, I was just in the process of seperating out my cookie setting and that is just what I needed. Works like a charm. Thanks again. -Nick > Also, Please keep in mind that on windows, you will not be able to > successfully set a cookie if your script redirects to another page using > the