Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
html-form
- Page 1
Re: Justice Department Offers Grants Against Internet Predators
Digital Media
Digital Marketing
5 Days Ago
by JackRyan248
…, identified nearly 1,439 children who were victims of some
form
of abuse or neglect, and arrested 5,450 individuals. Of…
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Dani
… variables in htmlspecialchars() to make sure there is not any
HTML
or Javascript embedded in the strings that could potentially be…
Re: send checkbox to email using phpmailer
Programming
Web Development
2 Months Ago
by Dani
…;/strong>` and completely screw up your
HTML
, or, worse yet, inject Javascript into your
HTML
. <p><b>… would be a PHP page that processes the
form
. What is the
form
trying to accomplish? Currently, we have these two POST… on the page. For what purpose? Is there a different
form
that is used to pass in the values of oneway…
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
html form
Programming
Web Development
14 Years Ago
by edmundoswald
how to create an
html
form
with emp_password,emp_address,emp_fname,emp_lname?
HTML form with JQuery effect does not post to MySQL
Programming
Web Development
14 Years Ago
by dennishall
… `software` (`software`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;[/CODE]
HTML
form
= animated_form.
html
[CODE]<!DOCTYPE
html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional… how it is blocking the MySQL output of the
form
in my animated_form.
html
Any help would be greatly appreciated. Best Regards…
HTML form won't UPDATE my database
Programming
Web Development
13 Years Ago
by jdgieschen
…the user's information when they save the
html
form
. I'm guessing there's like a …up like a Christmas tree!!! </body> </
html
> <?php exit(); } include_once "db.…gt; </div> </fieldset> </
form
> <div style="position:absolute; left:150px…
HTML Form Not Working
Digital Media
UI / UX Design
11 Years Ago
by kbhat.97
Hello, I would require some help with this
html
form
which doesnt send information to the php file …which is linked to it
HTML
<!DOCTYPE
html
> <
html
> <head> <meta…</head> <body> <!-- multistep
form
--> <
form
id="msform" action="process.php"…
HTML form with radio button not submitting
Programming
Web Development
14 Years Ago
by rajesh1158
…code doesn't work. I've a
html
form
with radio buttons and a hidden field. …row[5]; $rtanswer=$row[6]; print('<
html
>'); print('<head><title>…;/p>'); print('</
form
>'); print('</body>'); print('</
html
>'); } else { …
html form not posting data to php
Programming
Web Development
13 Years Ago
by RageAndSin
…at other posts but have had no luck. My
html
form
: <
form
id="form1" name="form1" method…value="Submit" /> </p> </
form
> My php page: <?php echo '<a href…="form1.
html
">sign my guest book</a>'; $…
value from 'HTML' form to 'PHP' file is not going to php file
Programming
Web Development
10 Years Ago
by subbu_1
'
HTML
'
form
<
form
action="result.php" method="POST…;searchbutton" title="Search" /> </
form
> result php file <?php @session_start(); include '… that entered in search field is not going from '
HTML
'
form
to 'PHP' file to perform required operations please anyone…
html form to php mysql db insert for image
Programming
Web Development
16 Years Ago
by dwatycha
… get an image along with other post data from an
html
form
to save into a mysql db. other data saves fine…, no luck at all with image. php and
form
code below. HELP. Thanks in advance. [code]<?php include… align="center" class="style4">Blog
Form
</p> </td> </tr> <…
html form not passing it's _POST data to php
Programming
Web Development
14 Years Ago
by mybluehair
…admins on my site to submit new videos. the
form
page has several text boxes (for info like name …all comming up empty. Take a look: [B]
HTML
form
:[/B] [CODE]<
form
name="vid_form" method="post"… enctype="multipart/
form
-data" action="http://www.mysite.com/videos/vid_manager…
HTML Form won't work
Programming
Web Development
10 Years Ago
by tibor.marias
Dear Readers, I have a simple
HTML
form
pointing to a PHP (<
form
action="xy.php" method="post">), and if I type http:// into an input of the
form
, it won't run. If I type anything else the
form
runs. How can I solve this? Maybe somewhere it is interfering with another http:// URL or sth? Thanks in advance, Tibor
html form w/ drpdown selector that sends file to any db and table choosen.
Programming
Web Development
11 Years Ago
by markii.borabon
… PHP and and I want to know how to create
html
form
that sends file(images) to phpmyadmin(database) consider that you… it.. please help.. here must be the sql flow.. from
html
form
... <select> <option value="DB1">…
HTML Form not working with IE when lots of select/option boxes included.
Hardware and Software
Microsoft Windows
21 Years Ago
by Wampuscat
I have an
HTML
form
that works sometimes and not other times. Here are the …
HTML Form not working with IE when lots of select/option boxes included.
Digital Media
UI / UX Design
21 Years Ago
by Wampuscat
… place. Can anyone help me solve this? I have an
HTML
form
that works sometimes and not other times. Here are the…
Re: html form
Programming
Web Development
14 Years Ago
by 2hamed
… is the right section to ask
HTML
questions. anyway here is the code: [CODE] <
form
method="post" action="…" /> <input type="submit" /> </
form
> [/CODE]
Re: HTML form not being validated by Javascript function
Programming
Web Development
15 Years Ago
by HenryGR
…/javascript">[/code][code=javascript] function validate(
form
){ if (
form
.radChoice.value == "S"){ alert("…quot; /> </
form
> <h3><a href="adminMenu.
html
">Back to …the JS function never occurs. You have coded the
html
form
sentence with: onsubmit="return validate(this);"…
Re: HTML form not being validated by Javascript function
Programming
Web Development
15 Years Ago
by Airshow
…the JS function never occurs. You have coded the
html
form
sentence with: onsubmit="return validate(this);"…better to attach event handlers in javascript rather than
HTML
). The way to read [ICODE]onsubmit="… [ICODE]validate[/ICODE] passing [ICODE]this[/ICODE] (the
form
object) as an argument, then return whatever validate returns. …
Re: HTML form action="env.cgi" question
Digital Media
UI / UX Design
18 Years Ago
by tgreer
…'ll answer the parts I can: the
HTML
form
submits the contents of the
form
to whatever page is specified in the &…quot;action" property of the "
form
" tag. Your Perl script is supposed to then run…, outputting a new
HTML
page containing the contents of the variables just posted. I…
Re: HTML Form post to PHP?
Programming
Web Development
19 Years Ago
by aarya
…=martinkorner]Hi, In the
HTML
forum I asked how I could get the results from a
form
which I will put on…will give example with simple code this is the
html
form
[QUOTE]<
form
action="database.php" method="POST&…="submit" name="submit"> </
form
>[/QUOTE] now in this code all this information go…
Re: HTML Form and PHP
Programming
Web Development
11 Years Ago
by cigoL..:)
…you need a
HTML
form
to this here you can input Amount and the Number of Customer yourhtmlfile.
html
`<htm&…gt;<
form
method= "yourphpfile.php">…quot; name ="numberofcust"> </
form
></
html
>` then you create a PHP file that …
Help needed with HTML form and Python
Programming
Software Development
14 Years Ago
by jop-pop
…to do a project where the data from a
HTML
form
is sent to Python, and then repackaged and sent…><body> """ # print
HTML
body using
form
data print "<p>Name:"…
html
>"[/CODE] Finally, the [URL="http://cmpt165.csil.sfu.ca/~ksmejkal/assignment3/orderform.
html
"]link[/URL] to the
html
form
…
Re: Servlet/HTML form help
Programming
Web Development
14 Years Ago
by rakhi4110
…that, I right-clicked the chapter39 package and created a
HTML
form
and a java servlet. 4) After creating both, …I right clicked the
HTML
form
and clicked "VIEW" and it opened up … I must put for the "ACTION = " in the
html
form
. I have tried ..... action = "getStudentInfo" action = …
Re: Help needed with HTML form and Python
Programming
Software Development
14 Years Ago
by Beat_Slayer
… field with the same name, the object retrieved by
form
[key] is not a FieldStorage or MiniFieldStorage instance but …of strings. If you expect this possibility (when your
HTML
form
contains multiple fields with the same name), use the getlist…QUOTE] [URL="http://docs.python.org/library/cgi.
html
"]Source[/URL] I guess you have more than one…
Servlet/HTML form help
Programming
Web Development
14 Years Ago
by Vanquish39
…that, I right-clicked the chapter39 package and created a
HTML
form
and a java servlet. 4) After creating both, …I right clicked the
HTML
form
and clicked "VIEW" and it opened up … I must put for the "ACTION = " in the
html
form
. I have tried ..... action = "getStudentInfo" action = …
$PHP_SELF within html form question
Programming
Web Development
16 Years Ago
by sleign
… me in the right direction? [ICODE] <
html
> <
form
method="post" action="processRegistration.php"…value="Submit Registration/> //closing stuff </
form
></
html
> etc [/ICODE] I know most of that…php and mysql, this just happens to be an
html
form
(because I try to seperate one language from another)…
How to Insert/Edit data from TAG SELECT HTML Form to MySQL Database?
Programming
Web Development
15 Years Ago
by adindra
…script>"; } ?> [/code] in [B]universitas[/B]
html
form
,the
html
tag is [B]select[/B] to show dropdown list in… [B]jurusan[/B]
html
form
,the
html
tag is[B]radio[/B] the question is : [B…]"How to insert data to MySQL Database,from
HTML
Form
with tag SELECT at Universitas field and tag type RADIO…
Re: How to Insert/Edit data from TAG SELECT HTML Form to MySQL Database?
Programming
Web Development
15 Years Ago
by adindra
…edited my [B]index.
html
[/B] become [B]index.php[/B], because i add php script in my
HTML
form
in [B]Universitas… field
form
[/B] and [B]Jurusan field
form
[/B] here's the script…you see that there are php script in Universitas
form
and Jurusan
form
, because i want to output the universitas table and…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC