I am using CopperMine on a couple of my sites and it works great. I am
using it as a PHPNuke module and my users love it.
http://coppermine.sourceforge.net/
Jim
---Original Message---
From: [EMAIL PROTECTED]
Date: Tuesday, May 11, 2004 15:43:19
To: [EMAIL PROTECTED]
Subject: [PHP-WI
example of 'all' the code it takes to display the grid:
mysql_connect('localhost', 'xxx', '');
@mysql_select_db("scanner") or die ("Unable to select database");
$sqlstr="select * from golf";
$bd = new baaGrid($
er correctly, I used the
install from the PHP Magazine CD to install everything fresh on the new
computer. If you do not subscribe to this magazine I highly recommend it.
You will find that, IMHO, everything seems to run much faster and cleaner on
Apache 2.0 then it did on 1.3.x.
Just my opinion.
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
Check out the PHP manual on date formatting:
http://us2.php.net/date
Jim
---Original Message---
From: Harpreet
Date: Wednesday, September 17, 2003 02:36:49 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Date question?
I have a field in my sql server called expiration which is of t
What you won't get here is the information entered into the form unless you
use Javascript to move the data to the other part of the page. Now if the
data was only there to determine which table to show then you could use this
or a similar, technique. I think a simpler method would be to learn a
ed in an object.
(insert the appropriate Netscape joke here).
Jim
---Original Message---
From: Stuart Felenstein
Date: Wednesday, June 25, 2003 01:33:15 PM
To: Jim Hunter; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] OT[slightly] Tables and layers
I understand what you are saying. PHP do
type of thing.
Jim Hunter
---Original Message---
From: Stuart Felenstein
Date: Wednesday, June 25, 2003 11:14:11 AM
To: PHP List
Subject: [PHP-WIN] OT[slightly] Tables and layers
I'm sure this is possible but not sure where to look to learn. Still really
at the starting stages o
spot these sort of errors IE:
if (blah == blah)
{
var $somevar;
var $anothervar;
if ($somevar == $anothervar)
{
echo "it worked";
};
}
It's much easier to see if you have matched up your brackets this way.
Jim Hunter
---Original Message-
Try:
and you should have much better success. phpinfo is a function so you must
include the parens for it to work properly.
Jim
---Original Message---
From: paradiddles
Date: Tuesday, January 07, 2003 10:59:05 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] [newbie] What d
Use:
$HTTP_HOST
it will give you the typed in URL.
Jim Hunter
---Original Message---
From: DaMouse
Date: Tuesday, October 29, 2002 02:16:53 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] 404 documents
I there a way to have the .php page pickup the url that was
My first suggestion is to shut down the server then start it back up to see
if the problem goes away. If it did, then some piece of software you are
running has a memory leak or is consuming memory without releasing it back
to the OS and it is choking your throughput (I get this from time to time)
Include files can be any type of text file. If you have PHP commands in the
include file then you need to put the appropriate PHP tags in it. So your
include would look like this:
Then the $DB will get processed as a variable, not a text string.
Jim
---Original Message---
The '@' character suppresses error messages that might occur.
Jim
---Original Message---
From: Wolfgang Schneider
Date: Tuesday, September 24, 2002 02:04:06 PM
To: php-windows
Subject: [PHP-WIN] @include ...
Hello,
I have a question about a syntax I had not noticed un
round it so that my
icons are not on the image. Give the user the choice. If you ONLY allowed me
to download the file that would fill my screen I would not be a happy camper
Freedom of choice is a good thing.
Jim Hunter
---Original Message---
From: Afan Pasalic
Date: Tuesday,
If you don't want to include all of your code on one page (which is what I
would suggest that way they can not bookmark the start page and bypass your
password check), then you could create a Javascript on the page and use it
to redirect the browser. Here is a quick example:
if ($password=='cor
---
From: GeneralX
Date: Tuesday, August 13, 2002 14:20:16
To: Jim Hunter; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Form Posting from script
Once a user has submitted all info, my action page confirms the inputs then
sends out confirmation email and to the CGI requiring the info for
processing
You have answered your own question. It doesn't get any simpler than a
submit from Javascript. Now the question you need to think about is when do
you want the post to occur? Are you going to have then press a link? After
the page loads? After the last piece of data is entered? When you know where
form to get
data from to create a PDF. Check out Larry Ullmans book, Advanced PHP for
the WWW (ISBN: 0-201-77597-2). It has an entire chapter devoted to creating
and manipulating PDFs.
Jim Hunter
Diamond Computing
---Original Message---
From: Brian McGarvie
Date: Monday, Augu
Another good tool for administering MySQL databases is phpMyAdmin. It is a
browser based admin tool and you can get it from www.phpMyAdmin.org . I have
been using it for about a year and I really like it.
Jim Hunter
Diamond Computing
---Original Message---
From: Steve Jackson
Windows 2000
but might move development over to Linux in the future.
Thanks,
Jim Hunter
Diamond Computing
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
21 matches
Mail list logo