My requirement asks me not to use javascript at all and submit the form with change in the drop box via php.
please tell me how is it possible
How To Auto Submit In Php Without Using Javascript?
- No trackbacks yet.
My requirement asks me not to use javascript at all and submit the form with change in the drop box via php.
please tell me how is it possible
Auto, Javascript, Submit, Using, Without
This entry was posted on Saturday, July 4th, 2009 and is filed under Javascript Questions. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^
Powered by Yahoo! Answers
#1 by shrimpwa at July 4th, 2009
No, I won’t give you advice on spamming a website.
#2 by Lunatic Videos at July 4th, 2009
You really need to learn how to form a sensible question.
I’d say is that if you are making anything just moderately advanced on a website it is a really bad idea to avoid javascript.
Anyway, I’m not 100% shure what you are trying to ask, but it sounds to me like you are trying to prefill a form, possibly with the content that have already been entered. You can do this by writing the form using PHP and fill in the value fields with variables:
< ?php
echo "
”
?>