you do that you should have no problems, install PHP and restart your IIS.
--
JOSEPH CRAWFORD JR.
"Joe Crawford Jr." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Hello,
i have tried to get my server 2003 working bu5t i am not sure what i am doing wrong,
i must let you know that IIS is working properly though because i can remotely login
to the web based administration that uses IIS just something with the local web site
--
JOSEPH CRAWFORD JR.
"Joe Crawford Jr." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Hello,
i have tried to get my server 2003 working bu5t i am not sure what i am doing wrong, i
have installed the application server and iis was installed
for some reason right from the get go the http://localhost/ doesn't work says this
You are not authorized to view this page
please post an example of your code
the last letter in background is not a G
also when you say "path" are you using a php variable there or just as
it is here because "path" will get you nowhere.
Joe
On Tue, 21 Oct 2003 12:52:53 +0530, [EMAIL PROTECTED] (Rinku
Shivnani) w
check your spelling first of all lol the last letter in background
isn't a G also when you say "path" are you actually using a php
variable or what? just saying "path" will get you no where at all.
Please post an example of your code for me to see :)
Joe
On Tue, 2
instead of using $username use $_POST['username'] sounds to me like
you have register globals off on your devel machine and turned on on
your production machine... From what i am told it is best to develop
with register globals OFF i always config my php to have that off.
Joe
On W
script just does $_POST['visitor'] it still retrieves the same
value from the querystring, that is unless you use GET instead of POST
also which is better and more secure to use GET or POST???
Joe Crawford Jr.
On Sun, 18 May 2003 11:58:01 +0100, [EMAIL PROTECTED]
(Stephen) wrote:
&g
t = $cmd->Execute();
Any assistance anyone can offer would be greatly appreciated. Thank you.
Joe
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
The source of show.php:
However, no matter what I type in URL of browser, like
http://localhost/show.php?a=1 or http://localhost/show.php, the result is
the same - "False.".
Can anyone help me? Is it the problem of my setting in Apache?
--
PHP Windows Mailing List (http://www.php.net/)
To uns
should be something like :
select max(is) as id, ...
- Original Message -
From: "GeneralX" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 14, 2003 11:46 PM
Subject: [PHP-WIN] ODBC Query max()
> I'm trying to extract one record that has largest sequence ID number for
a
Hello, I am using VC++ 5.0 to compile PHP 4.3.0 on a NT box, I got the
following error during compilation:
Configuration: Zend - Win32 Release
Compiling...
zend.c
zend_alloc.c
zend_API.c
zend_builtin_functions.c
zend_compile.c
zend_constants.c
zend_execute.c
i have that win2000's notepad cannot recognize '\n' character
i use editplus or textpad can read "return" as my will,
is there any other character that both notepad and other text editor can
recognize
thx for your kind attention
--
PHP Windows Mailing List (http://www.php.net/)
To
saying that the PHP program
obliterates the code for the frames once it is up? or were you saying that
my navbar was incorrectly coded?
"Dl Neil" <[EMAIL PROTECTED]> wrote in message
0fc601c29479$c039ead0$c900a8c0@jrbrown">news:0fc601c29479$c039ead0$c900a8c0@jrbrown...
> O
uld
like to fix this... any suggestions?
The zip file with the calendar code/instructions is attached here is their
website: http://calendar.codewalkers.com/
any quick solutions would be very appreciated!
~Joe
begin 666 ltw_calendar.zip
M4$L#!!0(`&!7K2R1!DJ/RP$``&($```.;'1W
ok... for example because I have no idea how to do this on my own... I found
a php calendar, and these were the install instructions:
ltwCalendar v1.5
written by Matt Wade - http://codewalkers.com
demo of ltwCalendar at http://codewalkers.com/cal/calendar.php
I don't care for all that license crap
866a8c0@camhome">news:003801c29179$29737ce0$7866a8c0@camhome...
> hey Joe,
>
> You ought to try some of those tools for MySQL Dash recommends, there`s
some
> beauties amongst them, especially phpmyadmin. In the meantime, here is a
> little script, quick and dirty that will let you
b like phpbuilder.com and a few
> others. Check the links page on php.net. And if you've got the funds, get
> a good book. Just be careful that PHP 4.2.x and beyond have a new way of
> accessing variables (see
> http://www.php.net/manual/en/security.registerglobals.php for more
easiest thing to install of the three. Set up a user and a password
> for PHP. I initially learned MySQL (scratch that - still learning) using
> the root user (very dangerous) until got a grasp of it's permissions.
> Definitely don't do that for code that others will use.
>
I can
download the software... and give me some advice on configuring it.
Thanks in advance,
Joe
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
An easy way to fix this common problem is this:
define('BASE_INCLUDE_PATH','/var/www/includes/');
include(BASE_INCLUDE_PATH.'my_include.inc');
Just make sure to include the file with the BASE_INCLUDE_PATH define using a
relative path ... ie.
--Joe
On Sat, No
I have a PDF form that submits to a url and is supposed to grab the input
data and put it into variables so that I can use it on that page, but when I
call any of the FDF functions this is what I get:
Warning: Could not open fdf document: test.fdf in
c:\inetpub\wwwroot\fdf\index.php on line 12
W
I am using FDF and it isn't recognizing any of the functions for it the
errors I get are as follows:
Warning: Could not open fdf document: test.fdf in
c:\inetpub\wwwroot\fdf\index.php on line 12
Warning: Supplied argument is not a valid fdf resource in
c:\inetpub\wwwroot\fdf\index.php on line 13
I have a PDF form with a submit button to send it to a url where my php
script is supposed to take the fdf data and parse it , but my script is
erroring i get this :
Warning: Could not open fdf document: test.fdf in
c:\inetpub\wwwroot\fdf\index.php on line 12
Can anyone help?
__
minated by bringing
it to a developers attention or fixing it yourself (gotta love open-source
for this ability).
-Joe
""Phil Driscoll"" <[EMAIL PROTECTED]> wrote in message
00a001c0d930$880bb4a0$0c01a8c0@philsntserver">news:00a001c0d930$880bb4a0$0c01a8c0@phil
Dump the records into a temp table.
Make sure you don't design a system that ends up loosing Data Entry somehow.
You could store info into an array, but what happens when a connection is
broken,etc... ???
""Asendorf, John"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PRO
AFAIK,
Shortcut.lnk is the closest you're going to come to symlinks on NT.
I also believe hardlinks are possible, but you need NTFS for that.
The best way to implement symbolic links on NT is to overwrite it w/Linux.
"Jourden Parks" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:
on for any problem. Or a good problem for every
solution.
I've yet to run into an instance where Apache can only be restarted via
reboot.
Apache is a little more compilcated to configure, however, the power beneath
the hood far outweights this difficulty.
-Joe
"Tim Uckun" <[EMAIL
""Dickerson, Monty"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> The Problem: php only runs reliably as a cgi on Windows, so it lacks
static
> DB connections.
This is a false statement. I have an implementation of apache/php SAPI
running in a production
Yes, I believe it is possible. You may need to use the sybase client, or
venture down the odbc.
""macky"" <[EMAIL PROTECTED]> wrote in message
9daucu$enf$[EMAIL PROTECTED]">news:9daucu$enf$[EMAIL PROTECTED]...
> MSQL is it a driver for Microsoft SQL Server..?
>
> if no is it possible to connect
Don't forget to place php4ts.dll in the proper place also.
php4apache.dll is the apache interface to php4ts.dll which is the meat of
PHP.
-Joe
""Nick"" <[EMAIL PROTECTED]> wrote in message
9dbdci$cun$[EMAIL PROTECTED]">news:9dbdci$cun$[EMAIL PROTECTED
Well, you can tell apache to filter html through php by adding the .html
extension to the directive suchas:
AddType application/x-httpd-php .php .html
If you serve a lot of .html, this will probably slow your server down
because all .html files will be filtered through php
You can set index.php
ge PC-MAG
many headaches.
PHP is the best language on the market, IMO, but I'm a developer, not a
PC-MAG subscriber.
PC-MAG lost my patronage a long time ago because of technically weak
articles, such as this, perhaps they will loose you partrons as well.
-Joe
""Dickerson, Monty
It works if you have a c:\tmp directory and you run php from the c: drive.
However, instead of creating a tmp directory, you may want to alter your
php.ini to point it to a directory of your choice.
-Joe
""Chris Boothe"" <[EMAIL PROTECTED]> wrote in message
001501c0
Where is the php.ini file your editing?
c:\windows\php.ini?
""Shawn Anderson"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have tried c:\temp, c:\php\temp, c:\inetpub\wwwroot\cgi-temp all with
the
> same result and same error code. It would appear that n
Do you really have a \tmp directory?
is it c:\tmp or c:\temp?
Which does your php.ini specify?
""Svensson, B.A.T. "" <[EMAIL PROTECTED]> wrote in message
27E647E5629ED211BF78009027289C6302E73927@mail1">news:27E647E5629ED211BF78009027289C6302E73927@mail1...
>
>
> >-Original Message-
> >Fro
while (ora_fetch_into($curs, &$row1)){
explode($row1);
echo "$NAME now = ".$rowl[1];
(I think the function is explode, if not I'm sure it begins with an e, if
that helps... ;-)
"Tom Mathews" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> In MySQL, you can
I find the whole concept of "oracle home" a nightmare.
Reguardless of my opinion, the main difference between oracle homes is the
location of executable files and the location of the TnsNames.ora file.
The PHP_OCI8 module is mostly just a client network interface.
As long as the PATH environmen
That's pretty much what an xml parser does, isn't it?
""Matthew Ralston"" <[EMAIL PROTECTED]> wrote in message
9cjob9$cur$[EMAIL PROTECTED]">news:9cjob9$cur$[EMAIL PROTECTED]...
> Is there a nice easy function that could be used to get a sub string that
> lies in between two other sub strings in
LOL...
4.0.5 hasn't been released as yet, it's due to be released Monday (in a few
hours). Yes, 4.0.6 has more bug fixes in it as well, but it's not been
alpha tested yet.
I built an Apache module today and OCI8. Looks pretty good so far.
If you're really nice to me, and tell me what you requi
Actually, this is probably has something to do with the way Nuke is
allocating memory on a threaded server.
Threaded support is fairly new to PHP. If the module does not carefully
observe memory allocations, Constants seem to be the first thing to get
hosed.
"Florian Clever" <[EMAIL PROTECTED]>
alue to .
Good luck, and let me know how you fixed it!!! ;-)
-Joe
""Roman Lichszteld"" <[EMAIL PROTECTED]> wrote in message
9c6261$7pq$[EMAIL PROTECTED]">news:9c6261$7pq$[EMAIL PROTECTED]...
> I use Apache server with PHP 4 installed on WinNT 4.0,
session.use
Or better yet, download and install Apache!
I got bit w/iis4 and shutdown startup not working ...
Am now using php4apache.dll instead of the cgi on a production server now.
>8^O
""Phil Driscoll"" <[EMAIL PROTECTED]> wrote in message
009001c0c76a$3a4d2910$0c01a8c0@philsntserver">news:009001c0c7
With out help, it may be a while
before I get around to it.
-Joe
"Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Sunday, April 15, 2001, 6:45:14 PM, you wrote:
> > Your comment reguarding threaded sapi'
You need php4apache.dll only if you are running php as a module of Apache,
not as a CGI or executable. php.exe does not require php4apache.dll,
php4apache.dll does not require php.exe. They are mutually exclusive.
""Bhala"" <[EMAIL PROTECTED]> wrote in message
99vol8$3di$[EMAIL PROTECTED]">news
0 * * * * php -q /path/to/file.php
Oh shit - damn windows for not being POSIX!
--Joe
On Sun, Apr 01, 2001 at 01:27:35PM -0400, Asendorf, John wrote:
> I know this sounds silly, but you could use Windows Scheduler and set 24
> instances, one for each hour, set for every day. May sound
You might want to look at cygwin - it might come with regular crond.
--Joe
On Sat, Mar 31, 2001 at 10:12:41AM +0200, Delbono wrote:
>
> WinCron is what you are looking for.
>
> http://www.erols.com/graysteel/wincron.html
>
>
> I'm using
nals
Error executing link.exe.
Please enlighten me.
Thanks,
-Joe
--
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]
What do you have %CYGWIN% set to?
Looks like it needs to be
drive:\base\path\to\cygwin
""Alan Flockhart"" <[EMAIL PROTECTED]> wrote in message
99cje9$t28$[EMAIL PROTECTED]">news:99cje9$t28$[EMAIL PROTECTED]...
> Hi I was wondering if anybody had replied directly about this as I have
the
> same pr
rking (???) enabled? ...
>
> but after all this -forking- is not the issue here ... the real problem is
> that I MUST USE external executable's and i can't see a way to do that ...
>
> must i really take a shot, using PERL ?
>
> camooon ...
>
> Jürgen.
>
&g
I did some tracing on this bug I was experiencing.
With this code at the top of an include file, the results are unpretictable.
if(!defined("METABASE_MYSQL_INCLUDED"))
{
define("METABASE_MYSQL_INCLUDED",1);
...rest of include file...
}
require_once(); seems to work t
This appears to be an IIS specific issue.
Using IIS and Manuel Lemos' Metabase, I'm getting errors in
metabase_interface.php.
Fatal error: Cannot instantiate non-existent class: metabase_oci_class in
metabase/metabase_interface.php on line 99
It's quite inconsistent. After recieving this error
b Site" listed under your computer's name and edit the
properties of it.
Go to the Home Directory tab, select configuration and add the .php
extension there. (this is how to do it for IIS4 on NT)
Read the instructions more carefully, perhaps you'll see where you veered to
the left
Forking is a unix thing... What happens when a process comes to a fork in
the road, it splits and continues in two directions.
You can't execute a batch file, you need the command intrepreter to handle
that one, so the previous suggestion should be accurate. If you're on NT or
2000, maybe cmd.e
54 matches
Mail list logo