Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 297 results for
submiting
- Page 1
submiting info into a database for retrieval!
Programming
Web Development
20 Years Ago
by Killer_Typo
[B]Intro[/B] Before we start need to create a databse to work in (i will assume you are using phpadmin to do this) just go to (databases)... and in the blank textbar create a new database, and call it phpforms then open up your command prompt and enter your mysql shell (for me it was C:\mysql\bin\mysql -u michael -p) and enter these lines […
Re: submiting info into a database for retrieval!
Programming
Web Development
20 Years Ago
by Killer_Typo
Heres a zip file with the code. (had to fix the code, previous version had sensative information in it ;))
Re: submiting info into a database for retrieval!
Programming
Web Development
20 Years Ago
by Angelik
Hey there! Your tutorial has really helped me so far... but i am sort of wondering something: can you do more than one 'INSERT' at the same time to the same table and same database? If so, how do you do the connection? Once at the beginning or everytime? Do you have to do a new query everytime too? Here is my code.. i have a few if-statements…
Re: submiting info into a database for retrieval!
Programming
Web Development
18 Years Ago
by snipertomcat
I havn't evaluated your code in depth, but your code doesn't look half bad. Maybe double check your pre-existing table [bestallning_info] and make sure the SQL code was done correctly. Also, maybe post the [I]exact[/I] problem your having.. example: cant connect to db error on line whatever something specific would help us help …
Submiting form with custom prompt
Programming
Web Development
14 Years Ago
by ivan3510
Hi all. I'm trying to create custom prompt. When I click on the button, appears custom prompt and ask "Do you realy want to submit?". When I click "Yes", the form isn't submited. Here's html code: [CODE]<html> <head> <link rel="stylesheet" href="look.css" type="text/css"> <…
Re: Submiting form with custom prompt
Programming
Web Development
14 Years Ago
by Graphix
You can easily ask the user whether he wants to submit the form or not: [CODE]<form method='post' action='' onsubmit='return confirm("Are you sure you want to submit this form?");'>[/CODE] The confirm() returns true if the user selected "yes" and false if the user selected "no". ~G
Re: Submiting form with custom prompt
Programming
Web Development
14 Years Ago
by ivan3510
OK. But I want that this popup looks better.
Re: Submiting form with custom prompt
Programming
Web Development
14 Years Ago
by ivan3510
Is there some other way for creating javascript popup that will be able to submit form by pressing a button? (The same as when logging to this site.) Sorry for my bad English.
Re: Submiting form with custom prompt
Programming
Web Development
14 Years Ago
by Graphix
Well, that is alot more difficult. Anyway here how it is done: <form name='MyForm' onsubmit='checkValue();' action=''> And then in the JavaScript: [CODE]var form_allowed_to_submit = false; // This is a global variable function checkValue() { if (form_allowed_to_submit == false) { prompt2('Confirm','Do you realy want to submit form?', '…
Re: Submiting form with custom prompt
Programming
Web Development
14 Years Ago
by ivan3510
Thank you very much.
Submiting a form inside iframe by clicking a link on parent window
Programming
Web Development
14 Years Ago
by sakush100
[ATTACH]18100[/ATTACH] As u can see in this image, i have a link called "Done". The other contents are in an iframe window. These checkboxes are inside a form. What i want is.... when i press done in parent window,the form should be submitted in the iframe window.
How do I hide and show 2 different buttons on same form in html template
Programming
7 Years Ago
by Var_1
…"button,filled up the details and clicked on submit: //
submiting
data function submitdata() { var $this = $(this); var $…"button,filled up the details and clicked on submit: //
submiting
data function submitdata1() { var $this = $(this); var $div…
Hijacked browser - how to get rid of....
Hardware and Software
Information Security
21 Years Ago
by Ron Wolpa
… Google.com a pop up ad comes up just after
submiting
any entry a new browser windows opens with this pesky…
Re: Hijacked browser - how to get rid of....
Hardware and Software
Information Security
21 Years Ago
by TallCool1
… Google.com a pop up ad comes up just after
submiting
any entry a new browser windows opens with this pesky…
Need Help for DNS Problem and 'about:blank' Problem ...
Hardware and Software
Information Security
20 Years Ago
by night_wolvie
… it worked, but not for logging into that site or
submiting
any replies. Help me, please! About the 'about:blank' problem…
how to send mails directly ?????
Programming
Software Development
18 Years Ago
by chaithanya505
I want to send emails directly ...using jsp i.e. after
submiting
personal details of graduate....system shd generate a unique userid and unique password and mail them to graduate email_id mentioned in that personal details
Am new
Community Center
Say Hello!
17 Years Ago
by damyna
Hello,Am new and I want urgent help.AM
submiting
a program in Oct And most of the functions are not working.For Example, am Trying to have search function but a failing to work.Am using visual basic 6 .Am using Ado as the Jet engine.Email me please with ideas and [email]sugestions.damyna@gmail.com[/email]
Re: Am new
Community Center
Say Hello!
17 Years Ago
by sathumon
…;440501]Hello,Am new and I want urgent help.AM
submiting
a program in Oct And most of the functions are…
Lyrics Script - Help me creating a submit.php to sumbit new lyrics
Programming
Web Development
17 Years Ago
by smartness
… the author of that script didnt create a file for
submiting
lyrics... i have tried to create a script but im…
Display forms results
Programming
Web Development
16 Years Ago
by Pavlos1316
Hi all I have a checkboxes form. How can I get the results displayed (in a new window lets say) when
submiting
it? Thank you P.S. I care about getting results displayed part.
two dropdowns and dynamically entered rows....
Programming
Web Development
16 Years Ago
by srinivas1236
… incremented....).... the total code is in php only because, after
submiting
the data,incase when i edit or the same process…
Re: two dropdowns and dynamically entered rows....
Programming
Web Development
16 Years Ago
by digital-ether
… incremented....).... the total code is in php only because, after
submiting
the data,incase when i edit or the same process…
user/admin interaction
Programming
Web Development
16 Years Ago
by prashanth18
… activity chart in the user area and submit it, after
submiting
the form the admin shud be able to make changes…
creating attachment with asp.net
Programming
Web Development
16 Years Ago
by kayeri
hi please help me out ot on this how can i create attacment so that someone can attach a document when
submiting
a form
Get Variables values
Programming
Web Development
16 Years Ago
by zanzo
I have two input textbox with the same name, when
submiting
the page I get only the value of the second textbox. how can i get the value of both fields???
Re: Get Variables values
Programming
Web Development
16 Years Ago
by mangel.murti
…;I have two input textbox with the same name, when
submiting
the page I get only the value of the second…
(urgent) help to display error message
Programming
Web Development
16 Years Ago
by jayb
… (login.php), where user can enter some necessary information ,after
submiting
...it goes to another php page(submit.php) and do…
Re: (urgent) help to display error message
Programming
Web Development
16 Years Ago
by ahmksssv
… (login.php), where user can enter some necessary information ,after
submiting
...it goes to another php page(submit.php) and do…
(urgent) help to display error message
Programming
Web Development
16 Years Ago
by jayb
… (login.php), where user can enter some necessary information ,after
submiting
...it goes to another php page(submit.php) and do…
My Experience about Social Bookmarking Sites to Submit Your Blogs for SEO
Digital Media
Digital Marketing
Search Engine Strategies
16 Years Ago
by tadisaus2
… because they let you to submit your blog directly. After
submiting
my new article to these sites, I can see my…
1
2
3
5
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