Re: [PHP] Sessions

2003-10-11 Thread Nelson Goforth
The Session documentation IS difficult to understand. I wrestled with it for some time (and still am). There's just no clear cookie_lifetime variable! All of Lowell Allen's instructions are the same that I've discovered, save that I set the 'session.gc_maxlifetime' to a large number - I was

[PHP] Date class and Span.php

2003-09-06 Thread Nelson Goforth
_ Nelson GOFORTH Lighting for Moving Pictures +1.303.322.5042 http://www.earthnet.net/~ngoforth/film -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Form Elements - user adding dynamically

2003-06-17 Thread Nelson Goforth
I'm constructing an HTML form (via PHP) in which I want the user to be able to add or delete elements as needed. For instance, in a page detailing user information, the user might have one phone or several. Rather than having a set number of slots for phone numbers I'd have one slot and have

Re: [PHP] Form Elements - user adding dynamically

2003-06-17 Thread Nelson Goforth
Thank you for the responses re adding form elements. I will explore Javascript solutions. I've been working on a pure PHP solution - to avoid problems with older browsers - but kept running into roadblocks and wasn't sure I'd get through them. In any case most browsers no support

[PHP] Returning to a Previous Page

2003-02-09 Thread Nelson Goforth
missing something here? I am running sessions in this application. Thank you for any assistance, Nelson Nelson Goforth http://www.goforthstudio.com Computer Database Programming: Perl

[PHP] Paging through MySQL results in PHP

2002-01-04 Thread Nelson Goforth
I have an application that returns a set of results from a MySQL query. Let's say I have 100 results from the query, but only want to show 25 per HTML page. The MySQL query is driven by a 'Search' page that creates an array $keywords - which can be of any size. I then loop through the

[PHP] Allowing user login, but NOT requiring?

2001-11-21 Thread Nelson Goforth
In my project I have basic HTML pages with PHP/MySQL driven content. In a subdirectory I have pages that allow users to change the content of the pages and other administrative functions. This subdirectory is protected with Apache mod_auth. What I would like to do is allow authorized users

[PHP] Hierarchic menus using Javascript and PHP?

2001-09-10 Thread Nelson Goforth
On my site I have a page that takes input into a MySQL database (though this isn't a db question). Each entry has a category and a subcategory entry, which should come from predefined lists and are therefore instituted as pull-down lists. The category list is in a PHP array which feeds a

Re: [PHP] calling javascript functions inside PHP

2001-09-10 Thread Nelson Goforth
PROTECTED] -- === Nelson Goforth Lighting for Moving Pictures phone: 01.303.322.5042 pager: 01.303.634.9733 resume: http://www.earthnet.net/~ngoforth/film -- PHP General Mailing List (http://www.php.net

Re: [PHP] Content management

2001-09-10 Thread Nelson Goforth
. -- === Nelson Goforth Lighting for Moving Pictures phone: 01.303.322.5042 pager: 01.303.634.9733 resume: http://www.earthnet.net/~ngoforth/film -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP] php.net's index.php

2001-07-29 Thread Nelson Goforth
Use the DirectoryIndex directive in your '.htaccess' file, as Ryan states. You'll find more information at: http://httpd.apache.org/ Nelson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] Opening another page in code

2001-07-25 Thread Nelson Goforth
This seems simple, but for some reason I can't find what I'm looking for in books or the archive. Might just be looking for the wrong words. I just want to open another page, sending some parameters, at a point in a script - without the user clicking on anything (I can do this in a form - I

Re: [PHP] Opening another page in code (PROPOSED FAQ)

2001-07-25 Thread Nelson Goforth
, Nelson I have seen this question alot recently. Maybe it is time for an FAQ. Maybe somebody else would like to have an attempt at wording this better: -- === Nelson Goforth Lighting for Moving Pictures phone