This is really weird, and I would never believe it possible if it
weren't actually happening to me.
I've a customer database in mySQL, using PHP to create the forms, yadda
yadda.
All of a sudden, every time I edit a customer, when I submit the form
using Firefox 1.0.2 on Linux (Fedora Core 3) it sends empty form fields
to the database.
BUT, if I use Firefox on Windows, or Opera on Fedora Core 3, it works
perfectly fine.
Any ideas what in the world could cause this?
Firefox on Linux worked fine to up until...the last few days I think.
The only think I can think of, is I may have installed a couple of
extensions during that time.
Anyway, has anyone else seen this?
Thanks!
Liam 4 2010
Take a look at how your <form> tags are nested between other tags (like
<table>, <tr>, <td>, etc.). I've run into weird problems where either
the <form> tag is not properly nested, or just by moving it inside or
outside of the other tags.
On 29 Mar 2005 12:59:38 -0800, ne**@celticbear.com wrote: I've a customer database in mySQL, using PHP to create the forms, yadda yadda. All of a sudden, every time I edit a customer, when I submit the form using Firefox 1.0.2 on Linux (Fedora Core 3) it sends empty form fields to the database.
BUT, if I use Firefox on Windows, or Opera on Fedora Core 3, it works perfectly fine.
Any ideas what in the world could cause this? Firefox on Linux worked fine to up until...the last few days I think. The only think I can think of, is I may have installed a couple of extensions during that time.
Shot in the dark : There's an extension that lets the user switch POSTs to
GETs, and vice versa. Might be switched on. I don't recall exactly what it's
called, but it puts a drop-down in the toolbar that reads 'Forms.'
HTH
Your biggest problem:
not doing any verification of the fields/input before doing the DB
update.
BKDotCom wrote: Your biggest problem: not doing any verification of the fields/input before doing the DB update.
::thunks head repeatedly on desk::
OK, I'm a complete bonehead.
Sort of.
This is a form where empty fields may actually be legit. But I should
probably check that if ALL fields are submitted blank (which is nearly,
but not totally, unreasonable) then I should prompt a "confirm".
Thanks!
Liam This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Wayno |
last post by:
My php logs are coming up empty. I have done all I can think of, and
all that made sense to me. Can someone take a look at my php.ini
please and tell me what you think may be the problem.
I...
|
by: tornado |
last post by:
Hi all,
I am pretty new to PHP. I was reading PHP manual and trying out the
example from 2nd
chapter (A simple Tutorial). When i try to print the variable as
given in the example it returns...
|
by: Dan |
last post by:
I was trying to troubleshoot a login page that doesn't work - it keeps
saying the login/password is missing - when my tracing discovered this
peculiar behavior.
register_globals is off, so at...
|
by: Geoff |
last post by:
When trying to focus a field in Firefox, I get the following error:
Error: " nsresult: "0x8057001e
(NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame ::...
|
by: Dave Blair |
last post by:
Hi,
I have a problem with our intranet, we are planning to install Firefox
instead of Internet Explorer onto some new PCs.
However, we can't get the following JavaScript to work in Firefox and...
|
by: Stuart Perryman |
last post by:
Hi,
I have the following code which works just fine in IE6 but not in
Firefox.
It is an extract of several table rows each with an individual form.
It is generated by php.
<form...
|
by: Dave |
last post by:
Hi,
I've been trawling the web for answer to my problem with no luck
although I'm hardly alone it seems!
Below is the generated source for an ASP page that posts a value called
'album' to...
|
by: Steve JORDI |
last post by:
Just a question using images as submit buttons and PHP4.4.4.
It seems that my code correctly works in FireFox but not in IExplorer.
For example, I have a FORM with 2 buttons called "search" and...
|
by: rjdougan |
last post by:
I am not a developer but need some help with scripts for a client.
I have a script to handle form validation and one that handle mouseover on menu.
The form validation script works fine by it...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
|
by: AndyPSV |
last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and...
|
by: Arjunsri |
last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
|
by: Matthew3360 |
last post by:
Hi,
I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
|
by: Oralloy |
last post by:
Hello Folks,
I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA.
My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
|
by: BLUEPANDA |
last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
|
by: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
|
by: Ricardo de Mila |
last post by:
Dear people, good afternoon...
I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control.
Than I need to discover what...
| |