[PHP-WIN] how do install

2001-07-26 Thread Andrew
How do I install PHP on my windows 2000 Server? -- 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]

[PHP-WIN] PHP5 IIS ISAPI - Error: Invalid access to memory location.

2004-09-15 Thread Andrew
) doesn't store the cookies properly in CGI mode. Any help is appreciated. - Andrew -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Call to undefined function mysql_connect()

2004-09-15 Thread Andrew
I had a similar problem with PHP5 and IIS. I had to copy the php_mysql.dll to my c:\winnt folder (and/or c:\php\ -- it didn't like the ext folder). I assume you have enabled it in your php.ini? "Melanie Ployhar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm working with PHP

[PHP-WIN] im convert php-screw to windows dll

2004-12-13 Thread Andrew
if you are interested: http://koula.co.za/screwdll.zip I am creating files in c:/ to check if a function runs, and only the pm9screw_open doesn't run, when replacing zend_open with it Thanks if you can help Regards Andrew -- PHP Windows Mailing List (http://www.php.net/) To unsubscri

[PHP-WIN] 4.4.4 with SSL enabled

2006-12-14 Thread Andrew
Anyone know were I can get php4ts.dll for version 4.4.4 compiled with SSL? I have been to http://ftp.emini.dk/pub/php/win32/openssl/ but the list stops at version 4.3.9. Thanks, Andrew -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP has encountered an Access Violation at 010AD087

2009-02-16 Thread Andrew
is no other errors come up on the page and there is nothing within the IIS or PHP logs. Any Help muchly appreciated. Cheers cya Andrew -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php for windows book

2002-06-06 Thread Andrew Stopford
Hi Everyone, A shamless act of self promotion here :) but let me point you at the following. http://www.amazon.com/exec/obidos/ASIN/0735711690/ Andrew -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Connecting to FileMaker Server 5?

2002-08-27 Thread Andrew Ziem
Can someone recommend a method for connecting to FileMaker Server 5? This product doesn't seem to support XML (but later versions of the FMS do) or ODBC (I can't find drivers). Though made by the same company, it's a different product than FileMaker Pro. -- Andrew Ziem, A

[PHP-WIN] Re: [PHP] What is this??

2001-04-26 Thread Andrew Hill
t;E_ALL & ~E_NOTICE" means "report all errors, except notices". All the options you can use are listed here: http://www.php.net/manual/en/html/features.error-handling.html Best regards, Andrew Andrew Hill - OpenLink Software Directory of

RE: [PHP-WIN] REBUILD of PHP

2001-05-16 Thread andrew morton
Umm I'm sort of new to this whole PHP thing but isn't the only nice thing about running the windows version that you don't have to recompile to add an extension? I think you can just uncomment it in your php.ini file... I'm sure I'll be corrected if I'm wrong.

RE: [PHP-WIN] PHP and Multiple databases

2001-05-17 Thread andrew morton
Yes you can. I'd say the major annoyance is that each database has it's own functions that you have to learn. There are some projects to create a uniform database wrapper classes. andrew -Original Message- From: Scott Ellis [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17,

[PHP-WIN] Question about TRUE and FALSE

2001-05-21 Thread andrew morton
ed to the Cish behavior of false=0 and true!=0, is this something that was inherited from Perl? andrew -- 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] Question about TRUE and FALSE

2001-05-21 Thread andrew morton
Err never mind it's there in the manual under expressions, I expected it to be in the constants section. sorry, andrew -Original Message- From: andrew morton Sent: Monday, May 21, 2001 13:21 To: Php-Windows (E-mail) Subject: [PHP-WIN] Question about TRUE and FALSE Anyone hav

RE: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread andrew morton
If you do want a DNS name you might want to check out http://www.dyndns.org/ they'll give you yourname.dyndns.org or yourname.dnsalias.com etc. It's a free service that accepts donations. andrew -Original Message- From: Mike Kelley [mailto:[EMAIL PROTECTED]] Sent: Monday, Ma

RE: [PHP-WIN] SQL Server stored procedures and functions

2001-05-22 Thread andrew morton
I'll back that up, I ended up having to reboot constantly to clear out a stalled IIS service. Two problems with stored procedures, no return value and no output parameters. You'll need to reformat all your procedures to have a SELECT statement return those values. I've been told that the 4.0.6

RE: [PHP-WIN] php 4.0/win 2000/sql server

2001-05-22 Thread andrew morton
Are you running PHP through ISASP or CGI? If you're not I'd recomend switching to CGI or if you don't have any ASP code switch to Apache. andrew -Original Message- From: PHPFAN [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22, 2001 14:03 To: [EMAIL PROTECTED] Subject: [P

RE: [PHP-WIN] Problems coding in PHP

2001-05-23 Thread andrew morton
e any code other session code on every page you want to reference session variables. andrew -Original Message- From: Khai Mun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22, 2001 21:41 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Problems coding in PHP Hello, I am a ASP, VB developer, an

[PHP-WIN] Error using PHP installer

2001-05-23 Thread Andrew Scott
rver! Thanks a bunch == _ Andrew "Sp3aK" Scott Contact- ICQ: 101893540 AOL: sk8terpro _ Sign up for FREE email from ADAMTECK . ( C O M ) at http://www.adamteck.com -- PHP Windows Mailing List (http://www.php.net/) To unsubsc

[PHP-WIN] page won't stop running

2001-06-21 Thread Andrew Dellinger
I am using IIS5/win2k/php4 and any php page, even "hello world" won't stop running. Any ideas? Also, I need to find out how to call a function from a submit onClick event. My script looks like and call to function is: Thanks, Andrew -- PHP Windows Mailing List (http://w

Re: [PHP-WIN] page won't stop running

2001-06-24 Thread Andrew Dellinger
Thanks for the answers about the script everybody. Any ideas why my page won't stop running, even on "hello world"? Thanks, Andrew ""Andrew Dellinger"" <[EMAIL PROTECTED]> wrote in message 9gt6m8$sl3$[EMAIL PROTECTED]">news:9gt6m8$sl3$[EMAIL P

[PHP-WIN] Re: Recognizing the php.ini on Win2k

2001-08-14 Thread Andrew Stopford
Hi Richard, Make sure that your browser has not cached your test file. Thanks Andrew Stopford "Richard Hensley" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > I've installed php on a win2k/iis5 machine using the isapi filter. I'm > having

[PHP-WIN] Re: where can i get Flash support for PHP-Win?

2001-08-14 Thread Andrew Stopford
Hi, MING (the SWF PHP extension) is precompiled in the php4win distro http://www.php4win.de I hope that helps Andrew Stopford "Elias" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello. > > Where can i get the PHP/SWF

[PHP-WIN] Re: Activedirectory and ldap

2001-08-14 Thread Andrew Stopford
Hi, Take a look at the LDAP function referance in the online PHP manual on http://www.php.net and the comments provided under it. I hope that helps Andrew Stopford "Mikael Hultgren" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >

[PHP-WIN] Re: download prompt

2001-08-14 Thread Andrew Stopford
e" I hope that helps Andrew Stopford "Robert Razniewski" <[EMAIL PROTECTED]> wrote in message 028201c123ff$85d13ec0$7a0a@RobertRazniewski">news:028201c123ff$85d13ec0$7a0a@RobertRazniewski... Hi all. I have found a similar thread in the list archive, but can&

[PHP-WIN] Re: installation on windows

2001-08-14 Thread Andrew Stopford
hope that helps Andrew Stopford <[EMAIL PROTECTED]> wrote in message news:OF5D6BE043.08223383-ON65256AA2.003974DD@domain... > Dear Friends, > > I am new to PHP (but familiar with ASP,JSP) and would like to have some > guidance notes from you. > I am using windows 98 OS on my

Re: [PHP-WIN] PHP/VB/Byrefs

2001-08-28 Thread Andrew Stopford
Hi, I created a simple COM object that uses ByRef and works with PHP 4.0.6 what version of PHP are you running ? Andrew "Eric Pankoke" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I created a simple DLL that contains two func

Re: [PHP-WIN] PHP/VB/Byrefs

2001-08-30 Thread Andrew Stopford
Hi Eric, The issue I suspect is with 4.04 as 4.06 does not seem to suffer from this problem. Andrew "Eric Pankoke" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am still using php 4.04. I haven't upgraded yet because it

[PHP-WIN] Re: Dll version of PHP for MS IIS

2001-08-30 Thread Andrew Stopford
Hi Robert, This version exists today as a ISAPI DLL called php4isapi.dll if you check your SAPI folder in your PHP directory you should find it there. Andrew "Robert Knotek" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I heare

[PHP-WIN] Re: Dll version of PHP for MS IIS

2001-08-31 Thread Andrew Stopford
Hi Robert, Others may able to give you a firm idea of its stability from a engineering point of you but I am certainly using in a commercial enviroment with no problems and can vouch for it stability. Andrew "Robert Knotek" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECT

[PHP-WIN] PHP and .NET

2001-09-23 Thread Andrew Stopford
Hi All, I was just wondering what everybodies thoughts are on PHP and the .NET framework. What kind of support would you like to see etc. Andrew -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP-WIN] HELP US TO HELP YOU GET OFF 18189

2001-10-18 Thread Andrew Saturn
At 12:16 PM, 10/18/2001, you wrote: >How do you like 100% FREE XXX??? Would you like a FREE >XXX Membership to see my tight teenage p***y??? cant these people be banned from the lists since they obviously aren't after PHP? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-

Re: [PHP-WIN] problem with netscape

2001-10-18 Thread Andrew Saturn
;Afan yes netscape sucks like that, try netscape 6.0, or put the table within another table's TD example: NWNE SWSE regards, -andrew saturn -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: [PHP-WIN] problem with netscape

2001-10-18 Thread Andrew Saturn
At 03:57 PM, 10/18/2001, you wrote: >I can't. It must be good in all browsers, all versions (excluding 3 and >below, of course). it works in IE too,... just make sure the outside table's border is set to "0" :] regards, -andrew saturn -- PHP Windows Mailing Lis

Re: [PHP-WIN] problems with personal webserver

2001-10-21 Thread Andrew Saturn
bug thing PHP people say its not a bug, and to RTFM I used the default setup, and it still has problems ...h, -andrew saturn -- 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] phpmyadmin

2001-10-21 Thread Andrew Saturn
etting up an .htpasswd to require anything under /phpmyadmin (or whatever folder it is) to require a password to GET or POST <-- I'm sure someone else on this list could explain that one though regards, -andrew saturn -- PHP Windows Mailing List (http://www.php.net/) To unsubscri

[PHP-WIN] The specified CGI program misbehaved by not returning a complete set of HTTP headers

2001-10-06 Thread Andrew Olden
I'm trying to set up PHP 4.0.6 on Win200K Advanced Server with IIS5. The install seems to go fine, the Mapping in Home Directory are working and i've set extenstion_dir to php4ts.dll (which i've copied into the winnt\systemroot directory, with php.ini going into winnt. but when i try to access a

[PHP-WIN] Re: The specified CGI program misbehaved by not returning a complete set of HTTP headers

2001-10-06 Thread Andrew Olden
I Sorted out the problem, My text editor (notepad) was calling the files *.php.txt and so the system couln't find them. drew "Andrew Olden" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm trying to set up PHP 4.0.6

[PHP-WIN] 500 internal server error bug

2001-10-17 Thread Andrew Saturn
SQL: I had the bug before I installed MySQL, so I don't think this is causing it. regards, -andrew saturn -- 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]

[PHP-WIN] PHP & XSLT

2001-12-18 Thread Andrew Stopford
the XML/XLST document, my documents however have this but still the same errors. Any thoughts? Andrew -- 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

[PHP-WIN] PHP 4.1.0 Win32 problem

2001-12-22 Thread Andrew Saturn
") {} I hope someone can help me ... this is really annoying (it happens every time I upgrade PHP O_o) thanks, -andrew saturn roogroup.com -- 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] Radio buttons

2001-12-22 Thread Andrew Saturn
all radiobuttons within a form into a group Netscape requires a radiobutton group -- which I'm not sure how to do check HTML tutorial sites. if all else fails, try a combo box instead? regards, -andrew saturn -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

RE: [PHP-WIN] PHP 4.1.0 Win32 problem

2001-12-22 Thread Andrew Saturn
C:\PHP> -- I used the default gd library, and it's uncommented in php.ini: extension=php_gd.dll do I need to uncomment anything else? (or need any other files?) this worked fine before I upgraded to v4.1.0... maybe the command for GD stuff changed? regards, -andrew saturn PS: just a li

RE: [PHP-WIN] PHP 4.1.0 Win32 problem

2001-12-22 Thread Andrew Saturn
cant believe they give out the default config like that -- and give out extensions in an extension folder ... weeiirrd stuff thanks to everyone who helped :] -andrew saturn -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [PHP-WIN] Re: Error loading php (v4.1.0) dynamic library (4 dll files) on Apache (v1.3.22)

2001-12-23 Thread Andrew Saturn
I had this problem too... in the default php.ini files, they list extension_dir as ./ ... when it SHOULD be ./extensions/ extension_dir = ./extensions/ regards, -andrew saturn -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-WIN] Re: calling an ASP program or object from within php

2002-01-14 Thread Andrew Stopford
Hi, You have a couple of options but I would recommend using WDDX (http://www.openwddx.org), both ASP and PHP support WDDX and its great way of sharing data between the two. -- Andrew Stopford http://www.a-coda.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP-WIN] Why parse error?

2002-02-02 Thread Andrew Ziem
Hi, I am trying to retreive stored data, and I can't figure out why I receive this PHP error--even after reading PHP documentation and looking at examples-- "Parse error: parse error in c:\vol\php\e.php on line 10" The following is my simplified code: -- Andy Ziem Is Jesus Your Ans

[PHP-WIN] Export MySQL --> DBF, CSV, MS Access, or MS Excel?

2002-02-03 Thread Andrew Ziem
Where should I look for information to dump MySql tables to other formats so the client can download the data? dBase, comma-delimited, Access, and Excel are formats I find useful. Andy Ziem Is Jesus Your Answer? http://www.ChristianAnswers.net/gospel -- PHP Windows Mailing List (http://www.p

[PHP-WIN] RE: [PHP-DB] odbc functions

2002-02-04 Thread Andrew Hill
Richard, Simple example using MS SQL Server: Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Data Integration Technology Providers > -Original Message- > From: Richard Black [mailto:[EMAIL

[PHP-WIN] FW: Setting cookies question

2003-02-08 Thread Andrew Staples
ciated. Thanks, Andrew -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Information not being correctly parsed

2003-02-18 Thread Andrew Ferguson
I recently upgraded to PHP 4.3.1 from 4.2. I use the nusphere bundle, and they had not yet incorporated the new version yet. Anyways, now my pages are being parsed correctly. Basically, I'm trying to post information through the url (i.e. randompage.php?male=y&age=43), and then have PHP retrieve it

[PHP-WIN] Re: Information not being correctly parsed

2003-02-18 Thread Andrew Ferguson
That should be: "Anyways, now my pages are __not__ being parsed correctly." "Andrew Ferguson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I recently upgraded to PHP 4.3.1 from 4.2. I use the nusphere bundle, and &g

[PHP-WIN] Using W32api functions in PHP

2003-02-18 Thread Andrew Thomas
and Peace. Hope someone can help me out? Cheers, Andrew -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: geek fishing stuff

2003-02-19 Thread Andrew Ferguson
The mySQL website has one at: https://order.mysql.com/?sub=vp&pd_no=146 -Andrew "Anthony Ritter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > My guiding season begins in April. > > Anybody out there know where I can

[PHP-WIN] using frames

2003-02-21 Thread Andrew Ferguson
I want to build a website with frames and have PHP call up the data from a mySQL database. However, I also want the title to change every you click a different link in the frame. Any ideas? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] IIS metabase control, COM/DCOM problems

2003-12-26 Thread Andrew Séguin
important, over terminal services). If anybody has an idea why the difference in output is (change in the functions? bug?), I'd appreciate quite a bit. Output is below, with the sample code. Output has been modified only to not give away IP address/hostname information. Thanks in advance

Re: [PHP-WIN] IIS metabase control, COM/DCOM problems

2003-12-27 Thread Andrew Séguin
ves the message that php_iisfunct.dll could not be loaded). The server has the same configuration for both php4 and php5, php4ts.dll in c:\winnt is php5's (beta3 version). For both versions, I use php from the command line. Is there something I'm missing out on? Thanks in advance, Andrew

Re: [PHP-WIN] perl & php

2004-02-10 Thread Andrew Séguin
together on your website. Still doesn't address more direct interactions though. hope that helps at least a bit..., Andrew. > hi list. does anyone have a clue on managing access to a script > written in perl from php? is there a way they can work together? > > thanxs in advance

[PHP-WIN] XSLT Problem

2001-02-03 Thread Andrew Golovin
attached. I have Apache 1.3.14 (Win32) and PHP 4.0.4pl1 My question is what's wrong with this code? And what is that error? Best regards! Andrew Golovin http://exper.ural.ru/ PGP Fingerprint: 24FD A0CD 667C 1FC7 C2F7 A2EA 9742 D484 FD3C 598D -- PHP Windows Mailing List (http://www.php.net

[PHP-WIN] XSLT Problem

2001-02-03 Thread Andrew Golovin
rmation...\n"; echo "\tError number: " . xslt_errno() . "\n"; echo "\tError string: " . xslt_error() . "\n"; exit; } Best regards! Andrew Golovin http://exper.ural.ru/ PGP Fingerprint: 24FD A0CD 667C 1FC7 C2F7 A2EA 9742 D484 FD3C 598D

[PHP-WIN] Problem - Sending mail

2001-03-25 Thread Andrew Parry
ocess messages from my web host, it should also process messages sent via a socket connection. I realise this is not a PHP problem, but someone else here has probably come across the same thing, so it's worth a shot. :-) Any help very gratefully received. Andrew Parry Parrible Limi

[PHP-WIN] Solved - Problem - Sending mail

2001-03-25 Thread Andrew Parry
Many thanks to Dan Gibbs and JiveCat. Andrew ""Andrew Parry"" <[EMAIL PROTECTED]> wrote in message 99l2s4$3qo$[EMAIL PROTECTED]">news:99l2s4$3qo$[EMAIL PROTECTED]... > Hi, > > Background: > - > I'm developing a web applicatio

[PHP-WIN] Windows speed issue

2004-05-13 Thread Andrew Staples
I'm fairly new to php, hoping someone can help. I have a webpage that displays records from a table. The problem is that viewing the page on via any browser other than a browser directly on the server gives me a timeout error. When run on the server, it's extremely fast. What am I doing wrong?

RE: [PHP-WIN] Windows speed issue

2004-05-14 Thread Andrew Staples
success. Here I thought the dll would be faster...(using php 4.3.6). I'd be interested in others feedback. Andrew > -Original Message- > From: Andrew Staples [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 13, 2004 2:26 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Wi

[PHP-WIN] ActivePHP Registration

2004-06-21 Thread Andrew Powell
Hello All, I am a newbie to this list, so please correct me if I make an ediquete mistake. (It is worth noting that the php4activescript.dll which is in the latest 4.x.x stable zip is not a valid COM dll and will not register) I have registered php5activescript.dll with regsvr32 and all is well

[PHP-WIN] test

2004-07-31 Thread Andrew English
testing to see if my post shows up on this news group. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Need help with PHP -> Mail -> SMTP -> Windows Exchange

2004-07-31 Thread Andrew English
rm the SMTP dialog with all lines of the list foreach($smtp as $req){ $r = $req[0]; // send request @fputs($fp, $req[0]); // get available server messages and stop on errors if($req[1]){ while($result = @fgets($fp, 1024)){

Re: [PHP-WIN] php-win.exe - when to use

2004-09-20 Thread Andrew Kreps
On Mon, 20 Sep 2004 17:11:42 -0700, Trent DeCamp <[EMAIL PROTECTED]> wrote: > c:\php\php.exe c:\phpfiles\phpfile.php > > Instead of php.exe, I've also tried php-win.exe > > Thanks for any help! I'm working off of memory here, but isn't there a php-cli.exe included in the Windows distribution of

Re: [PHP-WIN] php-win.exe - when to use

2004-09-20 Thread Andrew Kreps
On Mon, 20 Sep 2004 18:44:39 -0700, Trent DeCamp <[EMAIL PROTECTED]> wrote: > I'm searching and only see in the zip distribution: > > php.exe > php-cgi.exe > php-win.exe > My mistake, it must have been php-cgi that I was thinking of. I'm glad it's working though! I wish I could help shed some

[PHP-WIN] Parsing a PHP file - Newbie alert

2005-02-15 Thread Andrew Hargreaves
I can look at to try and resolve this? Many thanks Andrew H -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Fwd: [PHP-WIN] Re: Parsing a PHP file - Newbie alert

2005-02-16 Thread Andrew Hargreaves
Sorry Jason, I just assumed it would go straight to the list when I hit reply. I should have checked. I've forwarded it to the list for everyone else to see now. Regards Andrew -- Forwarded message -- From: Jason Barnett Date: Wed, 16 Feb 2005 09:38:51 -0500 Subject: Re:

Re: [PHP-WIN] Re: Parsing a PHP file - Newbie alert

2005-02-16 Thread Andrew Hargreaves
as I want to play about with it some more. Thanks for everyone's help. Andrew H On Wed, 16 Feb 2005 18:02:46 +0000, Andrew Hargreaves <[EMAIL PROTECTED]> wrote: > > > > Andrew Hargreaves wrote: > > > On Tue, 15 Feb 2005 19:20:52 -0500, Jason Barnett

Re: [PHP-WIN] Re: Parsing a PHP file - Newbie alert

2005-02-16 Thread Andrew Hargreaves
> > Andrew Hargreaves wrote: > > On Tue, 15 Feb 2005 19:20:52 -0500, Jason Barnett > > <[EMAIL PROTECTED]> wrote: > ... > > >>>When I tried to run my first PHP file to show the PHP Info ( >>>phpinfo(); ?>) the browser, Firefox 1.0 did nothing

[PHP-WIN] Timezone Issue

2005-06-29 Thread Andrew Ferguson
s reports US/Pacific. Any thoughts? I'm running Windows Server 2003, Apache 2.0.53, and PHP 4.3.11. -Andrew Ferguson -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Apache+ PHP + Netscape 7.0

2002-08-08 Thread Andrew V. Romero
to me, why would apache be serving the my local php pages correctly to internet explorer but not serving them correctly to netscape? Anyone have any ideas that I can try? -Andrew V. Romero -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Apache+ PHP + Netscape 7.0

2002-08-08 Thread Andrew V. Romero
Yes, http://localhost/test/test.php. Netscape keeps thinking that I want to download the php file. Rasmus Lerdorf wrote: > You are going through http:// not file:// right? > > On Thu, 8 Aug 2002, Andrew V. Romero wrote: > > >>I am currently running Apache 2.0.39

[PHP-WIN] Power Function In PHP 4.2.2

2002-08-14 Thread Andrew V. Romero
nks for any help or ideas. -Andrew V. Romero -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Apache2.0.40/php4.2.2/Win XP home

2002-08-19 Thread Andrew V. Romero
I just got apache2 and php set up on winXP home after 2 two weeks of playing with it. First, take out the addtype application line, you don't need this line appartently for apache 2. See if that fixes the problem. -Andrew V. Romero Stuart Hamilton wrote: > I have read lots of in

[PHP-WIN] Andrew's Image Problem

2003-04-01 Thread Andrew von Hoesslin
Anybody have a clue why this does not work??!!! I am using php430 imagecopy ("images/card/finaltemp/maincard.jpg","images/sponsor/pics/top/G3top.jpg",15,15,15,15,15,15); this works so i dont know what the problem is??? $size = getimagesize ("images/card/finaltemp/maincard.jpg"); echo ""; $s

[PHP-WIN] PHP and Authentication

2004-04-26 Thread Kc2LTO - Andrew Ragone
__ Andrew Ragone Kc2LTO www.lifeonedge.com 201.406.0298

[PHP-WIN] Re: [PHP-DEV] im convert php-screw to windows dll

2004-12-15 Thread Andrew van Dyk
get it to work properly yet.. http://freshmeat.net/projects/phpscrew/ - Original Message - From: "Wez Furlong" <[EMAIL PROTECTED]> To: "Andrew" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 14, 2004 17:1