Re: [PHP-WIN] Photo gallery with description

2004-05-11 Thread Jim Hunter
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

Re: [PHP-WIN] I need to display records of a Database on html,

2004-03-24 Thread Jim Hunter
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($

Re: [PHP-WIN] Re: Major apache start error!!

2004-03-23 Thread Jim Hunter
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.

Re: [PHP-WIN] Quick Question

2003-09-18 Thread Jim Hunter
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

Re: [PHP-WIN] Date question?

2003-09-17 Thread Jim Hunter
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

Re: [PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Jim Hunter
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

Re: [PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Jim Hunter
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

[PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Jim Hunter
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

Re: [PHP-WIN] Re: parse error, unexpected $end

2003-01-24 Thread Jim Hunter
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-

Re: [PHP-WIN] [newbie] What does this mean?

2003-01-07 Thread Jim Hunter
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

Re: [PHP-WIN] 404 documents

2002-10-29 Thread Jim Hunter
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

Re: [PHP-WIN] slow form / server problem

2002-10-10 Thread Jim Hunter
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)

Re: [PHP-WIN] Windows Include

2002-09-26 Thread Jim Hunter
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---

Re: [PHP-WIN] @include ...

2002-09-24 Thread Jim Hunter
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

Re: [PHP-WIN] resolution?

2002-08-20 Thread Jim Hunter
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,

Re: [PHP-WIN] Redirect

2002-08-19 Thread Jim Hunter
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

Re: [PHP-WIN] Form Posting from script

2002-08-13 Thread Jim Hunter
--- 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

Re: [PHP-WIN] Form Posting from script

2002-08-13 Thread Jim Hunter
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

Re: [PHP-WIN] PDF Files...

2002-08-12 Thread Jim Hunter
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

Re: [PHP-WIN] Newbie needs help.

2002-08-11 Thread Jim Hunter
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

[PHP-WIN] PHP Editors

2002-08-09 Thread Jim Hunter
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