From: Todd Williamsen
>PHPEdit
>
>I forget who its by... its nice, needs work, but what do you expect for
>free?
GnuEmax?
>"B.A.T. Svensson" wrote in message
>>So sprach »LaserJetter« am 2001-12-22 um 18:46:46 - :
>>> Does anybody know of or can recommend any freeware text editing tools
>I have a site that is for a football game and people play each other then
>report who is the winner and loser. Well, I want to inject some excitement
>a bit and do some stats, like Passing averages per game and rushing average
>per game.
>
>The problem is that it will need to make the total yard
Dear all
I'm using UltraDev which build a form containing a menu, there a two items
inside this menu for user to choose. This form is using Post Action to
$php_self which means it will pass back the variable to itself.
Then here is the question:
what should i do if i want to call a page prompt f
ImageMagic works fine on Window. You can download the binaries from one of the mirror
sites.
I have a web page (http://kromann.info/php4.php) where you can download php binaries
based on the latest cvs version. There you can find php_gd.dll with both GD1 and GD2.
I have not tested it but I thi
if you give system specs, it may helps us help you... what web server you
using?
"Aiquidie" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I do not understand why?
>
> it works great on Win ME bu when I work on XP I get ""Supplied argument is
> not a valid M
PHPEdit
I forget who its by... its nice, needs work, but what do you expect for
free?
"B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message
27E647E5629ED211BF78009027289C6302157DA9@mail1">news:27E647E5629ED211BF78009027289C6302157DA9@mail1...
>So sprach »LaserJetter« am 2001-12-22 um 18:46:46
don't remove the html extension!
Do this, this is from the Install.txt file
Edit your php.ini file:
You will need to change the 'extension_dir' setting to
point to your php-install-dir, or where you have placed
your 'php_*.dll' files. ex: c:\php
If you are using OmniHTTPd, do not f
Ok...
I have a site that is for a football game and people play each other then
report who is the winner and loser. Well, I want to inject some excitement
a bit and do some stats, like Passing averages per game and rushing average
per game.
The problem is that it will need to make the total yar
Err... The error log all of a sudden showed up I think this is the reason
why it doesn't want to work...
[Thu Dec 27 14:43:31 2001] [error] [client 12.230.209.171] File does not
exist: c:/program files/apache group/apache/htdocs/scripts/root.exe
[Thu Dec 27 14:43:32 2001] [error] [client 12.230.2
Sry if I'm sounding real dumb now :/
I removed the # like you said and I also removed the .html extension that I
did... But it still didn't help :( I tried going into the error log thingy
and found it empty but on the access I noticed this:
"GET /phpinfo.php HTTP/1.1" 200 33
Shouldn't it be lik
You need to use GD2. GD1 dithers down to 8-bit colour. There should be a
GD.DLL based on GD2 floating around out there somewhere.
-Rasmus
On Thu, 27 Dec 2001, Damiano Ferrari wrote:
> I wrote a script that will create a thumbnail page for all the pictures in a
> given directory. The thumbnai
I wrote a script that will create a thumbnail page for all the pictures in a
given directory. The thumbnails are created with the GD libraries and while
it all works, the result is.. well, very low quality, the .jpg images
actually look like .gif. Is there any way I can use Image Magick on Windows
Yes, this is working. Thanks!!
Mihai
On Thu, 27 Dec 2001, Jim Lucas [php] wrote:
> it still does that even though you are saying $GLOBALS[HTTP_REFERER] ??
>
> - Original Message -
> From: "Mihail Bota" <[EMAIL PROTECTED]>
> To: "Jim Lucas [php]" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTEC
php-windows Digest 27 Dec 2001 20:00:35 - Issue 922
Topics (messages 11143 through 11154):
Re: Problem...
11143 by: Craig Morrison
11144 by: Zack Saadi
Re: Real dumb newbie question...
11145 by: LaserJetter
String performance tuning?
11146 by: Peter Illes
it still does that even though you are saying $GLOBALS[HTTP_REFERER] ??
- Original Message -
From: "Mihail Bota" <[EMAIL PROTECTED]>
To: "Jim Lucas [php]" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, December 27, 2001 11:26 AM
Subject: Re: [PHP-WIN] HTTP Referer
> Yes, I
Yes, I think those are on, because when I use the phpinfo, the
HTTP_REFERER givces the URL of the previous link... even though I passed
through the form.
Anyway, now I am scrambling to adjust all forms in such a way that the
scripts will run only when I am moving forward, and not backward...
Than
you might want to see if track_vars is on? I know that I don't have
problems with those _VARS when I use a form. Are you sure the they are in
the right scope?
Jim Lucas
- Original Message -
From: "Mihail Bota" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 27, 2001
I have three files:
adodb.inc.php - a database abstract class
soldier_db.inc.php - a specific include for the databases I am working
with
index.php - a page that displays lots of different things...
soldier_db.inc.php has the include line for adodb.inc.php and establishes a
connection to a
It is usually wise to search through old posts before posting a question
that's been answered before all over again. Here is a previous answer given
by myself to someone who asked the same question as you:
The easiest way is to use cookies.
=CODE
http://$SERVER/index2.php";);
From: Jack
>Dear all
>I want to provide a login page to the user when they want to visit my
>website, i got no idea what should i used.
[Specification cut away]
>Could someone pls give me a idea how i should make this system work??
I duno if you are a programmer or not. But if you are:
Check
Hello,
I am trying to use the HTTP_Referer (or any of its variants: SERVER_VARS,
ENV_VARS) to keep track of the URL of pages that are passed through forms.
Any of these variables do not work, as it is clearly stated in the
documentation, when one uses forms. Is there any way to see the URL, even
Hi,
I wonder if there is any performance tuning newsgroup/faq/whatever related
to PHP. I searchead to no avail...
Anyway, my current mind boggler is: we are accumulating a large (~400k) XML
response in a string before sending it out by adding little pieces a time
(like 10-20 chars). Now this res
Lines that start with a # have been commented out so the Apache will just
ignore these.
The lines which start with AddType need to be added but so you can just
delete the # from the start of the lines below ehere it says "For PHP 4.x".
Any of the extensions in the list at the end of the line will
Thats exactly what I did and thats exactly what I got (error.txt).
http://www.sumservices.com/phpinfo.php
"Alain Samoun" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Zack:
> I'm not too sure that you understood what we need to help you:
> Let say that you
It looks like Zack has a module loaded that hasn't been compiled to work with
PHP 4.1.0..
There was a structure change made between 4.0.6 and 4.1.0 that will make
extension modules incompatible between the two versions..
> >
> > Warning: Unknown persistent list entry type in module shutdown (11
25 matches
Mail list logo