Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
submit
- Page 1
500 Internal Server Error: Need to Hire Developers in USA
Programming
4 Weeks Ago
by YashSmith
… backend is in Node.js with Express.js. app.post('/
submit
', async (req, res) => { let data = await processData(); // Possible async…
send checkbox to email using phpmailer
Programming
Web Development
2 Months Ago
by ianhaneybs
…;button class="default-btn" type="
submit
" name="
submit
">Get My Quote</button> <…
Re: Mention The Popular Blockchain Platforms
Programming
Software Development
2 Months Ago
by Salem
Guidance? Maybe you should read your topic and post before pressing
submit
. That would be a starting point.
Re: Why my created link is not updating as a backlinks?
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by MasoodDidThat
… link. One way to make index faster is when you
submit
the article, do the internal linking in the blog, this…
Re: Linking Sitemap to all the Webpages
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by adilhassan
You don’t need to link your sitemap to every webpage. It’s enough to
submit
your sitemap to Google Search Console and place a link to it in your robots.txt file. This helps search engines discover and crawl your pages efficiently without needing direct links on your website.
Re: Why my created link is not updating as a backlinks?
Digital Media
Digital Marketing
Search Engine Strategies
1 Month Ago
by shoolin
… links are tagged as dofollow. A smart move is to
submit
your backlink URLs through Google Search Console or take advantage…
Re: send checkbox to email using phpmailer
Programming
Web Development
2 Months Ago
by Dani
I would begin by making sure that you sanitize input passed in via $_POST. This ensures that someone doesn't pass in something like `$POST['oneway'] = '</p>Foo!<strong>Blah</strong>` and completely screw up your HTML, or, worse yet, inject Javascript into your HTML. <p><b>One Way:</b> ' . …
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
1 Month 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.
Submit comments on blog is good for SEO
Digital Media
Digital Marketing
Search Engine Strategies
15 Years Ago
by tadisaus2
Submit
comments on blog is good for SEO I heard many …
Submit
Programming
Web Development
16 Years Ago
by ishlux
Hi all, I have two buttons,
submit
and back......after clicking the
submit
it will go to the action part, but i have another button back , if i click on the
submit
it has to go to previous page so how to do. as i think we can only one action for button, here i have two what to do how to proceed. help me out..............
Re: Submit
Programming
Web Development
16 Years Ago
by Shanti C
…: means: [code] <input name="submitbouttn" type="
submit
"> <input name="backbutton" type="…;
submit
"> [/code] then you can use the buttons in …
Re: Submit
Programming
Web Development
16 Years Ago
by jsrpatna
… javascript function validatecr is called to validate the form when
submit
button is pressed. The validatecr function must return a value… to the browser. In this case the browser will not
submit
the form. If everything is fine then the validatecr function…
Re: Submit
Programming
Web Development
16 Years Ago
by nikesh.yadav
else u can use first another form name as form2 and use the code [code] <form action="lastpage.php" ><!--- Your values or code ---></form> onclick ="form2.
submit
();" [/code]
Submit help
Digital Media
UI / UX Design
17 Years Ago
by HLA91
Hi I am looking for a code for a form so when the person has filled in the fields and they hit
submit
it saves the informaion to a text file on the server. I saw it once before but I can't seem to find it again can anyone help? Many thanks HLA91
Submit
Digital Media
UI / UX Design
17 Years Ago
by sillsi
Hi all i want to start a website and i want a form on it so people can sign up like a comunity but i cant link my
submit
buttons to my email address and i dont know how to make the whole account thing like the one i got when i registared to this site. can anyone help ?:$
Re: Submit
Digital Media
UI / UX Design
17 Years Ago
by hussulinux
First off all, Do you have any knowledge of HTML. U will need to create a form which would contain some textboxes and a
submit
button. Try making this first and get back to us.
Re: Submit comments on blog is good for SEO
Digital Media
Digital Marketing
Search Engine Strategies
15 Years Ago
by Allison2009
[QUOTE=tadisaus2;1069313]
Submit
comments on blog is good for SEO I heard many …
Submit Problem
Programming
Web Development
15 Years Ago
by kira4
…lt;/font>" .mysql_error()); $
submit
= $_POST["
submit
"]; if($
submit
=="Search") { if(isset($_POST…p align='center'><input type='
submit
' name='
submit
' value='Delete'>  …nbsp;"; echo "<input type ='
submit
' name='
submit
' value='Back'></p>"; …
Re: Submit Problem
Programming
Web Development
15 Years Ago
by shishtawitch
… .mysql_error()); if(isset($_POST["
submit
"])){ $
submit
= $_POST["
submit
"]; if($
submit
=="Search") { if(isset…p align='center'><input type='
submit
' name='
submit
' value='Delete'> &…nbsp;"; echo "<input type ='
submit
' name='
submit
' value='Back'></p>";…
Submit and Value ...
Programming
Web Development
15 Years Ago
by egturnkey
…> [/CODE] and its php code [CODE] if(isset($
submit
) && $
submit
== 'xx') { $q1 = "insert into table set…where i write in PHP CODE [CODE]if(isset($
submit
) && $
submit
== '{$a[957][$lang]}')[/CODE] and in HTML… CODE [CODE]<input type=
submit
name=
submit
value="<? echo $a[1][$lang]; ?&…
Re: Submit Problem
Programming
Web Development
15 Years Ago
by kira4
the error no come out already. But it does not call out the database, after
submit
just appear the background only.
Re: submit button doesnt run php code
Programming
Web Development
12 Years Ago
by hwoarang69
…i change it to this <?php ... $
submit
= $_POST["
submit
"]; if($
submit
) { ... } it gave me a error. …line 10 is: $
submit
= $_POST['
submit
'] Notice: Undefined index:
submit
in C:\xampp\htdocs\login_test\register.php… so i think my form
submit
button and php
submit
are not connect. may be.
submit button
Programming
Web Development
12 Years Ago
by davy_yg
…trying to replace the default
submit
button with custom
submit
button how? This is the default
submit
button: <input type…="
submit
" value="
Submit
" /> This code ….jpg" alt="
Submit
details" /> How to place the custom
submit
button and still make it…
submit button
Programming
Web Development
17 Years Ago
by zanzo
…page: he enters his Gender, Age and Marital status. + a
submit
button to the 3rd page 3rd page: Address, City and…4th page 4th page: he is asked some questions, + a
submit
button to insert data into Database The problem is that… colspan="2"><input name="
submit
" type="
submit
" value="Register"></td…
submit button working fine in i.e but giving error in mozilla
Programming
Web Development
14 Years Ago
by Nitashan
…; <p><br /> <input id="
submit
" onclick="location.href='http://www.simpleseparation.ca/index…;Itemid=72';" disabled="true" type="
submit
" value="
Submit
" /></p> </body>…
submit button doesnt run php code
Programming
Web Development
12 Years Ago
by hwoarang69
…it should run this code. if(isset($_POST['
submit
'])) { ... } here is my full code…php"); //grab submitted data if(isset($_POST['
submit
'])) { echo "workinging"; $reg_error =…
Re: submit button doesnt run php code
Programming
Web Development
12 Years Ago
by |-|x
…;Register"> should be <input type="
submit
" name="
submit
" value="Register" /> // see tag… close here .. ^ In my experience a named
submit
button should be available in PHP via the POST variable…
Submit data through link??
Programming
Web Development
16 Years Ago
by Aamit
…;view=<?=$view;?>" onClick="document.myform.
submit
();" >
Submit
</a> </td> <? } ?>…in text box)
Submit
yyy 5 5(in text box)
Submit
zzz 6 6(in text box)
Submit
I want to …edit value for view1 and when click on link
submit
it saves edited value in table(mysql). How to…
Re: Submit and Value ...
Programming
Web Development
15 Years Ago
by omoabobade
… seems that it is not the value being posted by
submit
that you are using in in your if statement condition…
Re: Submit Error Only Show First Submit Correctly
Programming
Web Development
14 Years Ago
by ajwei810192
… <script runat="server"> Sub
submit
(ByVal sender As Object, ByVal e As EventArgs) …;/p>" End If End Sub Sub
submit
(ByVal sender As Object, ByVal e As EventArgs)…DropDownList> <asp:Button Text="
Submit
" OnClick="
submit
" runat="server"/> &…
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