[PHP] forever cookie

2002-05-12 Thread Larry Linthicum
is it possible to set a cookie that never expires? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP session / JavaScript conflict

2002-04-23 Thread Larry Linthicum
I am finding that the simple is causing pages with JavaScript menus to load with 'error on page" and the JavaScript to not work the session without the JavaScript seems fine, as does the JavaScript without the session ( I can do other things in PHP without conflict) Lastly... "refreshing" the

[PHP] Re: multidimensional array from html forms

2001-10-05 Thread Larry Linthicum
a "matched" pair? ( from "one line" of the form } or is the indexing of the array subject to variation and may NOT be in the same order as the [data] fields in the html ? What if nothing is entered into the txt field? "Larry Linthicum" <[EMAIL PROTECTED]> w

[PHP] multidimensional array from html forms

2001-10-05 Thread Larry Linthicum
Hi I just a PHP "hobbiest" trying to build a points calculating system for another hobby, please bear with me. I need to build a multidimensional array from a html form the array would look like: $needed_data = array ( array (id = $member_id, points = $position ),