Jump to content

Newbie Help


fife

Recommended Posts

Hi.  I am completely new to writing javascript but I write a lot of php.  I just have a question about where I can learn something.  I have a post comment form......

 

<form action="" method="post" name="post-chat" id="post-chat">

            <input name="my-chat-field" type="text" size="50" maxlength="500">

<input name="id" type="hidden" value="mem-ID">

                <input name="submit-my-chat" type="submit" value="Submit">

            </form>

 

I want to be able to submit this form and the post appear straight away in the page.  Because I am so new to this I have no idea what to search for and have spent the last 3 hours hunting around with no results.  Can somebody please point my in the right direction or tell me the individual pieces I need to learn to do this?

 

Thank you

Link to comment
https://forums.phpfreaks.com/topic/237533-newbie-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.