RE: [PHP-WIN] error of "Could not open input file" from PHP CLI

2010-10-18 Thread Howard . Holcombe
Requested test results at bottom H.H. -Original Message- From: Richard Quadling [mailto:rquadl...@gmail.com] Sent: Friday, October 15, 2010 6:44 AM To: Holcombe, Howard @ CSG - CSE; php-windows Subject: Re: [PHP-WIN] error of "Could not open input file" from PHP CLI On 14 Oc

[PHP-WIN] error of "Could not open input file" from PHP CLI

2010-10-13 Thread Howard . Holcombe
? Howard Holcombe - - - - - - - - - - - - - DETAILS I downloaded the Windows 5.3.3_VC6 version of PHP onto a XP system and did a manual install as per the install.txt file. The install was performed as a regular user rather than Administrator. 1. When I use the PHP CLI program to execute a PHP function

[PHP-WIN] Re: Test.php loads, but nothing in Browser

2006-01-27 Thread Howard
since it is optional, but my guess is that most people write their scripts using short tags. So the default setting should be set to short. Any reason to keep it set to off?? Security Reason?? Howard "mailbox 19860221" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTEC

[PHP-WIN] Re: Test.php loads, but nothing in Browser

2006-01-26 Thread Howard
quot;?>". -jim -Original Message- From: Howard [mailto:[EMAIL PROTECTED] Sent: Thursday, January 26, 2006 2:54 PM To: php-windows@lists.php.net Subject: Test.php loads, but nothing in Browser Here is the setup. MS XP Pro. Apache 2.0.55, PHP 5.1.2. I downloaded the zipped

[PHP-WIN] Test.php loads, but nothing in Browser

2006-01-26 Thread Howard
error. But there is nothing in the Browser Window. MS IE 6. Any ideas?? Or can someone help going over the settings. Thanks Howard -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] initialize variables

2003-01-13 Thread Howard, Robert P
Looking at your earlier posts I would suggest that yes it should be ListBox1 and not Course1. Also change the foreach line to read foreach (array($_POST['ListBox1'], $_POST['ListBox2']) as $val) The $_ is only used for the Automatic Global Variables. Regards Rob

RE: [PHP-WIN] initialize variables

2003-01-13 Thread Howard, Robert P
th the names of each of the POST variables as Keys to the array. As such $_POST['Course1'] is the replacement of $Course1. Keep on trying. Rob Howard -Original Message- From: Wade [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 14 January 2003 5:13 PM To: [EMAIL PROTECTED] Subject: Re: [PHP

RE: [PHP-WIN] general survey.... php.ini config gui

2002-12-22 Thread Howard, Robert P
Hi everyone, The tool I use for editing any and all text based files is SYN editor by Ascher Stefan http://web.utanet.at/acherst/index.html which has an excellent array of syntax highlighters. Just my 2.2c (GST Inclusive) Rob Howard -Original Message- From: A Weaver [mailto:[EMAIL

RE: [PHP-WIN] 2 dimension Array...

2002-12-19 Thread Howard, Robert P
Try changing your echo string to this:- echo ""; This will make your code eaiser to read as well as showing when you have a missing Quote as Dash has pointed out; Regards, Rob Howard Database Technician Canberra Deep Space Communication Complex -Original Message- From: kri

RE: [PHP-WIN] parse error

2002-11-18 Thread Howard, Robert P
change your else($submit) statement to else -Original Message- From: zeus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 20 November 2002 4:25 AM To: phpwin Subject: [PHP-WIN] parse error i get parse error with this code, what's wrong with the code? i think i have give the "else" statement

RE: [PHP-WIN] Strange problem

2002-11-17 Thread Howard, Robert P
Just a hunch but what script timeout have you set in IIS and in your PHP.INI? Try increasing these figures (60 seconds perhaps) Regards, Rob Howard Database Technician Canberra Deep Space Communication Complex Ph 02 6201 7939Fax 02 6201 7845 -Original Message- From: Sichta Daniel

[PHP-WIN] How do I get information from a URL?

2001-08-21 Thread Jeff Howard
I'm trying to get information from a URL in a way similar to utilizing GET in ASP. I know how to get information by submitting a form and going to a new page, but how can I use the form to stay on the same page, yet be able to retrieve the information? For example: I start on http://www.mypage.

[PHP-WIN] Where to find php_mcrypt.dll?

2001-08-16 Thread Jeff Howard
Does anybody know where to find the php_mcrypt.dll file? It doesn't come with the download for php. -- 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] How do you step through a database?

2001-08-13 Thread Jeff Howard
I've used Visual Basic for years and have never had a problem with this issue. I can use the following code to do this: do until (rs.eof) ... rs.movenext loop Does anybody know how to step through a database in PHP? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP-WIN] PHP vs. PERL; Compatibility issues

2001-08-13 Thread Jeff Howard
Being new to PHP, I was wondering what the benefits of PHP are over PERL? Seems to me it's easier than PERL, but what else is there? Are there benefits over ASP? Is it compatible with Netscape AND IE? Jeff -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

[PHP-WIN] Anybody have an example of connecting MSSQL?

2001-08-13 Thread Jeff Howard
I have been extremely successful using ASP and MS-SQL for a long time, but am making a transition to PHP. I've tried connecting to the SQL Server database, but have been unsuccessful. The way a data source is called in ASP is: database.open "Provider=SQLOLEDB;User Id=user;Password=password;Init

[PHP-WIN] Exec and IIS

2001-05-14 Thread Nick Howard
Hello, I feel like I'm beating a dead horse (I think that's the saying), but I'm having trouble with IIS and exec. I've read everything I can find on the subject, but I'm still unclear on a few things. What I want to do is fairly simple. Basically, some user will come to my page and select an opt

[PHP-WIN] Funny errors with IF

2001-04-12 Thread Howard Picken
Just starting to learn PHP/MySQL and having problems with "undefined variable" errors. All the pages I've created from tutorials give me errors on "some" of the if statements. Example 1 etc I get errors on if (!$sep... etc and on if (!$send... etc Running Win98SE, Apache 1.3.x, MySQL 3