rts that will be
generated won't always be on machines that will have internet access, so
we don't want to depend on Google for files external to the company.
Thanks in advance to anyone out there that can help!!
Charles
This e-mail, including attachments, may contain information that
I had trouble with spaces in pathnames. I got round it by surrounding the
whole pathname with quotes - an old Windows trick:
$s = "'" . $PHP_SELF . "'"; #surround with quotes to allow for spaces in
pathname
echo "
" .#use quotes
[ ...etc ]
Not sure if it applies in your ca
I just upgraded to 4.3.11 and now my web service apps do not work. I
downloaded the latest version of nuSoap.php and still no luck. Is
anyone else running into issues with this?
Charles Killmer
You could print_r $rs and see exactly what it contains. Otherwise you
could add this to your code to make things simpler.
$soap_proxy = $client->getProxy();
$result = $soap_proxy->HelloWorld();
This is how I do it.
Charles
-Original Message-
From: Adam [mailto:[EMAIL PROTECTED]
Anyone know how to connect to a SQL Server through PHP using Windows
Auth instead of SQL Auth?
Charles Killmer
Netgain Technology
[EMAIL PROTECTED]
Office: (320) 251-4700 ext 107
Try not echoing the word FORM.
change
FORM';
to this
';
Charles
-Original Message-
From: Patrick Roane [mailto:[EMAIL PROTECTED]
Sent: Friday, January 28, 2005 1:34 PM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Has a
yahoo.com
_SERVER["SERVER_PORT"] 80
The client approached my webserver with www.yahoo.com in the host
header. So this is a strange situation. Anyone seen anything like this
before?
Charles
-Original Message-
From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED]
Sent: Wednesday, D
ransaction.1 Description:
FieldException: [BIN] missing value in
C:\Inetpub\wwwroot\payment\purchase.php4 on line 10
I asked the merchant company and they sent me an example that uses XML
posting so I will try that instead of the COM object.
Though has anyone else run into this issue with COM obje
"Amount")
trans.Field("Exp") = Request("ExpDate")
trans.Field("AVSname") = Request("AVSName")
trans.Field("AVSaddress1") = Request("AVSAddress1")
trans.Field("AVScity") = Request("AVScity")
trans.Field("AVSstate") = Request("AVSstate")
trans.Field("AVSzip") = Request("AVSzip")
trans.Field("Comments") = Request("Comments")
trans.Field("ShippingRef") = Request("ShippingRef")
Set Resp = trans.Process ()
%>
Charles Killmer
Netgain Technology
[EMAIL PROTECTED]
Office: (320) 251-4700 ext 107
I modified the email so I will now receive an email with the full
phpinfo. I won't have an answer until it happens again though. In any
case I am pulling the host header from $_SERVER["SERVER_NAME"];
Charles
-Original Message-
From: Gryffyn, Trevor [mailto:[EMAIL P
. Or
someone's browser is messing up the referrer and host header. But if
that's the case they should not be able to get to and virtual site
anywhere.
Has anyone heard of anything like this or is this something completely
new?
Charles Killmer
Not to nitpick but my message said SMTPS. For SMTP Secure. I would be
interested in taking a look at your class when complete.
Does anyone else have ideas about SMTPS?
Charles
-Original Message-
From: phpWalter [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 30, 2004 2:22 PM
To
Does anyone know of a class or something to send email with smtps?
Thanks
Charles Killmer
header("Location: http://www.google.com";);
or
header("Location: /otherfile.php");
-Original Message-
From: Allen D. Tate [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 18, 2004 9:27 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Redirecting A Webpage
I would like to setup an index.p
In IIS, for the configuration of PHP check the box that says "check If
file exists."
Charles
-Original Message-
From: Adam Clauss [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 27, 2004 9:45 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] "No input file specified."
WinEnabler from Zend for demo and if I
don't experience the any problems will be purchasing a license.
Charles Killmer
-Original Message-
From: Carsten Gehling [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 14, 2004 12:17 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] What happened to
I tried switching the order, and still the same results. That would
make sense to me to though.
Charles
-Original Message-
From: Christian Zambrano [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 01, 2004 10:07 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Strange 'if'
I would think that PHP should make the conversion in the other direction
to avoid losing data. In other words, if a conversion is necessary,
convert to the data type that can handle the greater variety of data.
In this case to strings. It would probably always be to strings though.
Charles
I can set up the latest version of 4 to run under IIS6 as isapi dll in 5
minutes. No problem.
But with PHP5 RC3, making just the standard ini edits, nothing fancy, I
cannot get this access violation errors message to go away.
The wierd thing is, a blank html page with a .php extension will serve
board. This has worked for me in the past when IE displays
the binary data of the pdf.
Charles Killmer
-Original Message-
From: trippin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 15, 2004 1:29 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PDF Acrobat Issue *Strange*
I am trying to cre
l -s "Hello, world." [EMAIL PROTECTED]
Bob, could you please write me a program that prints "Hello,
world."?
I need it by tomorrow.
^D
Senior Manager
% zmail jim
I need a "Hello, world." program by this afternoon.
Chief Executive
% letter
letter: Com
How is this
$String = implode(explode($String, $OldChar), $NewChar);
different than
$String = str_replace($OldChar, $NewChar, $String);
Charles Killmer
-Original Message-
From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 9:48 AM
To: '[
I hope you are not allowing the client to send T-SQL through the query
string. Consider them sending something like
File.php?Query='; drop table XXX; --
Charles Killmer
-Original Message-
From: George Pitcher [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 8:25 AM
To: [
Thanks. Is there any way to catch fatal errors, and have the script do
something else more gracefull. Like maybe log the error and redirect or
something.
Charles
-Original Message-
From: Vincent Jansen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 18, 2004 3:03 AM
To: Charles P
I am trying to catch any error that could occur not just account for the
ones that I can think of. But yes I do use isset pretty often. But I
am looking for something to catch any error before the script bombs out.
Charles Killmer
-Original Message-
From: Daniel Anderson [mailto
Has anyone figured out how to catch fatal errors? Something like a
script like this with an obvivous parse error.
I want to know how to catch any klind of error so I can deal with it
gracefully instead of crashing the CGI.
Charles Killmer
Netgain Technology
[EMAIL PROTECTED]
Office: (320
other people to go through extra work, that can be
easily automated anyway, just to send me an email.
Sorry my little rant. :)
Charles Killmer
_
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, May 17, 2004 9:37 AM
To: Charles P. Killmer
Subject: [QRfsoto]: RE: [PHP-WIN
When you use the header function, you must include the SID. There are
numerous ways to do this but the way that I use is like this.
session_start();
$row['id']=545;
$_SESSION['individual_id'] = $row['id'];
header("location:dataFilterExpander.php?&quo
What I ended up doing is creating a user on both the IIS box and the
SQL box. Both low level users with the same username and password. I
set IIS to use this new user account to run web requests.
This was all it took. I think there is a better solution but I havent
found it yet.
Charles
The function I like using is strtotime. You should be able to do
something like
strtotime("now") - strtotime("2/7/2004")
Or I think there is a date difference function. Though that might be
strtotime("now - 2/7/2004")
Charles Killmer
-Original Message-
F
select which sections they see and possibly organize
the layout as they see fit.
Charles Killmer
Netgain Technology
Open Source Rocks!
-Original Message-
From: Jim MacDiarmid [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 24, 2004 9:38 AM
To: Charles P. Killmer
Subject: RE: [PHP-WIN
html
Then changing the look of the site is just in that one file. And things
like webtrends still give accurate results.
Charles Killmer
Netgain Technology
-Original Message-
From: Jim MacDiarmid [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 24, 2004 8:36 AM
To: [EMAIL
Make sure that the user php is running as has permission to delete files
from that directory. Usually IUSR_machinename
Charles
-Original Message-
From: Brent [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 9:55 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] unlink command on a
you to view my commments and advice on PHP.
Charles
-Original Message-
From: Alan Hale [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 03, 2004 1:31 PM
To: Charles P. Killmer
Subject: Re: [PHP-WIN] Windows 2003 and SQL Server issues (SpamEnder:
BLOCKED [EMAIL PROTECTED])
In an effort to
n issue of
Windows 2003 being too secure in some area to allow the webuser to
connect to the database server. I have tried changing from the
predefined "Network
Has anyone run into issues with something like this? Thank you for any
help on this.
Charles Killmer
Netgain Technology
[EMAIL PR
Mainly the php.net documentation and this forum.
-Original Message-
From: Cyrus Misthalin [mailto:[EMAIL PROTECTED]
Sent: Monday, February 02, 2004 1:03 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] How have you learned PHP?
How have you learned PHP?
--
PHP Windows Mailing List (http://
No it was lengthened by 12 characters. And I checked and the email did
contain 1008 characters. So it didn't miss any in my test.
-Original Message-
From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 07, 2003 8:49 AM
To: Disko_kex
Cc: Charles P. Ki
probably
-Original Message-
From: Kamran fff [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 04, 2003 2:23 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Help me out with Session problem
Hi,
I have WinPro2000 with IIS (PWS) and PHP4.
When i strat session receive an error.
Can you t
I just tried it on my server with both PHP 4.3.2 and 4.3.3 and I got the
last 5. The only thing I changed was the email address to send to.
Charles
-Original Message-
From: Disko_kex [mailto:[EMAIL PROTECTED]
Sent: Monday, October 06, 2003 8:19 AM
To: [EMAIL PROTECTED]
Subject: [PHP
running PHP 4.3.2 as CGI under IIS 5.0.
The piece of code that I pasted is the first line of the file after the
mailto:[EMAIL PROTECTED]
Sent: Sunday, October 05, 2003 7:17 AM
To: Charles P. Killmer
Subject: Re: [PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k
Is it possible that the
Does anyone have any code that will create a windows .lnk file?
Charles Killmer
weird thing that I havent solved yet.
Charles Killmer
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, October 03, 2003 9:56 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k
arch returned Zero results. Plesae try
again.";
}
?>
Code is provided as is. Feel free to use but I offer no guarantees
about the code.
You should have a wsdl file to make the job for the client developers a
lot easier.
Charles Killmer
-Original Message-
From: Pearson,
An issue that I ran into involved two things.
First: Inorder for IE to send the pdf to Acrobat, the pdf data must not
be Gzipped. Turn of output compression
Second: Don't use sessions on the page that sends the headers and the
pdf data
Charles Killmer
-Original Message-
From:
extension=php_pdf.dll
extension=php_pgsql.dll
extension=php_zip.dll
Charles Killmer
...
PHP will get an array of the selected values in a variable named $test
Charles Killmer
-Original Message-
From: Harpreet [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 4:13 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Multiple selection in php
I want to select
When submitted this will create an array in PHP.
This is the output of a test run
Array
(
[0] => 3124
[3] => 45
[4] => 6756
)
Notice the indexes.
while (list ($key, $val) = each ($temp)) {
echo "$key => $val\n";
}
Charles
-Original Message--
Try this
';
echo '';
echo '';
echo '';
echo '';
echo '';
echo '';
echo '';
echo '';
//Then in PHP whether the box is checked or not your indexes are
correct.
print_r($temp);
?
If you notice he has it commented out. I doubt that that was the
problem.
I read somewhere a while ago about a difference in operator precedence
between || and or.
Perhaps the die is being invooked first?
Charles Killmer
-Original Message-
From: Stephen [mailto:[EMAIL PROTECTED
The servers are all in the same office. For the mail that is showing
the wrong time, it never leaves the office.
Thanks
Charles
-Original Message-
From: Max Graham [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 18, 2003 10:44 PM
To: [EMAIL PROTECTED]; Charles P. Killmer
Subject: Re
server
directly and send mail the time is correct, so it appears to have
something to do with PHP. Does anyone have any thoughts on this?
-Original Message-
From: [EMAIL PROTECTED]
Sent: Wednesday, June 18, 2003 8:53 AM
To: [EMAIL PROTECTED]
Subject: test
Charles Killmer
Netgain
I had the parameters backwords but you get the idea.
$test = explode(",","no commas");
-Original Message-
From: Charles P. Killmer
Sent: Thursday, May 29, 2003 3:24 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] explode...
It returns an array with one element
It returns an array with one element.
Array
no commas
-Original Message-
From: David Martinez [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 3:13 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] explode...
Here is the explode function: explode($delimiter, $string); This
function
Set session values like this
session_start();
$_SESSION["username"] = "sjohnson";
Get session values like this
session_start();
echo $_SESSION["username"];
The $_SESSION MUST be uppercase.
Charles Killmer
-Original Message-
From: Iggy [mailto:[EMAIL P
PHP will use the session id that your browser specifies. If you have
php setup to store session id in cookies, every time you refresh the
page your browser is telling php what session id to use. Then when you
close your browser, your cookies may be getting deleted.
Charles Killmer
Charles
I ran into problems with IIS, IE, pdfs, and Sessions. Try not using a session and see
if it works. If it does I think there are some functions to use before you send the
pdf. Session_write_close() I think.
Charles
-Original Message-
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED
Files from many different directories include the same template.php
Also I am using IIS.
Charles
-Original Message-
From: Wayne [mailto:[EMAIL PROTECTED]
Sent: Friday, February 28, 2003 3:22 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Re: Include virtual?
if the file which you are
Good idea but, we host many sites and cannot have them all using each
others include directories. Also don't want to use ini_set at the top
of every file, if that can be set per_dir.
Charles
-Original Message-
From: Christoph Grottolo [mailto:[EMAIL PROTECTED]
Sent: Friday, Februa
I think my original question has been lost.
Include("/template.php");
I want this to include the file located at
e:\sites\website1\template.php
Not
e:\template.php
Charles
-Original Message-
From: Wayne Pearsall [mailto:[EMAIL PROTECTED]
Sent: Friday, February 28, 2003 1
Exactly. I made a function to do this just wondering if this will be
built into PHP.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, February 28, 2003 6:01 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Re: Include virtual?
Not sure
Make sure ntwdblib.dll is in the windows directory.
Charles Killmer
-Original Message-
From: Joshua Groboski [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 27, 2003 10:57 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Problem with extensions w2k/IIS PHP4.3.0
I seem to be unable to
I love php but I must choose the fastest scripting language. Without
going to extremes like c++ compiled. At least not until I get a library
that provides most of the things that make php convenient.
Does anyone have any thoughts about PHP vs ASP.NET?
Charles Killmer
script mapping exists for .php
I cant think of anything else that could cause something like that.
Charles
-Original Message-
From: Bill Rafferty [mailto:[EMAIL PROTECTED]
Sent: Friday, February 21, 2003 11:36 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] IIS and index.php issue
My index.php
ot;/","\\",$FileToInclude);
$ScriptName = str_replace("/","\\",$_SERVER["SCRIPT_NAME"]);
$DocRoot = str_replace($ScriptName,"",$_SERVER["PATH_TRANSLATED"]);
include($DocRoot.$FileToInclude);
}
Charles
-Original Message-
From: [
the root of the site instead of
the root of the drive.
Thanks
Charles Killmer
Windows 2000 Server IIS 5.0 PHP 4.2.3
A problem that I ran into with pdf's was while using sessions. If you use a session
be sure you call session_write_close() before sending the first headers for the pdf.
What is your webserver configuration. OS,Webserver, version,php version, cgi,
isapi
Charles
Windows 2000 S
ments.
Charles
. Again IE didn't like to receive
pdfs gziped.
Netscape didn't have any trouble with either of these issues. :)
Needless to say I am happy that I don't have to use ASP. :)
Charles Killmer
-Original Message-
From: Asendorf, John [mailto:[EMAIL PROTECTED]]
Sent: Thursday, No
When is Isapi for IIS 5.0 going to be considered production quality? Or
is it already? What issues has anyone run into?
Thanks
Charles Killmer
Well I would love to switch to Apache but we are a Microsoft shop. I am
lucky to be using PHP and have had to defend it a few times against asp.
Thanks for everyones help.
Charles Killmer
-Original Message-
From: Wojciech Owczarek [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 16
Darn. Some of the directives cannot be set at runtime though.
Oh well.
Thanks
Charles
-Original Message-
From: Matt Kynaston [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 16, 2002 10:47 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Per site php.ini
> I saw nothing in
I saw nothing in the install.txt about having multiple ini files. If I
have five websites I want them to have five different ini files.
I hope this is clear.
Charles
-Original Message-
From: Veselina Jecheva [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 16, 2002 10:28 AM
To
.
Any help is appreciated
Thanks
Charles Killmer
0
Client Netscape 7.0
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823
Netscape/7.0
Thank you
Charles Killmer
Windows 2000 Server PHP 4.2.3 IIS 5.0
I believe it is the reverse of that. IWAN for Isapi and IUSR for cgi.
Correct me if I am wrong.
Christopher, in your email you wrote iwsr. Did you mean iusr or iwan?
Charles Killmer
-Original Message-
From: Luis Ferro [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 05, 2002 11:53
The problem when it was running as a cgi is the php.ini may not have
been accessible by the user. Since it is in the winnt directory by
default permission would only exist admins and everyone(Read) unless you
tightened it down. Also check any dll that may be needed.
Charles Killmer
PHP 4.2.3 IIS
I think you are missing } before the else
-Original Message-
From: Dash McElroy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 19, 2002 12:57 AM
To: zeus
Cc: Howard, Robert P; phpwin
Subject: Re: [PHP-WIN] parse error
What line number are you getting the parse error at? It's amazing
"Connection: Close" header I would be very grateful.
Thanks
Charles Killmer
-Original Message-----
From: Charles P. Killmer
Sent: Thursday, November 07, 2002 2:43 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] PHP vs ASP headers
I tried that. It seems PHP will only replace headers tha
I tried that. It seems PHP will only replace headers that PHP sent. Not headers sent
by IIS.
-Original Message-
From: Maxim Maletsky [mailto:maxim@;php.net]
Sent: Thursday, November 07, 2002 2:42 PM
To: Charles P. Killmer
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] PHP vs ASP headers
Nov 2002 19:59:50 GMT
Connection: close
Content-type: application/pdf
Content-Disposition: inline; filename=25-1.pdf
Content-Type: text/html
Cache-control: private
Transfer-Encoding: chunked
I need to stop IIS from sending the Connection: Close
Charles Killmer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks for all the great feedback. IIS is probably a requirement.
The problem with PHP and PDFs is when php has to send the headers for a PDF. IIS
seems to get in the way. Does anyone have a workaround for sending headers though PHP
and IIS?
Charles
-Original Message-
From: Maxim
isapi version of php would resolve this issue. Though the
isapi version still has stability issues.
I hate to asp but am thinking that I may have to simply due to stability.
Does anyone have any thoughts.
Charles Killmer
Windows 2000 Server IIS 5.0 PHP 4.2.2 CGI MS SQL Server 2000
--
PHP Wi
What kind of load do you get on it? Also I am using SQL Server 2000.
Charles
-Original Message-
From: Jack Kelly Dobson [mailto:jdobson@;tcgcorp.net]
Sent: Tuesday, November 05, 2002 9:16 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: Isapi Module
I've been using it and MySQL
Is anyone using 4.2.3 as an ISapi module?
All the documentation still says unstable but it hasnt changed in years. Is it now
stable?
Thanks
Charles Killmer
Windows 2000 Server IIS 5.0 PHP 4.2.2
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
Also check and make sure that you have register_globals set to on in php.ini Some
argue that you shouldn't use that though.
Charles Killmer
-Original Message-
From: Stephen Edmonds [mailto:stephen.edmonds5@;btinternet.com]
Sent: Saturday, November 02, 2002 10:12 AM
To: PHP Hel
Help My machine's (OS - Win98-2ndEd, Apache 2.39, PHP 4.2.2)
browser (Netscape 6.2, IE 6, Communicator 4.79) can't find/view the
phpinfo.php file from the localhost, which is I how I am meant to test
the proper installation of PHP. The file came up initally as a
unidentified system file and
I want to ask user to login, and use cookie to save their userid and
password
what should i do?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I want to ask user to login, and use cookie to save their userid and
password
what should i do?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I want to ask user to login, and use cookie to save their userid and
password
what should i do?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I want to ask user to login, and use cookie to save their userid and
password
what should i do?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I want to ask user to login, and use cookie to save their userid and
password
what should i do?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I found it, never mind
If anyone else hits this, check the settings for the home directory, and
make sure that read and execute access are both allowed.
"Charles Prettyman" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am ne to
I am ne to PHP, and just installed in on a WinNT4 machine running IIS 3. I
have a little test page, just to validate that it's working, that should
simply echo "helloo World" (the test page described atthe beginning of every
book)
but all I get is a blank page. Viewing the page source shows all
I get the impression that this is a fairly common request, but I haven't
seen a definite answer, so I figured I'd ask. Is it possible to use a
FileMaker Pro ODBC connection with PHP4? I have a DSN setup, but when I
try to connect I get the following message (via odbc_errorstr()):
Unable to
I get the following error when trying to test PHP with IIS 5 using tha Isapi
DLL. Any ideas what is causing it?
The HTTP server encountered an unhandled exception while processing the
ISAPI Application '
php4isapi!HttpExtensionProc + 0x44
wam!SE_TABLE::ReleaseExtension(class HSE_BASE *) + 0x99
Since PHP is not installed with an installer if you used the full zip,
just delete the directories and files. Even with the win32 installer
this is the same way to do so.
--
Charles Butler
[EMAIL PROTECTED]
Research and Development
American Telanet Corp.
-Original Message-
From
:)
--
Charles Butler
[EMAIL PROTECTED]
Research and Development
American Telanet Corp.
-Original Message-
From: Philippe Saladin [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 05, 2001 8:54 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: function/extension help
I *think* you need
I am writing a query to a paradox table, using ODBC.
I have a field of MEMO kind, and I don't get all of his content.
Someone have some tip?
--
Charles Alves
Suporte Software
Sweda Informática LTDA.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROT
- Original Message -
From: "Vladimir V. Bashkirtsev" <[EMAIL PROTECTED]>
To: "Charles Williams ( CEO ACNS )" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; "Linuxsa" <[EMAIL PROTECTED]>; "Cobalt
Users Group" <[EMAIL PROTECT
1 - 100 of 109 matches
Mail list logo