Hmmm ok, I'll have a think about this one and get back to you I could still
do with some clarification however:
Explain exactly what the problem is again so I understand a bit better - at
the moment I think either:
A. you can't see the results of scripts unless you are running them locally
(via t
Could be then that the scripts need their permission's changing (as you
created the scripts you own the scripts) right click on them in explorer and
choose properties, then have a look at the permissions tab, you are going to
want to give everyone access to execute them I believe.
Alternatively i
Not 100% sure what you mean! It could be that IIS is configured to use
Integrated Security (i.e. server / domain usernames and passwords are
required to gain access) if this is the case then go into IIS MMC and change
the options for the web site (eg allow anonymous access)
Hope that helps - if
php-windows Digest 1 Feb 2002 04:35:20 - Issue 979
Topics (messages 11741 through 11761):
Re: creating a php extension
11741 by: Craig Morrison
Native connection MS SQL2000
11742 by: Sebastian Broekhoven
11747 by: Paco Ortiz
11755 by: Shrock, Court
Re: When
Hello,
Theodore Brinkman wrote:
>
> Sorry, I should have been clearer. Strictly speaking this is an IIS
> question, not a PHP question, but I don't know where else to ask.
>
> We're using IIS, and the team lead has settled on windows domain
> authentication for 'logging into' the system. This
Hello. Anyone familiar with making a unc path linkable on a webpage? I want
to be able to create links to directories over the network using UNC paths.
I am generating the paths dynamically.
Win2k / Apache / PHP 4
Here is an example of what I've got so far:
require("incs/FileSystem.inc");
requ
Joe,
here is a link that will help in learning how to do COM (an excel example
included): http://phpbuilder.com/columns/alain20001003.php3
> -Original Message-
> From: Mainolfi, Joe [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 31, 2002 11:22 AM
> To: 'PHP-WIN'
> Subject: [PHP-WI
is anyone out there familiar with COM built into Php?
This is my code:
$sheet = Range("B6:B9")->Select;
$sheet->Selection->Borders(xlEdgeBottom);
$sheet->Selection->LineStyle = 9; //xlContinuous
$sheet->Selection->Weight = 2; //xlThin
I get an error everytime I use the Range method and some othe
I have setup php on IIS. The site host machine is different from the machine running
php, mysql. I have setup provisions on all folders and files I think are needed.
php.exe (Folder) php.ini php4ts.dll
Is there something I am leaving out or forgetting? I cannot access php files without
enterin
yes, but you do it by sending the appropriate http header using the header
function. check out http://www.php.net/manual/en/function.header.php. The
examples show you how to do it.
> -Original Message-
> Subject: [PHP-WIN] response.expire
>
>
> is there something like response.expire
You can even do it on a unix platform using freeTDS (http://freetds.org),
just compile php --with-sybase=/freetds/base/install/dir and make sure you
set the TDS version depending on your mssql server version.
> -Original Message-
> From: Paco Ortiz [mailto:[EMAIL PROTECTED]]
> Sent: Thurs
First of all i have some questions you must answer so we know how to help you:
Which operating system do you use?
Which version of PHP are you using?
Do you use any special preconfigured installer kit or just the plain PHP from PHP.net?
Which webserver do you use? To be able to run PHP you need a
Well, personally I knew what the difference between a fatal error and a
bug warning was. My question was not as much for my own help with
terminology as much as I was concerned that the original poster of the
thread was improperly using the term error and bug interchangeably as if
they were the s
The mysql database is by default stored on the computer that run the mysql
service
If you have a local installation of mysql on your computer it would store the
database on your computer.
"I was wondering why I can connect to the server"
Which server is this? the database or the webserver? or is
I think Angie wants to know what type of bugs cause problems in the
PHP error handler. He's obviously smart enough to understand what a bug
is :-)
Bye, John
Ashraf Al Shafaki <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> bugs are bugs and will always remain
See http://bugs.php.net/bug.php?id=14886
Angie Tollerson <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi there. When you say "bugs", what do you mean? When I have bugs in my
> code, it doesn't run, period. But if you mean "warnings" ? which will
> let you
hello all,
I'm new with php, can somebody tell me how to install php, I installed php but it
doesn't work! Can somebody help me?
Thanks
Bram Somers
I was wondering why I can connect to the server, but not to a database.
When I type in the name of it, it cannot find it. I use the templet from
the php site, and a bunch of others, which all do the same thing, but I just
cannot open any of them up.
If the user of the account is "abc" and yo
Hi,
1/31/02 2:42:44 PM, "Sebastian Broekhoven" <[EMAIL PROTECTED]> escribió:
>Hi There,
>
>At the moment when we connect to a MS SQL 2000 server we use ODBC connections.
>
>BUT... we want to make native connections with the MS SQL 2000 server.
>Is that possible?
yes!. Enable php_mssql.dll exten
If you are running apache on winNT or 2k, you should be able to intall
apache as a service (if you haven't already). But, even still, when I stop
and restart apache, I never have this problem you mention such that my
scripts stop working.
If you figure it out, let me know for future reference.
T
is there something like response.expire (asp) in 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 PROTECTED]
Sorry, I should have been clearer. Strictly speaking this is an IIS
question, not a PHP question, but I don't know where else to ask.
We're using IIS, and the team lead has settled on windows domain
authentication for 'logging into' the system. This means that only IE can
be used unless I can f
Hey Alek,
tried your suggestions but no positive result!
Thanks
Tim
Alek Andreev <[EMAIL PROTECTED]> schrieb in im Newsbeitrag:
000601c1aa4f$6cd7e0f0$[EMAIL PROTECTED]
Best solutions is to use http://127.0.0.1/ instead. Or try
http:///
Regards,
Alek Andreev
[EMAIL PROTECTED]
-Original
Hi There,
At the moment when we connect to a MS SQL 2000 server we use ODBC connections.
BUT... we want to make native connections with the MS SQL 2000 server.
Is that possible?
Greetings,
Sebastian
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
Petr Krebs wrote:
>
> maybe it's a stupid question, but can anybody tell me where to get some
> information about writing win32 php extension DLL? i've been searching
> through the official web pages but i haven't manage to get anything.
First thing you need to do is go here:
http://www.php.
php-windows Digest 31 Jan 2002 12:04:29 - Issue 978
Topics (messages 11729 through 11740):
Re: Bcc headers in mail function
11729 by: Bram Somers
11730 by: R'twick Niceorgaw
IIS equivalent to Apache's .htaccess files
11731 by: Brinkman, Theodore
11734 by: Ma
Best solutions is to use http://127.0.0.1/ instead. Or try
http:///
Regards,
Alek Andreev
[EMAIL PROTECTED]
-Original Message-
From: Michel Laine [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 11:40 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: When typing "localhost\.."
Hi,
I want to compile a module(php_zip),but have some problem.
Olny can run function "zip_open"
thanks! fancao
--
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-
"Tim LüDemann" wrote:
> At first:
> I run win 98 on my standalone computer.
> I installed Apache 1.3.22 and PHP 4.1.0, edit the files php.ini and
> httpd.conf and put them at the right place. I doublechecked the files.
> When typing "localhost\index.html.de" the computer wants to connect
Hi,
I have a box setup with the Apache1.3.23(on Win2k as a service), running PHP 4.1.0 as
CGI, all's fine. (no errors/warnings/
however something bothers me, after some time, apache just dies (nothing special in
apache logs). a "net stop" + "net start" to restart apache will always solve thi
30 matches
Mail list logo