Greetings,
I just installed the PHP Version 4.3.3 on my Windows 2000 Server (SP4)
machine. As the starting point, I have tried to run the index.php
(configured using IIS 4) without error and I get all those info regarding my
php.
index.php
=
Today's Date
However, when I try to ru
what file, the php.ini or the script im using?
From: "Anthony Saffer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Re: [PHP-WIN] Problem with $PHP_SELF and possibly some others
Date: Thu, 18 Sep 2003 15:07:13 -0700
I had the same problem.
For me, the solution was adding 'global $PHP_SELF'
php-windows Digest 18 Sep 2003 20:50:13 - Issue 1916
Topics (messages 21415 through 21441):
Re: CGI Error
21415 by: Nick H. - Network Operations
Re: ANY ONE CAN ANSWER ME!!
21416 by: toby z
21417 by: nabil
21419 by: toby z
generate img with fonts...
I had the same problem.
For me, the solution was adding 'global $PHP_SELF' at the beginning of the
file and it suddenly started working.
Anthony
- Original Message -
From: "Luís Sousa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 18, 2003 12:22 PM
Subject: RE: [P
yeah, i can also run scripts, i stopped testing when that funtion didnt work
tho so i dunno if i cant do any more funtions
From: "John Ellingsworth" <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
To: Luís Sousa <[EMAIL PROTECTED]>
Subject: RE: [PHP-WIN] Problem with $PHP_SELF and possibly som
i just recently installed apache2 on my computer and then php4.3.3, so i
could test my scripts (im learnin) and I think im missing something
configuring php, i was trying out my scripts and this message came up:
Forbidden
You don't have permission to access /Notice: Undefined
variable: PHP_self
This is a cross post spam! I have already replied to him once and told him
not to post this to a software list but I guess he just doesn't learn. This
is the e-mail that I sent him:
--
I just did a Google on them (now package2you.com) and ResellerRatings.com
(before they died) had many
Thanks,
John Ellingsworth
http://mail.med.upenn.edu/~jellings/
-Original Message-
From: Ben Wheeler [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 3:13 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Quick Question
Has anyone heard of this company? I just bought a mothe
Doesn't really have to do with php now does it.
-Original Message-
From: Ben Wheeler [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 2:11 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [PHP-WIN] Quick Question
Has anyone heard of this company? I just bought a mother
Greetings,
I am new to PHP and MySql so be gentle. I have just installed the latest
versions of PHP and MySql under Windows XP and IIS. PHP works and MySql
works as I can log into the MySql prompt and create tables and such.
However from a php script in a web page the mysql_connect time outs afte
Has anyone heard of this company? I just bought a motherboard from them for $20
dollars, seems to good to be true.
http://www.tigersurplus.com
Thanks
BJ
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Has anyone heard of this company? I just bought a motherboard from them for $20
dollars, seems to good to be true.
http://www.tigersurplus.com
Thanks
BJ
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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: Paulo
I ve been trying to use the PDF function to create/read PDF files, but i ve
many problems.
Can anyone give a clue how can i create/read PDF files with PHP?
Thanks...
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Guys,
I have moved from a foxserv(apache, php, mysql, all in one
install tool) windows test environment to a Linux apache php
mysql setup specifically mandrake linux production server.
The problem I am having is that when I try to pass values to the
database the php fails.
I think I have singled
anyone played with shmop on windows?
in particular, i'm looking to create a persistent store where I can
serialize large chunks of data (well, "large" meaning 64-128Mb) and stick it
into memory. Maybe there's even an in-memory caching class out there.
I've currently got a class for caching serial
Here's how I do it with passthru():
$cmd = "mycmd.exe Keyword(\"+$keyword[$k];|d:$origpath\")";
passthru($cmd);
Thanks,
John Ellingsworth
http://mail.med.upenn.edu/~jellings/
-Original Message-
From: Aidal [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2003 9:03 AM
To: [EMAI
On a guess, I would say quote marks. Also using a regular slash / instead of
a backslash \ works for me.
John
"Aidal" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi everyone.
>
> I have absolutely no doubt that this has been asked and answered before
> somewhere, but anyway...
Dear PHP Users,
I have just read and signed the online petition:
"Stop Verisign DNS Abuse"
hosted on the web by PetitionOnline.com, the free online petition
service, at:
http://www.PetitionOnline.com/icanndns/
I personally agree with what this petition says, and I think you might
agree, too
Hi,
Here is a script that I use to pull this and some other information
mssql_select_db("$db");
$res=mssql_query("select name,id from sysobjects where type='u' order by name");
while (list($table,$id) = mssql_fetch_row($res)) {
$res2 = mssql_query("select count(*) from $table");
On Thu, 18 Sep 2003, Herhuth, Ron wrote:
The database that you're looking at should have a table called
sysobjects. I'd get everything in that table where xtype = U (I think)
>
> I am trying to build a dynamic database map that will return a page that
> shows each Table in the database along wi
Hi everyone.
I have absolutely no doubt that this has been asked and answered before
somewhere, but anyway...
How is it that you work around the problem with spaces in the file path when
using passthru(), system() or exec() ?
I have had the problem before a while back and I can't remember how I
Yeah that was what I was expecting to hear.
We are using MySQL ofcause (remote), but the boss wanted to have our PHP
app. (remote) to speak to some old crappy Windows app. (local) which could
use Access if requested of it, and otherwise some DB that dosn't even have
ODBC-drivers.
As i saw it, only
I am trying to build a dynamic database map that will return a page that
shows each Table in the database along with the Column names and the
datatype of each column in a rather large Microsoft SQL Server database.
I know how to extract the column names for the tables, as well as the
datatypes of
ofcourse u can
:)
toby
--- Bobo Wieland <[EMAIL PROTECTED]> wrote: > Hi!
>
> I've never tried generating graphics with php before but thought
> that I might have to because of a problem with non-standard web
> fonts. Because a css with the following code...
>
> font-family: "BlissIf Cap
well any local php file wouldnt necessarily include phpmyamdin as
thats a folder
if you r encountering this problem only for myadmin files like
db_details.php or index.php
you ll have to check ur config file for myadmin
fixup the localhost address and stuff
but if u get this for all other php
Hi!
I've never tried generating graphics with php before but thought that I might have to
because of a problem with non-standard web fonts. Because a css with the following
code...
font-family: "BlissIf Caps BoldItalic", verdana, helvetica;
...would most certanly show verdana in the users brow
when I open any local php file like phpmyadmin , I have to refresh many time
to get the page displayed.. or if I used header function (after successful
login)
and I m just getting
CGI ERROR
The specified CGI application misbehaved by not returning a complete set of
HTTP Headers
nabil
"Toby z"
nabil
can you share the exact error and the code with us ?
toby
--- nabil <[EMAIL PROTECTED]> wrote: > I m going to tear my
hair off, I can not solve the problem..
>
> The specified CGI application misbehaved by not returning a
> complete set of
> HTTP headers
>
> but in php.ini i made :
This probably has nothing to do with your php.ini but rather how you have
either PHP setup in IIS or your script itself. Please ensure that you have
php configured in IIS properly and then check to make sure that your script
is ok.
Regards,
Nick H.
Network Operations Center
[EMAIL PROTECTED]
P
php-windows Digest 18 Sep 2003 08:26:38 - Issue 1915
Topics (messages 21408 through 21414):
Re: Date question?
21408 by: Harpreet
21409 by: Harpreet
21410 by: Jim Hunter
Re: Problem in Win32api.c
21411 by: DvDmanDT
21413 by: Stefan Martin
environment
I m going to tear my hair off, I can not solve the problem..
The specified CGI application misbehaved by not returning a complete set of
HTTP headers
but in php.ini i made :
cgi.rfc2616_headers = 1
cgi.force_redirect = 0
what should I do next ?
--
PHP Windows Mailing List (http://www.php.net/)
32 matches
Mail list logo