Thread: text box
View Single Post
Old 12-07-2012, 11:11 AM   PM User | #4
Redcoder
Regular Coder

 
Redcoder's Avatar
 
Join Date: May 2012
Location: /dev/couch
Posts: 309
Thanks: 2
Thanked 46 Times in 45 Posts
Redcoder has a little shameless behaviour in the past
You put Javascript code in HTML code. Then set an event trigger that will cause a message box(or prompt) to appear. Then set your PHP code to process the textbox/messagebox/prompt using $_POST.

I don't know whether you know any Javascript as you have not stated but check out documentation on Javascript here:

http://www.w3schools.com/js/default.asp

PHP $_POST:

http://www.w3schools.com/php/php_post.asp

http://php.net/manual/en/reserved.variables.post.php

You have not stated what exactly you know or don't know.
__________________
For professional Hosting and Web design.....


NetEssentials.co.uk
Redcoder is offline   Reply With Quote
Users who have thanked Redcoder for this post:
gayathri (12-10-2012)