Re: [PHP-WIN] win2k install issues

2001-08-21 Thread Ryan
[Tue Aug 21 20:52:45 2001] [error] [client 192.168.1.2] Invalid URI in request POST /project/hello.php HTTP/1.1 my apache config like Darren's What's my problem? "Julie Meloni" <[EMAIL PROTECTED]> ? [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > DA> This is my exact configuration, in my htt

[PHP-WIN] getimagesize() error

2003-01-30 Thread Ryan
I just upgraded my php version to 4.3.0 on a Linux box. The configuration is the same as previous installs except for added support for IMAP/POP. getimagesize() is now reporting the following error: *Warning*: getimagesize() [function.getimagesize ]: p

[PHP-WIN] PHP 4.3.1 / MySQL

2003-03-10 Thread Ryan
Just recently I've upgraded on of my systems to Apache 2.0 / PHP 4.3.1 on Linux. All priors installs using Apache 1.3.x I've compiled mysql manually and added support instead of using the default support. Trying to add mysql support now (the same way: --with-mysql=../mysql-3.23.49) PHP stops with a

Re: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-27 Thread Ryan
It sounds like it's happening before line 18. Did you close a statement on that last line executed. What's the code before line 18? P.Bijl wrote: U? Parse error: parse error, unexpected T_WHILE, expecting ',' or ';' in c:\apache\htdocs\news1\nieuws.php on line 18 17. 18. while ($list = mysql_fe

RE: [PHP-WIN] session probs

2002-03-05 Thread Ryan Marrs
Make sure your phpsession directory is created. For windows this is not always done. Go into your php.ini and find the directory that is the session directory, and make sure it exists. Ryan -Original Message- From: secrgb [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 8:44

RE: [PHP-WIN] Re: File corruption during HTTP Upload

2002-03-05 Thread Ryan Marrs
I have actually found that corruption showed up when magic_quates_gpc was turned on. I would check that if I were you. Ryan -Original Message- From: Stevens, Julian C [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 1:16 PM To: 'Nicole Amashta'; '[EMAIL PROT

RE: [PHP-WIN] Re: File corruption during HTTP Upload

2002-03-06 Thread Ryan Marrs
Hrrm, maybe magic_quotes_runtime has something to do with it also. I remember having this problem, and if you open the file with vedit, it will show a ton of \0\1\x and things like that. Per chance can you send me the script and I will test it and see what I can make of it? Ryan -Original

[PHP-WIN] Re: Error - (include_path='c:\php4\pear') in Unknown on line 0

2002-04-01 Thread Ryan Grove
repository: include_path=".;c:\php\pear" (replace c:\php with your PHP path) -- Ryan Grove [EMAIL PROTECTED] http://wonko.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Editing setting session_save.path in the php.ini file doesn't register the change!!!

2002-04-02 Thread Ryan Marrs
Try C:/temp This is the exact line from my config. session.save_path = c:/temp Ryan -Original Message- From: Hammad Sophie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 2:50 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Editing setting session_save.path in the php.ini file

[PHP-WIN] Installing PHP 4.2.1

2002-05-20 Thread Conover, Ryan
php.ini settings to be read? Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] CGI-Trouble with Win2000

2002-05-28 Thread Conover, Ryan
Try to push php.exe priority higher. Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -Original Message- From: Flint Doungchak [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 4:56 PM To: Jan Schmitz; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] CGI

RE: [PHP-WIN] IIS Sucks!

2002-05-29 Thread Conover, Ryan
Make sure your dlls are in the extension defined directory in your php.ini. Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -Original Message- From: R.S. Herhuth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 9:06 AM To: [EMAIL PROTECTED

[PHP-WIN] Mcrypt Binary dll's

2002-06-18 Thread Conover, Ryan
Anyone know where I can get the Windows Binary dll's for the Mcrypt Library. Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Mcrypt Library on Windows 2000

2002-07-08 Thread Conover, Ryan
I was wondering if anyone successfully setup any of the mycrpt releases correctly on windows 2000 with php 4.2.1? Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP-WIN] Fopen errors out when opening a URL

2002-07-12 Thread Conover, Ryan
make sure I set the fopen wrappers and they are set. Any help would be appreciated. Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] PDF Forms

2002-07-31 Thread Conover, Ryan
It is impossible to create fields from what I know using PDFLIB. Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -Original Message- From: Flint Doungchak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 6:29 PM To: PHP Windows Subject: [PHP-WIN

RE: [PHP-WIN] RE: [PHP] Re: Need help with HTTP-Authentication

2002-10-18 Thread Ryan Marrs
lace of my current one, with minimal changes, and without my code breaking :) I also use MSSQL, so if you're using mySQL, make sure you change that as well. Good luck in your endeavor! ___ Ryan Marrs -Original Message- From: Davy Obdam [mailto:info

[PHP-WIN] IIS / COM yet another one.

2002-11-18 Thread Ryan Marrs
I have the following code for managing validation of data on a SQL server. I was just using the NEW COM code, but after exhausting everything else, I gave it a go with the com_load and com_invoke. System Specs: Windows XP Professional IIS 5.0 / PHP 4.2.3 $_GET["DocumentID"] = 115739; Pursue_U

[PHP-WIN] Deleteing a file using Unlink()

2001-07-06 Thread Ryan Marrs
her note, these files were written to the drive using PHP, so I don't understand why it's having issues removing them. Any suggestions on the most "stable" or "secure" way to do this? Ryan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMA

RE: [PHP-WIN] PHP installation with Windows 2000 Professional

2001-08-08 Thread Ryan Ware
> I only have these icons: > > Component Services, Computer Management, Data Sources, Event Viewer, Local > Security Policy, Performance, Personal Web Manager, Server Extensions, > Services, Telnet Server Administration. > [Ryan Ware] I believe professional, being t

RE: [PHP-WIN] Why do I use IE6b to view some page which I wrote in PHP but I got blank?

2001-08-13 Thread Ryan Ware
M$ final release software is buggy, what makes you think a beta of IE would work flawlessly consistently? > -Original Message- > From: jim [SMTP:[EMAIL PROTECTED]] > Sent: Sunday, August 12, 2001 11:57 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Why do I use IE6b to view some p

[PHP-WIN] PHP/VB/Byrefs

2001-08-22 Thread Ryan Marrs
Anybody know if PHP can handle VB ByRef's when calling a COM object? I've searched the documentation and the web and have found nothing on it, so I'm going to assume it doesn't, but I just thought I'd check through the list before I declared the topic dead. Thank

[PHP-WIN] PHP/VB/Byrefs

2001-08-23 Thread Ryan Marrs
doesn't, but I just thought I'd check through the list before I declared the topic dead. Thanks! Ryan -- 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] Session Variables...between pages.

2001-11-16 Thread Ryan Marrs
got to be an easier way to do this. I'm open to all possibilities, so fire away! Thanks in advance for any assistance. Ryan -- 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 admin

[PHP-WIN] Active Diretory????????????

2001-11-19 Thread Conover, Ryan
Has anyone been able to get information from Active Directory using php? How did you do that? Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: [PHP-WIN] Active Diretory????????????

2001-11-19 Thread Conover, Ryan
I never really worked with querying with LDAP any good resources on it. And Using PHP with it. Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -Original Message- From: Egil Helland [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 5:06 PM To

RE: [PHP-WIN] File upload timeout.

2001-11-21 Thread Ryan Marrs
And you've checked to make sure that the user the web server is running as has access to write to the temp directory, and the directory you're attempting to upload to correct? Ryan -Original Message- From: Brian J. Hoffman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November

RE: [PHP-WIN] BARE LF in Sending Mail from PHP

2001-11-30 Thread Ryan Marrs
I think the issue here is you need to convert the \n to be \r\n which is CRLF (Carriage Return - Line Feed) it's not a bug in PHP. Good luck, and I hope this helps. Ryan -Original Message- From: Eric Rosebrock [mailto:ERIC@ 3dhavoc.net] Sent: Friday, November 30, 2001 12:59

[PHP-WIN] IIS help

2001-12-03 Thread Conover, Ryan
n the site, is the administrator account. Any ideas?? Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP-WIN] RE: IIS help

2001-12-04 Thread Conover, Ryan
have access though. Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 7:26 PM To: Ryan Conover Subject: Re: IIS help Hi, I ran into the same problems when I used IIS w

[PHP-WIN] run a php script

2001-12-07 Thread Conover, Ryan
How can I run a php script from the command line? Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -- 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

[PHP-WIN] Microsoft Word .doc to HTML

2001-12-10 Thread Ryan Marrs
I am still not getting it. Does anyone have any reference code or a link to a tutorial I could take a look at? Thanks! Ryan -- 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 adminis

[PHP-WIN] PHP 4.06 + IIS5 + header download

2001-12-11 Thread Ryan Marrs
d out yet. I've gone through phpbuilder.net as well as php.net and zend.com forums looking for the workaround, and have found nothing. All it does is print the file. No matter what headers I pass (and I have tried them ALL), and no matter what I do. Any ideas? Ryan Marrs -- PHP Windo

[PHP-WIN] Copying a file across the network.

2002-01-16 Thread Ryan Marrs
e share, thus making that solution impossible. Does anyone have any suggestions? I'd like to keep the code as much PHP as I can, allowing me to insert some data into the SQL server at a later time. I wouldn't mind a JavaScript/PHP combination if anyone has any recommendations. Thanks,

RE: [PHP-WIN] Re: Copying a file across the network.

2002-01-17 Thread Ryan Marrs
exactly have them share the directory in order to upload files. What I may wind up doing is having them copy the file to a share on the web server, then type the filename into the form, and that's the end of it, but I'd prefer a more "web friendly" solution. Ryan -Origina

RE: [PHP-WIN] session problem

2003-01-09 Thread Ryan Marrs
most common problem with using sessions. ___ Ryan Marrs Web Developer Sandler & Travis Trade Advisory Services, Inc. 248.474.7200 x 183 248.474.8500 (fax) www.strtrade.com -Original Message- From: Supra [mailto:[EMAIL PROTECTED]] Sent: Thursday, January

[PHP-WIN] php defining variable defaults?

2003-02-13 Thread FARRINGTON, RYAN
ok cold fusion has the ability to do a this lets you specify a variable name to be defaulted to a value if it is called without being defined. I usually use this for variables specified by forms either by GET or POST. now I can't find it's equivalent in PHP.. can anyone direct me in the correct

RE: [PHP-WIN] php defining variable defaults?

2003-02-13 Thread FARRINGTON, RYAN
($var)) $var = 'asdf'; Or if you're using a function, you can specify default values in the parameter list: function my_func($var1 = 'default1', $var2 = 'default2') { // do stuff // do stuff } Matt |-Original Message- |From: FARRIN

RE: [PHP-WIN] Force a user to download a text file from a link

2003-02-20 Thread FARRINGTON, RYAN
you could also try this: header("Content-Type: application/octet-stream"); header("Content-Type: application/force-download"); header("Content-Disposition: attachment; filename=$name"); header("Content-Transfer-Encoding: text"); or this header( "Content-type: application/octet-stream" );

RE: [PHP-WIN] Force a user to download a text file from a link

2003-02-21 Thread FARRINGTON, RYAN
text page into the user's browser window as soon as they click on the link. If the user then wants to save it, they can use the browser's Save As function. Too easy? Jill -Original Message----- From: FARRINGTON, RYAN [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 2:

RE: [PHP-WIN] $_Post doesn´t work

2003-03-05 Thread Ryan Marrs
Try: Daten wurden eingetragen " method="post"> ___ Ryan Marrs Web Developer Sandler & Travis Trade Advisory Services, Inc. 248.474.7200 x 183 248.474.8500 (fax) www.strtrade.com -Original Message- From: Oliver Steimer [m

RE: [PHP-WIN] $_Post doesn´t work

2003-03-05 Thread Ryan Marrs
Ack, missed a closing parenthesis, and for avoiding warnings, you should probably use an empty check on the variable. Daten wurden eingetragen " method="post"> ___ Ryan Marrs Web Developer Sandler & Travis Trade Advisory Service

RE: [PHP-WIN] Installation problems...

2003-05-29 Thread Ryan Marrs
Are you running PHP as ISAPI or CGI? If it's ISAPI, you'll need to restart IIS before your changes to the php.ini file will take effect. -Original Message- From: Bobo Wieland [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 6:51 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Install

[PHP-WIN] Using Sablotron to parse remote XML via xslt (to HTML)

2003-08-27 Thread Ryan Vesely
help, Ryan Vesely Sales Engineer Pinnacor 685 Market Street, Suite 500 San Francisco, CA 94105 tel 415.369.4762 fax 415.512.2085 The preceding e-mail message contains privileged, confidential information. Intended conveyance is only to designated and named recipient(s

[PHP-WIN] using $_SERVER['HTTP_REFERER'];

2003-09-04 Thread Ryan Vesely
en I print $a, it gives me: Notice: Undefined index: HTTP_REFERER in blah blah blah the funny thing is, this works as long as it's local to my machine. If I try from external, it fails. Any ideas? (running 4.3.3RC4, win 2k server) -----

RE: [PHP-WIN] Automatic load .php page

2003-09-22 Thread Ryan Vesely
header ("location: page4.php?username=$b"); } else {header ("location: invalid.html"); } // Code Ends here // Ryan Vesely Sales Engineer Pinnacor 685 Market Street,

RE: [PHP-WIN] Refresh php section

2003-09-25 Thread Ryan Vesely
try using php includes for each section, and have the refresh rate set on each individual source page. Ryan Vesely Sales Engineer Pinnacor 685 Market Street, Suite 500 San Francisco, CA 94105 tel

RE: [PHP-WIN] Mysql Purge script

2003-10-03 Thread Ryan Vesely
x27;]; $RecordCreated = $year."-".$month."-".$day." ".$hours.":".$minutes.":".$seconds; $delete_query = "DELETE from $table1 where (TO_DAYS(Now()) - TO_DAYS(RecordCreated) >= 30));"; $execute_delete = mysql_query($delete_query) or die (&quo

RE: [PHP-WIN] Mysql Purge script

2003-10-03 Thread Ryan Vesely
just one way to create record created. not really relevant to the delete statement, other than for reference. Ryan Vesely Sales Engineer Pinnacor 685 Market Street, Suite 500 San Francisco, CA 94105 tel

[PHP-WIN] PDF Problem

2001-01-23 Thread Conover, Ryan
pdflib error: Resource configuration file 'pdflib.upr' not found in c:\Inetpub\wwwroot/test/marketing/Printing.php on line 88 Anyone have any ideas what to fix on this. This function is just to print out a portion of a report. Ryan -- PHP Windows Mailing List (http://www.php.net/) To

Re[2]: [PHP-WIN] PHP Messages

2001-01-26 Thread Ryan Grove
Comment out line 113 (or thereabouts) of your php.ini file. That should do the trick. -- Ryan Grove [EMAIL PROTECTED] http://wonko.com/ - Every 10 seconds, somewhere on this earth, there is a woman giving birth to a child. She

Re: [PHP-WIN] Error in a remote computer with IIS and windows 2000

2001-01-27 Thread Ryan Grove
This is the error that the PHP CGI module returns under IIS when it can't find the page you requested. Make sure the page you're trying to access actually exists at the location you're requesting it from. Of course, it could be that PHP doesn't handle remote scripts properl

Re: [PHP-WIN] About Error Message

2001-01-29 Thread Ryan Grove
Try moving php_yaz.dll to your Windows system directory (i.e., c:\winnt\system32\). This seems to fix the problem most of the time. -- Ryan Grove [EMAIL PROTECTED] http://wonko.com/ - If you declare love, what identifier scope

[PHP-WIN] PDF Questions

2001-01-30 Thread Conover, Ryan
Does anyone know of where I could to get more information on pdflib and how it works. Ryan -- 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] connecting to AS400 DB2

2001-01-31 Thread Conover, Ryan
do either of these options. Ryan Conover -- 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] Nulls in database

2001-02-01 Thread Conover, Ryan
[Start Construction Date] != ' ' OR [Actual Completion Date] != ' ' I tried changing the != to = but it does not return anything. I am running these queries off a MSSQL 7.0 Server Ryan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

[PHP-WIN] passing arrays of objects

2001-02-01 Thread Conover, Ryan
I was wondering if I can pass an array that has serialized objects to next page via url encoding $foo //array with serialized objects in it with the following encoding something/something/foobar.php?foo=echo($foo) and be able too unserialize $foo on the next page(foovar.php) ryan -- PHP

[PHP-WIN] COM and PHP

2001-02-05 Thread Conover, Ryan
eet->SaveAs("temp.xls"); //line5 $excel_handle->quit(); //line6 //line7 ?> //line8 Anyone that has Com and PHP experience help please Ryan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-WIN] Revised [PHP] COM and PHP

2001-02-05 Thread Conover, Ryan
->Cells(1,1)->value = "Name"; //line5 $worksheet->SaveAs("temp.xls"); //line6 $excel_handle->quit(); //line7 //line8 ?> //line9 Anyone that has Com and PHP experience help please Ryan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EM

[PHP-WIN] COM Question

2001-02-05 Thread Conover, Ryan
Do I need to have anything special installed on the server (IIS) to call excel and word with COM. Ryan -- 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

RE: [PHP-WIN] Revised [PHP] COM and PHP

2001-02-05 Thread Conover, Ryan
gt; I get the following error Loaded Word, version 9.0 Warning: Invoke() failed: No description available in c:\Inetpub\wwwroot/temp2.php on line 5 Warning: Invoke() failed: Exception occurred. in c:\Inetpub\wwwroot/temp2.php on line 7 Ryan -Original Message- From: Andris Jancevskis

[PHP-WIN] Sessions and Objects

2001-02-06 Thread Conover, Ryan
If I save an object as a session var. will I still have access to its methods. Ryan -- 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] MS SQL Question

2001-02-07 Thread Conover, Ryan
query. Anyone have any ideas. Ryan -- 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] INSERT into MSSQL Server

2001-02-13 Thread Conover, Ryan
I trying to insert some data into a MSSQL Server 7.0 database from Php. Some of the data has various characters ', > . How can I tell SQL Server to treat these characters as part of the input. Ryan Conover -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP-WIN] FDF Help

2001-03-28 Thread Conover, Ryan
I was wondering if anyone got the fdf to work. I installed the fdf toolkit on my IIS 5.0 Server on win 2K, and uncommented the dll for it in the php.ini file but it does not seem to work. Did I set it up right? Any suggestions. Ryan Conver -- PHP Windows Mailing List (http://www.php.net/) To

[PHP-WIN] CGI Error Problem

2001-04-04 Thread Conover, Ryan
I am having a problem with PHP 4.0.4pl1 and IIS 5. New pages I create are giving a CGI Error. No matter what I have . on that page. Anyone else come across this problem. Ryan Conover -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [PHP-WIN] CGI Error Problem

2001-04-04 Thread Conover, Ryan
CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: -Original Message- From: Phil Driscoll [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 1:42 PM To: Conover, Ryan; [EMAIL PROTECTED] Subject: Re

[PHP-WIN] COM

2001-04-05 Thread Conover, Ryan
What needs to be installed for COM say Office COMS to work. What external programs you need installed for say excel and word. Anything in the php.ini. Anything else please let me know. Ryan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-WIN] Excel Manipulation

2001-04-05 Thread Conover, Ryan
If I have an excel document I created dynamically and after every 8 records I want it to automatically want to print. Is there a way to do this in PHP or some other language. Ryan Conover -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-WIN] Error on new install on IIS 5.0

2001-04-05 Thread Conover, Ryan
I get the following error on everypage of X-Powered-By: PHP/4.0.4pl1 Content-type: text/html and PHP Warning: Cannot open './browscap/browscap.ini' for reading in Unknown on line 0 Please help. ryan Conover -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-ma

[PHP-WIN] Excel COM

2001-04-17 Thread Conover, Ryan
/ComTest2.php on line 3 Anyone know how to rectify this. Ryan Conover -- 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] problem with web pages and php

2004-04-28 Thread Mike Ryan
I have downloaded mysql-4.0.18-win, php-4.3.6, webcalendar and apache2 webserver I am retrieving files from my server so I know the webserver is correct but when I try to access the day.php file all I am getting is the code to show up on the screen. I have tried to add to the http.config file

[PHP-WIN] Compiling PHP & eAccelerator using Visual Studio Express?

2006-04-27 Thread Dominic Ryan
Hi All, Just downloaded Visual Studio Express, and was wondering if anyone had successfully compiled the PHP 4/5 interpreter, or eAccelerator with it? I've added extra libraries/includes/executables to my VC++ directories so that I no longer get pages of fatal "cannot find file" errors now,

[PHP-WIN] standalone php/apache?

2004-06-21 Thread Ryan W Sims
ll launch from an autorun script or something? I've been looking, and not finding. Any help would be appreciated. -=- Ryan W Sims RWSDesign Scenic, Lighting and Web Design [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Windows 2003 SP1 / PHP 5.03

2005-04-16 Thread Ryan J. Cavicchioni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I wish that I could help you but your post peaks my interest. I am planning on deploying Mediawiki on one of our Windows Server 2003 machines at work and really would like to avoid problems. I am pretty sure that we have not updated tp SP1 yet unless

Re: [PHP-WIN] PHP cannot load extensions

2005-04-20 Thread Ryan J. Cavicchioni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Did you put "extensions=php_mysqi.dll" or "extensions=php_mysqli.dll" in the php.ini file? chistian wrote: > Hi, > > I've installed PhpMyAdmin 2.6.2, PHP 5.0.4 and Mysql 4.1.11 and PHP > is working fine but when I try to start PhpAdmin I get this >

Re: [PHP-WIN] PHP cannot load extensions

2005-04-21 Thread Ryan J. Cavicchioni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Did you put "extensions=php_mysqi.dll" or "extensions=php_mysqli.dll" in the php.ini file? chistian wrote: > Hi, > > I've installed PhpMyAdmin 2.6.2, PHP 5.0.4 and Mysql 4.1.11 and PHP > is working fine but when I try to start PhpAdmin I get this