Re: dynamic forms

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



If you have their ID when you generate the HTML FORM, there is no need for anything as exotic as Ajax...

//get their $ID
//query the DB using $ID to get $whatever
echo "<TEXTAREA>", htmlentities($whatever), "</TEXTAREA>";

If you don't know their ID until the interact with other form elements, then, yeah, go with Ajax...

But it would be pretty odd authentication mechanism that a front-end form would "know" my ID correctly and safely with no server-side interaction!


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux