-
Replied To a Post in Username and Password Not Being Saved to DB
Thank you for your reply and honesty, diafol. At this point this code is still in a build mode, hence, no MySQLi or many of the other aspects you have … -
Gave Reputation to diafol in Username and Password Not Being Saved to DB
There are so many things that should be updated in this code. 1) Use PDO or mysqli - mysql is deprecated 2) Never place raw input into SQL without sanitizing … -
Began Watching Username and Password Not Being Saved to DB
Hello, I posted a similar issue earlier - I fixed that issue that was throwing error messages and now my data from a form is being dumped to my table, … -
Edited Username and Password Not Being Saved to DB
Hello, I posted a similar issue earlier - I fixed that issue that was throwing error messages and now my data from a form is being dumped to my table, … -
Edited Username and Password Not Being Saved to DB
Hello, I posted a similar issue earlier - I fixed that issue that was throwing error messages and now my data from a form is being dumped to my table, … -
Created Username and Password Not Being Saved to DB
Hello, I posted a similar issue earlier - I fixed that issue that was throwing error messages and now my data from a form is being dumped to my table, … -
Replied To a Post in "You have an error in your SQL syntax"
Thank you for your reply, Mike. I am no longer getting that error message, thankfully, and most data from the registration form is being dumped into the table. Most. I … -
Marked Solved Status for "You have an error in your SQL syntax"
Hello: Before I post code I will say that last year I hired a programmer to build one feature for my project. Today upon further inspection of the database/tables I … -
Created "You have an error in your SQL syntax"
Hello: Before I post code I will say that last year I hired a programmer to build one feature for my project. Today upon further inspection of the database/tables I … -
Replied To a Post in Captcha Issues - Code Being Displayed on Form
**<Bump>** I need help with this, please. -
Edited Captcha Issues - Code Being Displayed on Form
Hello. I am attempting to implement a Captcha in my form using PHP. This, at first, seemed pretty direct; Yet upon viewing the form, no Captcha is displayed, only code. … -
Created Captcha Issues - Code Being Displayed on Form
Hello. I am attempting to implement a Captcha in my form using PHP. This, at first, seemed pretty direct; Yet upon viewing the form, no Captcha is displayed, only code. … -
Created Styling Validation Message
My email vaildation is working correctly now. But, I would like to alter the message color from black to red by styling it somehow. I have attempted such things as: … -
Gave Reputation to rtrethewey in Validating Email - Will not recognize "com", "uk", etc
Hi Matthew, I'd suggest that you search on "javascript email validation" to find examples of how best to do this. Most of the solutions you find will rely on regular … -
Gave Reputation to JorgeM in Validating Email - Will not recognize "com", "uk", etc
Hello Matthew, I found this regex string a while back. unfortunately, i dont have the source to provide you with so you can go back and take a first hand … -
Created Validating Email - Will not recognize "com", "uk", etc
Hello. I am finally figuring out some basic validation. My main interest at this point is validating email. The script I got online contains the following, but does not check … -
Replied To a Post in XSS/Injection Protection
Thank you, GliderPilot. -
Gave Reputation to GliderPilot in XSS/Injection Protection
Never assume you know what the user will input. Check user input before doing anything with it to make sure it is what you expect it to be (I use … -
Created XSS/Injection Protection
I am about to begin protecting a yet to be launched site againt injection attacks.(And other possible attacks) I am making use of a large database and must fortify this … -
Marked Solved Status for CSS Footer Issue
Hello. Having some trouble figuring out a CSS footer issue. The footer should fill the page fully, not extend a horizontal scrollbar **and importantly**, not have a 3-5 pixel left … -
Replied To a Post in CSS Footer Issue
All fixed. Thank you, JorgeM. Matthew -
Gave Reputation to JorgeM in CSS Footer Issue
Hi Matthew, its a good idea to apply a "CSS Reset" so that you user agent's default styles dont apply. This will give you a more consistent display across different … -
Created CSS Footer Issue
Hello. Having some trouble figuring out a CSS footer issue. The footer should fill the page fully, not extend a horizontal scrollbar **and importantly**, not have a 3-5 pixel left … -
Marked Solved Status for Email Validation Broken; Accepts .cop as Valid
I am working with a form validation script; I am testing it first and all seems to work fine except for the email validation. This is a snippet of the … -
Created Email Validation Broken; Accepts .cop as Valid
I am working with a form validation script; I am testing it first and all seems to work fine except for the email validation. This is a snippet of the … -
Marked Solved Status for *Webpage Size? I Have Been Confused About This for Ages!
Yes, webpage size- Standard sizes? Dynamic? I don't know! I have been building websites since 2000 and the one area I have never, ever been able to fully understand is … -
Replied To a Post in *Webpage Size? I Have Been Confused About This for Ages!
Yes, I'm confused as well, Dani. But, thank you. 1024 it is :) -
Created *Webpage Size? I Have Been Confused About This for Ages!
Yes, webpage size- Standard sizes? Dynamic? I don't know! I have been building websites since 2000 and the one area I have never, ever been able to fully understand is … -
Replied To a Post in Making Myself Admin of a Forum
Thank you, JorgeM. This really further explains the situation to me. You are **always** *so* helpful. Thank you, Matthew -
Edited Making Myself Admin of a Forum
[This is theoretical at this point - No code is written for this] On the project I am building (A forum of sorts) I will be the Admin: I will … -
Created Making Myself Admin of a Forum
[This is theoretical at this point - No code is written for this] On the project I am building (A forum of sorts) I will be the Admin: I will … -
Replied To a Post in Form Validation
I downoaded http://jqueryvalidation.org/ - One problem I'm concerned with this is: It is jam-packed with folders/files and I am not exactly sure what is needed and what I'll require. Some … -
Replied To a Post in Form Validation
diafol: I mean *a flat alert message by the field*. No, not an ugly, intrusive, popup window. Flat. This site is being designed as super-flat. Thanks for your help! -
Replied To a Post in Form Validation
JorgeM I believe I shall try http://jqueryvalidation.org/ I have actually already looked into that one already but gave up out of impatience and frustration. Honestly, for now, I do not … -
Gave Reputation to JorgeM in Form Validation
So, at this point you'd either have to create your own solution or you can integrate a jQuery validation plug-in (there are a few of them out there). Which do … -
Created Form Validation
Hello. I have been doing research for about a week on form validation (JS, jQuery, CSS). I already have a nice form, but I need to add the validation elements. … -
Marked Solved Status for No Dropdown Data Saved to Database
Hello. I am having a bit of trouble with being able to submit/record the data from a selected dropdown field to my DB. Here is what I know so far: … -
Replied To a Post in No Dropdown Data Saved to Database
After all this time struggling with this issue, a simple mistake. I neglected to inspect my dbConnect.php file. Duh. It lacked any form of info related to the countries. I … -
Replied To a Post in No Dropdown Data Saved to Database
Yes, Sir, I will try all your suggestion(s). Thank you for all you time and assistance. Matthew -
Gave Reputation to JorgeM in No Dropdown Data Saved to Database
>The Demo link works the sample code i provided above should work for you too. >I created a new page on my server with your PHP- That did not work … -
Replied To a Post in No Dropdown Data Saved to Database
Yes, the demo echos the country code-ID. In my version on my server, it does not. I am using phpMyAdmin - Not sure where to check the logs using this. … -
Replied To a Post in No Dropdown Data Saved to Database
I tried it: 1. The Demo link works 2. I created a new page on my server with your PHP- That did not work - No data displayed on submission, … -
Replied To a Post in No Dropdown Data Saved to Database
Trying this now... Will reply with results soon. -
Replied To a Post in No Dropdown Data Saved to Database
Nothing I am trying is working. **Really** lost on this one. (And, I know *it's something simple*) -
Gave Reputation to JorgeM in No Dropdown Data Saved to Database
I'll try to replicate this on my end. Will get back to you. -
Replied To a Post in No Dropdown Data Saved to Database
JorgeM: Hi. I made the changes as you suggested, above. It is still not dumping any country information into the DB. I am re-reading all my code and looking for … -
Gave Reputation to JorgeM in No Dropdown Data Saved to Database
So the problem i see is that in line 6 of your code above, you are trying to recover the posted value for county. `$country = $_POST['country'];` However, in your … -
Replied To a Post in No Dropdown Data Saved to Database
I've gotten myself a bit mixed up, I fear. I started off thinking I was working in JS, then said, "No, it's HTML." **Some more code (Showing other fields in … -
Edited No Dropdown Data Saved to Database
Hello. I am having a bit of trouble with being able to submit/record the data from a selected dropdown field to my DB. Here is what I know so far: … -
Created No Dropdown Data Saved to Database
Hello. I am having a bit of trouble with being able to submit/record the data from a selected dropdown field to my DB. Here is what I know so far: …
The End.