Re: [PHP] example of posting board or shoutbox

2004-01-03 Thread Richard Davey
Hello Austin, Saturday, January 3, 2004, 1:29:14 AM, you wrote: A> how do i make something where some1 enters text, a name, and email A> address, etc. and can post it onto a textarea or something, in a format of http://www.hotscripts.com/cgi-bin/search.cgi?bool=AND&query=shoutbox&catid=2 -- B

Re: [PHP] example of posting board or shoutbox

2004-01-02 Thread Aidan Lister
Austin, We're not here to write scripts for you, I suggest you start by reading the manual at php.net. After you have a basic idea of how to use PHP, try looking at a couple of examples online. Use google, and search for "Database driven websites". Another option is to use a pre-made shoutbox, ag

Re: [PHP] example of posting board or shoutbox

2004-01-02 Thread Austin
ya, i want to do it in php with a submit, altho i dont know how =\. can u send me examples of what the code would look like and explain it, Thank you! Vail, Warren wrote: Not sure I fully understand your problem, but if you are trying to simply move information from one area of a form to another,

RE: [PHP] example of posting board or shoutbox

2004-01-02 Thread Vail, Warren
Not sure I fully understand your problem, but if you are trying to simply move information from one area of a form to another, without doing a form post, then you might consider a javascript solution. This will happen almost instantaneously, since it all occurs on the browser machine. In order to