Form does work in Firefox/Opera/Safari, but not in IE?

1 Answer

Answer :

answer:for starters, use $_REQUEST instead of $_POST and $_GET. $_REQUEST combines the two so that you don’t have to duplicate your php code like that. second, you have a nasty sql injection vulnerability there. NEVER EVER EVER construct sql like that. Learn to use placeholders, or better yet use an database abstraction like like Pear::DB or Adodb. As to the form problem, I’m not sure. Put a “print_r($_REQUEST)” at the top to see exactly what IE is passing to the server.

Related questions

Description : Which is better for a PC? Safari, IE 7, Firefox, or Opera?

Last Answer : Who has the best television commercials?

Description : Is there an add-on for Firefox that works exactly like IE tab but with Safari?

Last Answer : answer:Tabbed browsing? Control T… On a PC anyway. There’s a MAC version of Firefox 3. Looking for a mini preview window? Try cooliris. Unless you could describe what safari tabs do differently?

Description : Firefox, Opera, Chrome, Safari and Explorer are types of what?

Last Answer : Web browsers

Description : How do I remove spaces around images in a CSS drop down menu in IE?

Last Answer : answer:sorry to dp.. but here's the code i'm working with. http://www.mosaicfound.org/NEW/common/top.php

Description : CSS dropdown menu crisis with IE 7...

Last Answer : Your first problem is that you've defined the .clearfix CSS class in the HEAD of your document but you have not applied it to any of the elements in the BODY. The page where you ... containing a float needing to be cleared, plus any Guillotine-Bug-fixing block elements within the container."

Description : What's a better way to ignore IE6 than using ?

Last Answer : I don’t think there are any browser hacks that validate. Did you try Dean Edwards’ IE7 patch scripts?

Description : Webpage isn't looking the same in Internet Explorer as it does in Firefox?

Last Answer : pdworkin actually if i remember the statistics correctly i think about 18% of internet users are on IE6, so IE is still around. Even though no one should be using it, people still do. People who matter use FF, Safari or Opera.

Description : Why does flash work on firefox but not on safari after downloading a scratch file?

Last Answer : It's possible that it has been intentionally disabled on Safari.After all, flash has known vulnerabilities, i.e., it makes youvulnerable to attacks.

Description : Is there a way to have Flash work in both Firefox and IE at the same time?

Last Answer : answer:This works for me: Download Flash installer Close IE and Firefox Run Flash installer

Description : What task/s can IE perform better than Firefox or other browsers?

Last Answer : What exactly were you looking for?

Description : Firefox to IE bookmark converter needed?

Last Answer : answer:Isn’t it possible to simply import the bookmarks from each browser? At times when I download a new browser or re-install, it will ask me to import bookmarks from IE. Can you be more clear on what you mean by “convert”? Last I checked they were all the same format.

Description : "TouchClarity Targeting iFrame" window opens when FireFox redirects to IE. Should I be worried?

Last Answer : answer:From http://en.wikipedia.org/wiki/Omniture (emphasis mine): Omniture bought behavioral targeting company Touch Clarity for $51.5 million Sounds like spyware, do you have a spyware scanner? (For ... made it appear nonetheless - without it you wouldn't even have known you're being followed.

Description : Can you pin the favorites center in Firefox like you can with IE?

Last Answer : Try the “Smart Bookmarks Bar” add-on. That might do what you’re looking for.

Description : Why am I not seeing color with Firefox or IE?

Last Answer : Reboot.

Description : What happens to my IE and favorites if I have to download Firefox?

Last Answer : answer:you can import all your IE favorites onto firefox. As a matter of fact, the first time you run Firefox, it will give you a dialog box asking you what you want to import from Internet ... Heres a tutorial on how to install firefox and import bookmarks (favorites) : http://webuse.info/firefox/

Description : CSS Lists, IE vs Firefox?

Last Answer : answer:You should be able to normalize lists margins and padding by simply setting them yourself in the CSS. The one exception is that in IE6 (I'm pretty sure this doesn't happen in 7 ) lists get a ... a little odd looking, but doesn't break anything and fixes the extra space in IE6. Does that help?

Description : Why is Firefox so much than IE faster for sites like Facebook ?

Last Answer : answer:Facebook uses a ton of Javascript. The engine for processing Javascript in Firefox is much better/faster then the one in IE. Try it in Safari and you will see even more of a difference.

Description : What caused me to be logged out of Facebook on Firefox when logging out on Opera?

Last Answer : Sometimes you just have to log in again – a security feature

Description : How to I create a website? How do I add content? I purchased a domain name that is hosted by Go Daddy but what next?

Last Answer : answer:What are you looking for? If you just want a simple blog installing Wordpress is easy and there are a lot of themes. There is a nice back-end to add and manage stuff. If you want to go that route let me know and I can walk you through it.

Description : Tumblr code issue for DoinWork theme Utralite: this should be HTML basics but it's giving me some complicated problems with tricky between posts?

Last Answer : The above it has a bottom margin of 100 pixels, which is pushing it way down. I think you probably would want to transfer most or all of that bottom margin to the DIV the comments are supposed to go in.

Description : How do I import my Safari bookmarks into Firefox on a Mac?

Last Answer : answer:An alternative to tying your bookmarks to a browser is to use an online service like delicious or one of the many alternatives. Most of them offer browser plugins so bookmarking is just as easy, ... the boxes but bookmarks 6. A From Safari folder should apear with your bookmarks in it

Description : Which web browser is better, Safari or Firefox?

Last Answer : That depends on what you want to do. For general browsing, Safari beats Firefox in speed. For ease and bredth of control, Firefox has the edge. And for Web development, I love Firebug in Firefox. YMMV.

Description : Safari or Firefox for a power mac G5?

Last Answer : Firefox.

Description : Safari or Firefox?

Last Answer : I’m all about the Safari myself.

Description : Safari/Firefox on Imac keeps crashing, I hear this is happening to many!

Last Answer : Flash abuses the hell out of a mac’s cpu

Description : Firefox, Safari, or Internet Explorer?

Last Answer : Firefox/Mozilla. I can’t stand other browsers.

Description : Using a Firefox shortcut in Safari?

Last Answer : Safari will automatically add the “www” and ”.com” As to the the others, I do not know.

Description : Safari or Firefox?

Last Answer : https://addons.mozilla.org/en-US/firefox/browse/type:2

Description : What is the best calendar widget for my web form?

Last Answer : We use the dynarch jscalendar where I work. It’s easy to get a basic set up working and it’s also extremely configurable/customisable. I recommend it – but I haven’t investigated any alternatives.

Description : How do I make sure form input in websites is valid UTF-8?

Last Answer : I’m not particularly sure what UTF-8 is. but I assume you’re using PHP. SO, I’d use this.

Description : In an HTML web form, how to create a checkbox that will block submission of the form unless checked?

Last Answer : It's easily circumventable (is that actually a word?) (see the Tamper Data Firefox extension), but I suppose you can convince your client you've done it using Javascript (not sure how to do that though) ... as well, because, as I said, it's easy to work around (you can just disable Javascript).

Description : Where can I find information about GMail html specifications?

Last Answer : Need Answer

Description : How to align an image source code in a Tumblr text post?

Last Answer : I think? Or, couldn’t you align it in CSS by going img { align=“right”; }

Description : How can I convert an Excel Macro to html or use the database in a webpage?

Last Answer : answer:Edit the macros and you will see Visual Basic (VB). ASP.NET pages. can use VB (and other languages). One thing about Microsoft technologies - they provide huge amounts of free learning and support. ... if you want to learn ASP.NET For a quick intro, I would check out W3 Schools tutorials.

Description : How do I start a social networking website with some technical knowledge?

Last Answer : ask-public is powered by Python. can learn that.

Description : Can a Website be 100% Bootstrap?

Last Answer : By “bootstrap”, do you mean hand-coding some HTML as a prototype, or are you talking about a product like getbootstrap.com?

Description : Help making a questionaire with javascript/html?

Last Answer : Are you familiar with Javascript? Are you using any type of framework like jquery?

Description : How can I create content within a webpage? (see video)

Last Answer : I would think that your client would want an underlying database.

Description : Any way to directly download an audio source file when the web page is using a javascript audio player (that doesn't use filenames like "x.mp3")?

Last Answer : Could try file2hd.com to see if you can find the resource.

Description : I need to know how to make automatic pages with html?

Last Answer : Wonder if this little java app would do the trick. Looks like it’s a Firefox plugin as well as srandalone.

Description : How easy or difficult is it for a business to offer customers the choice of the regular website rather than the mobile version?

Last Answer : Some websites do offer you the option to go to their regular website when a mobile device' has been detected and they have sent you to the shrunken version. I've seen that option on my tablet a ... to give you the option. It's just a link they can provide easily, that overrides the mobile version.

Description : How can I change the border color around my Tumblr posts?

Last Answer : answer:Welcome to Fluther. You're on the edge of a thin line posting Tumblr questions, you know. We don't like new users asking for followers (and old users already know better), so don't cross ... existing theme that you like better than your current default, and either edit that or use it as-is?

Description : Can I post something on my Tumblr to a certain page only instead of my home page?

Last Answer : Yup, you create a new blog.

Description : Is there a way to prevent an unlisted YouTube video from being shared on a social site?

Last Answer : answer:No, there is no way to prevent videos from being shared through social networks. It would of undermine Youtube's business model if it allowed that. The best you can do is restrict it from ... own servers. Positing it to a video sharing site is just too risky if confidential info is concerned.

Description : How do I add padding? (html)

Last Answer : I;m not familiar with Tumblr. You normally control padding around an HTML element with CSS. Does Tumblr give you the ability to customize a CSS file?

Description : Would anyone be willing to change a tumblr layout?

Last Answer : Customize, and mess around with the tables colors.

Description : HTML coders out there: help! You know how you can hover your cursor over certain text for about a second, and then a little text ballon will appear?

Last Answer : answer:Does blogger allow you to type actual HTML in your blogs? If so, then it’s pretty simple: You see this printed on the page normally

Description : Good no-styling starter blogger template?

Last Answer : answer:I know you're on Blogger but if all you're trying to do is learn from some existing templates on a well-known blogging platform, then perhaps you should try Tumblr instead. They offer ... started with selecting the template you want. All of the HTML/CSS/JS is completely editable by you.

Description : How can I make pictures from thumbnails become bigger when clicked with some coding?

Last Answer : Easiest way is to use one of the hundred of lightbox scripts out there. Here is a simple one to use.

Description : How to manually put a background image on a tumblr layout that happens to have that feature disabled?

Last Answer : Step one – EDIT HTML button. Step two – Note the highlighted part. Chang it to the url for the image you want.