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=ANDquery=shoutboxcatid=2

-- 
Best regards,
 Richardmailto:[EMAIL PROTECTED]

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



[PHP] example of posting board or shoutbox

2004-01-02 Thread Austin
how do i make something where some1 enters text, a name, and email 
address, etc. and can post it onto a textarea or something, in a format of

Name
Email(mailto link)
Message here
[If admin: link here to delete post]
Ending line that seperates each post-
[ admin login at bottom ]
i know this is  allot to explain,
i am new to php,
-thank you
-Austin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


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 use PHP, you will need to cause a form post (a submit) to occur
to get the contents of your form elements to the server with the PHP code,
where your code will take the form contents and echo the form html back to
the browser with your data moved to the textarea like you want.

hope this helps,

Warren Vail

-Original Message-
From: Austin [mailto:[EMAIL PROTECTED]
Sent: Friday, January 02, 2004 5:29 PM
To: [EMAIL PROTECTED]
Subject: [PHP] example of posting board or shoutbox


how do i make something where some1 enters text, a name, and email 
address, etc. and can post it onto a textarea or something, in a format of

Name
Email(mailto link)
Message here
[If admin: link here to delete post]
Ending line that seperates each post-
[ admin login at bottom ]


i know this is  allot to explain,
i am new to php,

-thank you
-Austin

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

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



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, 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 use PHP, you will need to cause a form post (a submit) to occur
to get the contents of your form elements to the server with the PHP code,
where your code will take the form contents and echo the form html back to
the browser with your data moved to the textarea like you want.
hope this helps,

Warren Vail

-Original Message-
From: Austin [mailto:[EMAIL PROTECTED]
Sent: Friday, January 02, 2004 5:29 PM
To: [EMAIL PROTECTED]
Subject: [PHP] example of posting board or shoutbox
how do i make something where some1 enters text, a name, and email 
address, etc. and can post it onto a textarea or something, in a format of

Name
Email(mailto link)
Message here
[If admin: link here to delete post]
Ending line that seperates each post-
[ admin login at bottom ]
i know this is  allot to explain,
i am new to php,
-thank you
-Austin
 

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


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, again try google.com


Austin [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 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, 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 use PHP, you will need to cause a form post (a submit) to
occur
 to get the contents of your form elements to the server with the PHP
code,
 where your code will take the form contents and echo the form html back
to
 the browser with your data moved to the textarea like you want.
 
 hope this helps,
 
 Warren Vail
 
 -Original Message-
 From: Austin [mailto:[EMAIL PROTECTED]
 Sent: Friday, January 02, 2004 5:29 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] example of posting board or shoutbox
 
 
 how do i make something where some1 enters text, a name, and email
 address, etc. and can post it onto a textarea or something, in a format
of
 
 Name
 Email(mailto link)
 Message here
 [If admin: link here to delete post]
 Ending line that seperates each post-
 [ admin login at bottom ]
 
 
 i know this is  allot to explain,
 i am new to php,
 
 -thank you
 -Austin
 
 
 

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