Hi!
I am setting up a windows 2003 machine, with IIS 6 and PHP 4.3.6. I've
followed the instructions on php.net to install php as CGI or ISAPI.
I had creepy experiences with PHP running as ISAPI on W2k and IIS 5. I
had a lot of GPFs and Internal Server Errors even on ASP apps. A lot of
people is
B.A.T. Svensson wrote:
One can also tell the IIS - provided one uses ISS - to let certain script
run as certain users when accessed with IIS. (This is probably wiser than
giving away the executing rights on individual executables - as I seen been
suggested previously - since the control on What&Wh
One can also tell the IIS - provided one uses ISS - to let certain script
run as certain users when accessed with IIS. (This is probably wiser than
giving away the executing rights on individual executables - as I seen been
suggested previously - since the control on What&When will be much higher
t
It seems that several people have run into a problem where PHP did not
have permission to access certain folders / files in Windows. I have
two solutions that I have tried on WinXP, if others could verify if this
works on other Windows platforms this would be helpful.
Solution #1:
Use the fu
It seems that several people have run into a problem where PHP did not
have permission to access certain folders / files in Windows. I have
two solutions that I have tried on WinXP, if others could verify if this
works on other Windows platforms this would be helpful.
Solution #1:
Use the fu
fortunately i got the solution to it
but i was a little surprised with it.
actually as i had installed php previously and as i remember in the
IISAdmin you add the application mapping (.php , or .phtml)
with the path of executable of ("c:\php\php4ts.dll")
and i did the same and when i read the s
Raheel Hussain wrote:
HTTP 500 - internal server error
can somebody guide where i m making mistakes
or wht things to keep in mind while mannually configuring this.
I'm going to assume you're using Internet Explorer in its default
configuration. Try turning "Show friendly HTTP error messages" in t
Is there any kind of moderator or list administrator for the php list
that has the ability to remove this annoying spam subscriber that
bounces these "Amazon.com Jobs Application Auto-Reply" every time one
post to the php-win list?
It's starts to get annoying to see this type of mail pop up in the
I run the batch file double clicking on it and it copies the files from one
server to the other.
I run the copy command in dos prompt it runs perfect
I try running the same copy command or running the same batch file using
exec in my php page and i get access is denied.
What do i need to do to c
> Like every shell application, the PHP binary accepts a number of
> arguments but your PHP script can also receive arguments. The number of
> arguments which can be passed to your script is not limited by PHP (the
> shell has a certain size limit in the number of characters which can be
> passed;
Yeah, this is some of the fun of dealing with COM and PHP. Microsoft
puts all kinds of little shortcuts into their system that are difficult
to access via PHP. I'm sure there's a smarter programmer out there than
I am who knows how to make this work properly, but here's my 2 cents:
1. When you c
http://www.php.net/manual/en/features.commandline.php
Check out this page about using PHP via command line. You pass
variables in via the $argv variable. Here's a snippet:
Like every shell application, the PHP binary accepts a number of
arguments but your PHP script can also receive a
__
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If you want the last post first, you probably want to order your query
"descending", try this line:
$get_post = "select * from $table_name2 where cat_id = '$_POST[cat_id]'
ORDER BY posted DESC";
-TG
> -Original Message-
> From: Will [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 26, 20
Raheel Hussain wrote:
I m trying to configure the php 4.3.6 on windows 2K
I did every step witten in the installation instructions but
when i go to run the test.php page
with < ? phpinfo(); ?> witten in it then it was first giving an error of
You should try to use php tags for php code:
"th
I'm playing around with COM right now doing things with PHP and
MapPoint. I got the feeling that COM was something that had to work on
the local machine because you needed the COM information in your
registry to tell the computer what application to run. That is, PHP
says "Open COM connection to
I m trying to configure the php 4.3.6 on windows 2K
I did every step witten in the installation instructions but
when i go to run the test.php page
with < ? phpinfo(); ?> witten in it then it was first giving an error of
"the specified procedure cannot be found"
then i tried reconfiguring it a
Daniel Anderson wrote:
Hi,
can anyone tell me how I can get the Image Create function for PHP to work properly?
I have viewed the English manual at www.php.net and the comments posted don't really help to get this thing working, the GD Image Library says it is not for PHP.
Can anyone help?
Any
Hi,
can anyone tell me how I can get the Image Create function for PHP to work properly?
I have viewed the English manual at www.php.net and the comments posted don't really
help to get this thing working, the GD Image Library says it is not for PHP.
Can anyone help?
Anything will be greatly a
Tobias Talltorp wrote on 29/04/04 12:30 >
Hi
I want to use fsockopen() with SSL, but I get this error message.
Warning: fsockopen(): no SSL support in this build in D:\Program
Files\Apache Group\Apache2\htdocs\ssltest.php on line 287
How do I enable ssl-support for php?
I uncommented the line in
Hi
I want to use fsockopen() with SSL, but I get this error message.
Warning: fsockopen(): no SSL support in this build in D:\Program
Files\Apache Group\Apache2\htdocs\ssltest.php on line 287
How do I enable ssl-support for php?
I uncommented the line in for the php_openssl.dll extension in php.
21 matches
Mail list logo