• Member Avatar for mattyd
    mattyd

    Gave Reputation to diafol in Very Strange Bug

    I realise that matt, I'm just commenting on the workarouunds suggested out there on the ether like "autocomplete=off". Other than this, you have few options. As I said, I believe …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Very Strange Bug

    diafol: I am just trying to clear all fields on a form after submission when a back button is clicked or when the form page is refreshed. I am not …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Very Strange Bug

    I just tried this in Internet Explorer - I recieved different results: This time instead of saving and displaying the 2 password fields it saves and displays the city and …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Very Strange Bug

    diafol: I have adjusted the auto-complete for my browser, Firefox, to off. I have cleared the cache. I do not think it is related. I am very confused by this. …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Very Strange Bug

    `` <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <!--Used to clear form upon submit--> <script> function clearForms() { var i; for (i = 0; …
  • Member Avatar for mattyd
    mattyd

    Edited Very Strange Bug

    I have been cleaning up my server of useless files - I double-checked each file to make sure it was definitely unneeded, so nothing I removed is causing this issue. …
  • Member Avatar for mattyd
    mattyd

    Edited Very Strange Bug

    I have been cleaning up my server of useless files - I double-checked each file to make sure it was definitely unneeded, so nothing I removed is causing this issue. …
  • Member Avatar for mattyd
    mattyd

    Created Very Strange Bug

    I have been cleaning up my server of useless files - I double-checked each file to make sure it was definitely unneeded, so nothing I removed is causing this issue. …
  • Member Avatar for mattyd
    mattyd

    Marked Solved Status for reCaptcha - Adding to an HTML Page?

    Hello. I am attempting to add a Google reCaptcha to my form. This form is located on an .html page, but I am reading documentation that states I should rename …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in reCaptcha - Adding to an HTML Page?

    hericles: Thank you for your reply. I am using this file on a web hosting service, yes, a live server - Although the site is not actually live yet or …
  • Member Avatar for mattyd
    mattyd

    Edited reCaptcha - Adding to an HTML Page?

    Hello. I am attempting to add a Google reCaptcha to my form. This form is located on an .html page, but I am reading documentation that states I should rename …
  • Member Avatar for mattyd
    mattyd

    Created reCaptcha - Adding to an HTML Page?

    Hello. I am attempting to add a Google reCaptcha to my form. This form is located on an .html page, but I am reading documentation that states I should rename …
  • Member Avatar for mattyd
    mattyd

    Marked Solved Status for Password Hashing

    Hello. I am beginning the process of implementing password encryption for User's on my future site (The site is not live or available yet). I have been reading up on …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Password Hashing

    Much thanks to all of you for your input. I am marking this thread solved. I may have further questions in the future.
  • Member Avatar for mattyd
    mattyd

    Created Password Hashing

    Hello. I am beginning the process of implementing password encryption for User's on my future site (The site is not live or available yet). I have been reading up on …
  • Member Avatar for mattyd
    mattyd

    Marked Solved Status for Profanity Filter

    Hello. This is a multi-part question. I have researched each aspect of it before posting here, but I am posting this in case anyone may point out something I might …
  • Member Avatar for mattyd
    mattyd

    Gave Reputation to diafol in Profanity Filter

    >A couple of questions if you don't mind... No prob. That's why we're here. 1. Keep array in php and nobody will see it. 2. No need to use jq …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Profanity Filter

    diafol: A couple of questions if you don't mind... * If I am storing all of the profanity words in an array that is acting as an include file which …
  • Member Avatar for mattyd
    mattyd

    Created Profanity Filter

    Hello. This is a multi-part question. I have researched each aspect of it before posting here, but I am posting this in case anyone may point out something I might …
  • Member Avatar for mattyd
    mattyd

    Marked Solved Status for Notice: Undefined index

    I am recieving a notice(s) multiple times when running a file: Notice: Undefined index: Telephone in C:\xampp\htdocs\demo\nest_Demo_thrasher.php on line 111 Notice: Undefined index: eMail in C:\xampp\htdocs\demo\nest_Demo_thrasher.php on line 112 I …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Notice: Undefined index

    Fixed! The error in the code was in line 62 - There was a comma required after tPerson.LastName. Thank you so much for your help and I have learned something …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Notice: Undefined index

    Pritaeas: Okay, Thank you. I have not tried it yet, but what I do not understand is, for example, (Line 61) ` $tPerson_SQLselect .= "tPerson.Salutation, "; ` has a comma …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Notice: Undefined index

    When I add tPerson.Telephone and tPerson.eMail on lines 63,64 (And, I added Telephone and eMail rows to the table as well) I receive: Warning: mysql_fetch_array() expects parameter 1 to be …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Notice: Undefined index

    Pritaeas: Yes, I noticed that earlier also, I believe. This should be happening around lines 62-63? I noticed earlier that both the Telephone and Email are missing directly after tPerson.LastName …
  • Member Avatar for mattyd
    mattyd

    Created Notice: Undefined index

    I am recieving a notice(s) multiple times when running a file: Notice: Undefined index: Telephone in C:\xampp\htdocs\demo\nest_Demo_thrasher.php on line 111 Notice: Undefined index: eMail in C:\xampp\htdocs\demo\nest_Demo_thrasher.php on line 112 I …
  • Member Avatar for mattyd
    mattyd

    Marked Solved Status for (T_LNUMBER)

    I am working with two seperate files which contain similar code - One throws a parse error for an identical line, the other does not. I do not understand why …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in (T_LNUMBER)

    This has been solved. It seems like it was an issue with my code editor (BlueFish) or something. When I removed the % in ($indx % 2) == 1), saved …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in (T_LNUMBER)

    Hi, The complete error message is: Parse error: syntax error, unexpected '2' (T_LNUMBER) in C:\xampp\htdocs\demo\nest_Demo_thrasher.php on line 115 The full code for the file in question: <?php /* * File: …
  • Member Avatar for mattyd
    mattyd

    Edited (T_LNUMBER)

    I am working with two seperate files which contain similar code - One throws a parse error for an identical line, the other does not. I do not understand why …
  • Member Avatar for mattyd
    mattyd

    Began Watching (T_LNUMBER)

    I am working with two seperate files which contain similar code - One throws a parse error for an identical line, the other does not. I do not understand why …
  • Member Avatar for mattyd
    mattyd

    Created (T_LNUMBER)

    I am working with two seperate files which contain similar code - One throws a parse error for an identical line, the other does not. I do not understand why …
  • Member Avatar for mattyd
    mattyd

    Marked Solved Status for Sanitation of Code?

    I am beginning what appears to be the daunting task of securing all of my code from injections, XSS, etc. I have been reading about some of it and it …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Sanitation of Code?

    diafol: I have c + p your points above regarding security/etc into a Word file and will use it as a check-list when creating my build. I will probably have …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Sanitation of Code?

    Thank you all for your assistance. I spent the last couple of days thinking about how to proceed - I have not decided yet. I am taking a PHP/MySQL class …
  • Member Avatar for mattyd
    mattyd

    Gave Reputation to diafol in Sanitation of Code?

    Heh heh, iamthwee is a CI evangelist! Although a framework (CI is probably the easiest to pick up) will take care of things for you, you probably won't learn how …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Sanitation of Code?

    But one, small question about CI: Is this something where I will be installing software/files on my hosting server in order to make use of it? Thanks.
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Sanitation of Code?

    iamthewee: I am reading the documentation .pdf for CI and it already seems like it may be a very good option to put to use. I may have to rebuild …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Sanitation of Code?

    I just downloaded the .PDF "CodeIgniter for Rapid PHP Application Development" - It is a long read but I suppose it will answer my questions about how to use CodeIgniter …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Sanitation of Code?

    Thank you all for your responses and assistance. It is much appreciated. I have downloaded CodeIgniter, but I will be honest, I have never used a framework before and really …
  • Member Avatar for mattyd
    mattyd

    Began Watching Sanitation of Code?

    I am beginning what appears to be the daunting task of securing all of my code from injections, XSS, etc. I have been reading about some of it and it …
  • Member Avatar for mattyd
    mattyd

    Edited Sanitation of Code?

    I am beginning what appears to be the daunting task of securing all of my code from injections, XSS, etc. I have been reading about some of it and it …
  • Member Avatar for mattyd
    mattyd

    Created Sanitation of Code?

    I am beginning what appears to be the daunting task of securing all of my code from injections, XSS, etc. I have been reading about some of it and it …
  • Member Avatar for mattyd
    mattyd

    Marked Solved Status for 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, …
  • Member Avatar for mattyd
    mattyd

    Stopped 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, …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Username and Password Not Being Saved to DB

    diafol: Yes, that worked perfectly! Thank you so much for your help, I truly appreciate it. I was literally losing sleep over this issue last night. This proves to me …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Username and Password Not Being Saved to DB

    HTML page: (*Sorry for such long code snippet - It contains a huge list of countries) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Sliding …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Username and Password Not Being Saved to DB

    I can provide the HTML, but what do mean specifically by the "SQL dump of the relevant tables"?
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Username and Password Not Being Saved to DB

    But, I am still not understanding the basics of why the Username and Password fields from the form are not saving to the DB; All other fields are being saved. …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Username and Password Not Being Saved to DB

    diafol, I appreciate you insights and encouragement. No, it did not sound like a lecture but an informed individual sharing very important knowledge - That is one reason this site …
  • Member Avatar for mattyd
    mattyd

    Gave Reputation to diafol in Username and Password Not Being Saved to DB

    No problem Matthew. Sorry if it sounded like a lecture. I remember when I started with php - I had security holes the size of Cygnus X-1. Making something secure …

The End.