[PHP-WIN] New install problem / question

2003-01-08 Thread b
Hi, I have just installed PHP4 onto a Win2k server with IIS5 [my first time with PHP] - And after having created a test script I have the following problem; The script generates the [expected] output when accessed from the server browser; HOWEVER, when trying to access from a public or machine on

[PHP-WIN] Postgresql extension

2005-02-04 Thread b
Hi, Sorry if this question has already been addressed here, but I was unable to find it. I am running nanoweb 2.1.1 + php431 (installed as package) on Windows XP. I am trying to access a postgres db using php. I have followed the instructions to add the postgres extension to php by placing php

Re: [PHP-WIN] Re: swatch internet time

2002-02-22 Thread B Thomas
one else wants it. > > you can just use date("B") > > daniel > > -- > daniel beulshausen - [EMAIL PROTECTED] > using php on windows? http://www.php4win.com > Arron was actually asking for the formula of how they work out Swatch internet time. Brad --

[PHP-WIN] http Upload corrupts my files on winXP with Apache

2002-07-08 Thread Mathias B
Hello I use: Apache 2.0.36 and PHP 4.2.1 on WinXP I have major problems when trying to upload files with the following code: HTML code: "> Going to the PHP handler: if (is_uploaded_file($data)) { $realname = $_FILES['data']['name']; echo "data: $data run:".mo

[PHP-WIN] http Upload corrupts my files on winXP with Apache

2002-07-08 Thread Mathias B
Hello again My message below was labeled spam?!?!? So i should send it again i was told... sorry for the inconvenience... /Mathias ---original message --- Hello I use: Apache 2.0.36 and PHP 4.2.1 on WinXP I have major problems when trying to upload files with the following

[PHP-WIN] Fopen on ascii files

2002-07-17 Thread Mathias B
Hello Quick question: what happens if i try to open a ascii-file/text-file with fopen($file, 'wb'); on a windows system? does the file get scrambled because of the 'b' or is the 'b' just ignored? /Mathias -- PHP Windows Mailing List (http://www.php.net

[PHP-WIN] Apache variables

2002-02-02 Thread B Thomas
Hi. Any ideas why Apache variables no longer parse in PHP anymore? Returns: nothing. PHP 4.0.6 Apache 1.3.20 *frowns* -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: php 4.1 / xitami on a Win2k computer

2002-02-02 Thread B Thomas
"Wolfgang Schneider" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello all, > > I am running Xitami together with PHP 4.1 and mySQL on a Win2k > computer for locally testing websites ... everything seems to work > fine, except for a bit of a strange thing I

[PHP-WIN] Re: Apache variables

2002-02-05 Thread B Thomas
"Steve Yates" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > "B Thomas" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > echo $SCRIPT_NAME; > > >

[PHP-WIN] ordering results

2002-12-11 Thread T B
i have a database of weekly results and use a php script to compute some totals. how would i go about ordering the totals? thanks, t -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Unable to get php pages to load

2003-06-04 Thread B Hodge
I have installed php and configured it per the install manual. I associated .php extensions to run php scripts via the php interpreter and ran the test.php script successfully. I then configured my Netscape 3.63 server mime-types to support php as magnus-internal/shellcgi Then I enabled php extensi

[PHP-WIN] Re: Unable to get php pages to load

2003-06-05 Thread B Hodge
in message news:[EMAIL PROTECTED] > Do you have the apache installed? > > > "B Hodge" <[EMAIL PROTECTED]> escreveu na mensagem > news:[EMAIL PROTECTED] > > I have installed php and configured it per the install manual. > > I associated .php extensions t

[PHP-WIN] Re: PHP WINDOWS 2000 Testing Oracle DB with PHP

2004-03-22 Thread Thierry B.
You gave permissions on c:\php, but not on 'c:\WinNt\System32\ (access denied). By the way, you can leave extensions files where the are (c:\php\extensions) and add this path tou your system path. -- Click below to answer / cliquez ci dessous pour me repondre http://cerbermail.com/?MQkxTL4vUP "Ra

[PHP-WIN] Re: php5isapi.dll not handling MySQL

2004-03-22 Thread Thierry B.
MySql libraries are not built in php anymore (5+), since there is now two libraries, one that handle Mysql 3 and early 4, and a new one for 4 and +. TB -- Click below to answer / cliquez ci dessous pour me repondre http://cerbermail.com/?MQkxTL4vUP "Don McFarland" <[EMAIL PROTECTED]> a écrit dan

[PHP-WIN] PHP5RC1 and fasctcgi from Shane Caraveo

2004-03-25 Thread Thierry B.
Hi, did someone succeeded to run fastcgi for IIS from Shane Caraveo ( isapi_fcgi.dll ) with PHP5. I get the message "Server Error, unable to connect to fastcgi server." Thierry B. -- Click below to answer / cliquez ci dessous pour me repondre http://cerbermail.com/?MQkxTL4vUP -- P

[PHP-WIN] Re: php_iconv.dll ???

2004-03-26 Thread Thierry B.
I believe it is built in php now. I use a php application which need it with php4 to use unicode functions. With PHP5RC1, It works without iconv dll. TB -- Click below to answer / cliquez ci dessous pour me repondre http://cerbermail.com/?MQkxTL4vUP "Jason Barnett" <[EMAIL PROTECTED]> a écrit da

[PHP-WIN] PHP and Apache

2005-03-01 Thread Logan B
Hi, I'm using Apache 1.3 on my Windows XP Pro box with PHP 5. I'm trying to get Apache to reconize it. I've added "LoadModule php5_module "c:/PHP/php5apache.dll"" and "AddModule mod_php5.c" to the httpd.conf file. I restart Apache, but it throws a santax error that says that the module [mod_php5.c

[PHP-WIN] Re: [PHP] Web Host

2001-05-16 Thread Deependra B. Tandukar
Contact [EMAIL PROTECTED] Warm Regards, Deependra B. Tandukar www.coremag.net/cvs/dt.htm Training and Networking Assistant ICOD/ICIMOD www.icimod.org Co-ordinator CORExpress The Only Native Computer Magazine of Nepal www.coremag.net

[PHP-WIN] Access Violation on WinNT4

2001-07-17 Thread Jorge B. Ribarr
Hi, When a user stop a process, with the stop button or click in another link. Php popup a mensage "Access Violation". I use php4.0.5, apache 1.3.9, ms sql server 7, odbc , winnt4. All most this occours in a query execution. I use a class phpodb.php (from www.zend.com - code galery)to access t

[PHP-WIN] Access Violation on WinNT4

2001-07-17 Thread Jorge B. Ribarr
In the version 3.0.16 of php this dont ocours Thanks Jorge Ribarr from Brazil - Original Message - From: Jorge B. Ribarr <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 12:37 AM Subject: [PHP-WIN] Access Violation on WinNT4 Hi, When a user st

[PHP-WIN] Problemas usuando OCI8

2001-10-03 Thread Jacfeth Moreno B.
Hola todos. Instale el php 4.0.6 sin ningún problema, pero necesito configurar php para acceder un motor Oracle 8.1.7. Configure la directiva extesion_dir pero al cargar el script me registra el error: Imposible cargar la librería dinámica “c:\php\extensions\php_oci8.dll”. No se encontró el pr

RE: [PHP-WIN] Problemas usuando OCI8

2001-10-03 Thread Jacfeth Moreno B.
Hello Jhon: Yes, the extension exist, but the problem is there... Thank you. Tips? -Mensaje original- De: Asendorf, John [mailto:[EMAIL PROTECTED]] Enviado el: Miércoles, 03 de Octubre de 2001 03:31 p.m. Para: Jacfeth Moreno B.; [EMAIL PROTECTED] Asunto: RE: [PHP-WIN] Problemas

[PHP-WIN] REMOTE_USER or PHP_AUTH_USER from Apache and PHP

2003-03-14 Thread Paul B. McBride
I need the user ID of the logged in user (.htaccess) on an Apache Server using PHP4. This should be in $REMOTE_USER or $PHP_AUTH_USER. On one server (FreeBSD: Apache 1.3.27 with PHP 4.2.2) the test.phtml file below works as expected. The user login apprompt appears and the user logs in, and the p

[PHP-WIN] Re: size for background image /CBKERNDTER

2003-10-23 Thread Chris B. Kerndter
U cant set a size for a background img, it tiles automatically. Plese refer to any HTML or CSS Reference Greetings, [EMAIL PROTECTED] "Rinku Shivnani" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > I want to set one image as background and on whole page. But I cant do it as

[PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-22 Thread Sean B. Durkin
doing wrong? Can any one please advise? Please help a PHP/MySQL newbie. Faithfully, Sean B. Durkin ([EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] How to configure PHP support for MySQL on Windows?

2007-07-22 Thread Sean B. Durkin
wrong? Can any one please advise? Please help a PHP/MySQL newbie. Faithfully, Sean B. Durkin ([EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Sean B. Durkin
->Administrative tools->services. and then see the results. u r editing right php.ini or not, pls ensure also this one. Vikas Batra contact: +91-9818439935 - Original Message From: Sean B. Durkin <[EMAIL PROTECTED]> To: php-windows@lists.php.net Sent: Sunday, 22

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Sean B. Durkin
x27;] . ''; } ?> ==== I have followed Kevin Yank's book, which is a step-by-step guide. Any ideas anyone? Faithfully, Sean B. Durkin Niel Archer wrote: Hi The MySQL is started. I have only one php.ini and it is in the correct l

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Sean B. Durkin
Janet, See my response to Vikas' message below. Faithfully, Sean B. Durkin Janet Valade wrote: Sean B. Durkin wrote: Hi, How does one configure PHP support for MySQL on Windows? My host operating system is Windows Server 2003. 1. I have installed Apache 2.2 via the msi inst

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-24 Thread Sean B. Durkin
MPP (http://www.apachefriends.org/en/xampp.html). XAMPP is just Apache, PHP and MySQL all in one bundle. I installed it and it just works! Faithfully, Sean B. Durkin M. Sokolewicz wrote: If that's literally from a book then I strongly suggest you burn the book. I would never trust _anything_ learned f

[PHP-WIN] Re: [PHP] How-to instal GD libary

2002-11-07 Thread .: B i g D o g :.
t; -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] RE: [PHP] How-to instal GD libary

2002-11-07 Thread .: B i g D o g :.
Is c:\program files\PHP\extensions in your path... if not then i would add it...also make sure to edit your php.ini file so that it loads when php is fired up... On Thu, 2002-11-07 at 23:20, Davy Obdam wrote: > Hi B i g D o g , > > > You need to download the php-version.zip file t

[PHP-WIN] Re: [PHP] Mcrypt Under IIS 5 / Win32?

2002-11-11 Thread .: B i g D o g :.
t; > Thanks! > > //Nick Richardson > // [EMAIL PROTECTED] > > > --- > Outgoing mail is certified Virus Free. Can McAfee do that? - Hell NO! > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.408 / Virus Database: 230 - Release D