Re: [PHP-DB] Generating forms and form elements

2006-08-13 Thread Gerry D
Mark, I am just catching up on mail, so you may have solved this already. I came across AIOCP the other day ( http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=aiocp ) and they store php code snippets in the database. You need to run the install and have it create the database so you can

Re: [PHP-DB] Generating forms and form elements

2006-06-20 Thread Micah Stevens
Stut wrote: Micah Stevens wrote: Stut wrote: Bastien Koert wrote: Not commenting on the appropriateness or security of the eval function. Merely offering a possible path. It is up to the OP to decide if that solution is the correct one. I would accept that if you'd mentioned, or at least hi

Re: [PHP-DB] Generating forms and form elements

2006-06-20 Thread Stut
Micah Stevens wrote: Stut wrote: Bastien Koert wrote: Not commenting on the appropriateness or security of the eval function. Merely offering a possible path. It is up to the OP to decide if that solution is the correct one. I would accept that if you'd mentioned, or at least hinted at the

Re: [PHP-DB] Generating forms and form elements

2006-06-20 Thread Micah Stevens
:00 To: Mark Fellowes [EMAIL PROTECTED] Subject: [PHP-DB] Generating forms and form elements Hi Mark, That's pretty vague, there's probably 1000 ways to do this. Are you just intending to store the HTML in a text field, or generate the form fields based on data so that the user can

Re: [PHP-DB] Generating forms and form elements

2006-06-20 Thread Stut
Bastien Koert wrote: Not commenting on the appropriateness or security of the eval function. Merely offering a possible path. It is up to the OP to decide if that solution is the correct one. I would accept that if you'd mentioned, or at least hinted at the issues that need to be addressed wh

Re: [PHP-DB] Generating forms and form elements

2006-06-20 Thread Bastien Koert
ists.php.net Subject: Re: [PHP-DB] Generating forms and form elements Date: Tue, 20 Jun 2006 22:09:06 +0100 Bastien Koert wrote: whoops eval ($code); Someone relatively famous[1] once said "If eval is the answer then you're asking the wrong question." The eval function is dan

Re: [PHP-DB] Generating forms and form elements

2006-06-20 Thread Stut
stien Koert" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], php-db@lists.php.net Subject: RE: [PHP-DB] Generating forms and form elements Date: Tue, 20 Jun 2006 16:44:22 -0400 eval$code); bastien From: Mark Fellowes <[EMAIL PROTECTED]> Reply-To: Mark Fellowes <[EMAIL PROTECTED]> T

RE: [PHP-DB] Generating forms and form elements

2006-06-20 Thread Bastien Koert
whoops eval ($code); Bastien From: "Bastien Koert" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], php-db@lists.php.net Subject: RE: [PHP-DB] Generating forms and form elements Date: Tue, 20 Jun 2006 16:44:22 -0400 eval$code); bastien From: Mark Fellowes <[EMAIL PROTECT

RE: [PHP-DB] Generating forms and form elements

2006-06-20 Thread Bastien Koert
eval$code); bastien From: Mark Fellowes <[EMAIL PROTECTED]> Reply-To: Mark Fellowes <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] Generating forms and form elements Date: Tue, 20 Jun 2006 15:37:10 GMT Hi, Hitting up the list for maybe a decent link(s) or poin

Re: [PHP-DB] Generating forms and form elements

2006-06-20 Thread Mark Fellowes
inal Message- From: [EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 4:01 PM -07:00 To: Mark Fellowes [EMAIL PROTECTED] Subject: [PHP-DB] Generating forms and form elements Hi Mark, That's pretty vague, there's probably 1000 ways to do this. Are you just intending to store the HTML in a

Re: [PHP-DB] Generating forms and form elements

2006-06-20 Thread dpgirago
>> Mark Fellows previously described: >>> Hi, Hitting up the list for maybe a decent link(s) or pointers. >>> I need to figure out how to generate forms and form elements from >>> php code inside database tables. Hope this makes sense. It's not >>> a complete picture of what I need to do but the

Re: [PHP-DB] Generating forms and form elements

2006-06-20 Thread Mark Fellowes
: [PHP-DB] Generating forms and form elements Mark Fellows previously described: > Hi, Hitting up the list for maybe a decent link(s) or pointers. > I need to figure out how to generate forms and form elements from > php code inside database tables. Hope this makes sense. It's no

Re: [PHP-DB] Generating forms and form elements

2006-06-20 Thread dpgirago
Mark Fellows previously described: > Hi, Hitting up the list for maybe a decent link(s) or pointers. > I need to figure out how to generate forms and form elements from > php code inside database tables. Hope this makes sense. It's not > a complete picture of what I need to do but the first step

[PHP-DB] Generating forms and form elements

2006-06-20 Thread Mark Fellowes
Hi, Hitting up the list for maybe a decent link(s) or pointers. I need to figure out how to generate forms and form elements from php code inside database tables. Hope this makes sense. It's not a complete picture of what I need to do but the first step I'll need to take. TIA Mark