RE: [PHP-DB] Processing web forms

2006-04-16 Thread ron.php
Thanks Bastien. It works now. Amazing. I am understanding the $_POST[] command. Thanks for your help. Ron -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Processing web forms

2006-04-16 Thread Bastien Koert
; To: [EMAIL PROTECTED] CC: php-db@lists.php.net Subject: RE: [PHP-DB] Processing web forms Date: Sun, 16 Apr 2006 10:02:09 -0400 Good morning Bastien This doesn't help. I am having no problems creating the form of what the current permissions are based on the permission access table. I am

RE: [PHP-DB] Processing web forms

2006-04-16 Thread ron.php
Good morning Bastien This doesn't help. I am having no problems creating the form of what the current permissions are based on the permission access table. I am not sure what to do with the form once it has been submitted. I am able to create the table which shows each permission function

RE: [PHP-DB] Processing web forms

2006-04-16 Thread Bastien Koert
the permission to be able to relate the permissions back to the function name Does this help? Bastien From: "ron.php" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: php-db@lists.php.net Subject: [PHP-DB] Processing web forms Date: Sun, 16 Apr 2006 07:29:51 -0400 I am not s

[PHP-DB] Processing web forms

2006-04-16 Thread ron.php
I am not sure how to apply the array ('priv1', 'priv2', 'priv3' ...); to what I am programming because the number of web functions will be increasing --- it isn't a set number. I have never worked with arrays before. Is there another way to define the array? I am storing information about