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

[PHP] Date class and Span.php

2003-09-06 Thread Nelson Goforth
rience with this module who can help me? Thank you, Nelson _____ Nelson GOFORTH Lighting for Moving Pictures +1.303.322.5042 http://www.earthnet.net/~ngoforth/film -- P

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 Javascript!

[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 a

[PHP] Returning to a Previous Page

2003-02-09 Thread Nelson Goforth
an concatenate HOST and URI variables to get what I want, but am I missing something here? I am running sessions in this application. Thank you for any assistance, Nelson ==== Nelson Goforth htt

[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 $ke

[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 to

Re: [PHP] Content management

2001-09-10 Thread Nelson Goforth
: does anyone have some links or examples of this kind of >> system from >> a layout perspective, even functionality. I want to deliver >>something they can > > really use. -- === Nelson Goforth

Re: [PHP] calling javascript functions inside PHP

2001-09-10 Thread Nelson Goforth
Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] -- === Nelson Goforth

[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 SELE

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 conta

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

2001-07-25 Thread Nelson Goforth
ot to figure out how to circumvent that. Thanks again, 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: > -- ======

[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