• Member Avatar for mmcdonald
    mmcdonald

    Created dropdown.js (Bootstrap 2) max height?

    Hi all, I'm working on an old project of mine that I used to self-study PHP which used Bootstrap 2. Revisiting the project a year on I'm looking to restrict …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching dropdown.js (Bootstrap 2) max height?

    Hi all, I'm working on an old project of mine that I used to self-study PHP which used Bootstrap 2. Revisiting the project a year on I'm looking to restrict …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in How does one write the following statement correctly?

    > 12 lawyers weren't able to come up with air tight wording for this and asked a non-lawyer to get the opinions of other non-lawyers? Hmm They didn't ask me, …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in How does one write the following statement correctly?

    I build the registration system. I get paid. I walk away. Beers all round! @Diafol - Adult nude is sexually provocative photography.
  • Member Avatar for mmcdonald
    mmcdonald

    Marked Solved Status for How does one write the following statement correctly?

    Geeks, My client, an international online modelling agency, needs to state the following: "Age restrictions depend on the juristiction over your nationality". He has a section where applicants can apply …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in How does one write the following statement correctly?

    In the industry there are dozens of different types of nude photography, again I'm not touching the legal. I do know that the agency is legit 100%, a passport, birth …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in How does one write the following statement correctly?

    Hi Mike, In this particular instance it's not the case (I'll try to explain with clarity - I'm no lawyer thank god). Under agency rules (which applicants are required to …
  • Member Avatar for mmcdonald
    mmcdonald

    Gave Reputation to deceptikon in How does one write the following statement correctly?

    I'd start with something like "Applicants must be of legal age in their country of citizenship". But this is definitely something that should be written with the consultation of a …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in How does one write the following statement correctly?

    My client has a legal team who will be going through the system to check for legalities pre-beta - this is just something that was bugging me! "country of citizenship" …
  • Member Avatar for mmcdonald
    mmcdonald

    Created How does one write the following statement correctly?

    Geeks, My client, an international online modelling agency, needs to state the following: "Age restrictions depend on the juristiction over your nationality". He has a section where applicants can apply …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching How does one write the following statement correctly?

    Geeks, My client, an international online modelling agency, needs to state the following: "Age restrictions depend on the juristiction over your nationality". He has a section where applicants can apply …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in HTML Radio Buttons and JS

    Hi pritaeas, I had 4x4 checkboxes but could only figure out how to disable them in one direction M
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in HTML Radio Buttons and JS

    Hi DW'ers, Any other suggestions here? My research isn't going very well and I'm stumped M
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in HTML Radio Buttons and JS

    I see what you mean. but what would be even better is if 4 is already set, if they choose 4 again it is removed from it's previous selection? same …
  • Member Avatar for mmcdonald
    mmcdonald

    Gave Reputation to urtrivedi in HTML Radio Buttons and JS

    I will go for dropdown instead of radio button <script lang='javascript'> function checkblank(drpid) { if(document.getElementById(drpid).value=='') { alert('Select preference'); document.getElementById(drpid).focus(); return false; } return true; } function checkorder() { if (!checkblank('mum')) …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in HTML Radio Buttons and JS

    Thanks urtrivedi, I really like your suggestion, especially the validation method of checking that the total value of answers for each question = 10. Simple yet effective. One thing I …
  • Member Avatar for mmcdonald
    mmcdonald

    Created HTML Radio Buttons and JS

    Hi all, I'm currently building a questionnaire and I've run into a head scratcher. Some of the questions require the user to give a number to represent the importance of …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching HTML Radio Buttons and JS

    Hi all, I'm currently building a questionnaire and I've run into a head scratcher. Some of the questions require the user to give a number to represent the importance of …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching The caching of AJAX calls?

    ello ello, I'm currently calling a file using JQuery but every so often (very randomly) Google Chrome would crash (Just the tab, not the browser). Soooo I began investigating and …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in The caching of AJAX calls?

    Understood, cheers fella
  • Member Avatar for mmcdonald
    mmcdonald

    Marked Solved Status for The caching of AJAX calls?

    ello ello, I'm currently calling a file using JQuery but every so often (very randomly) Google Chrome would crash (Just the tab, not the browser). Soooo I began investigating and …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching The caching of AJAX calls?

    ello ello, I'm currently calling a file using JQuery but every so often (very randomly) Google Chrome would crash (Just the tab, not the browser). Soooo I began investigating and …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in The caching of AJAX calls?

    Whoops - totally missed this topic, sorry! I have done this and it seems to be working perfectly. Sorry for not getting back to you. I must ask, what's the …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching PHP Form Handler not detecting $_POST?

    Hi all. I'm having a mad issue... totally mad. I mean I've never had this before. I have the following HTML form: <form action="" method="POST" name="createForumCategory"> <label>Create a new category:</label> …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in PHP Form Handler not detecting $_POST?

    That's one of the few cons of collaborative coding. However I know that this was J as I've already spoken to him on the phone and he's the only one …
  • Member Avatar for mmcdonald
    mmcdonald

    Marked Solved Status for PHP Form Handler not detecting $_POST?

    Hi all. I'm having a mad issue... totally mad. I mean I've never had this before. I have the following HTML form: <form action="" method="POST" name="createForumCategory"> <label>Create a new category:</label> …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching PHP Form Handler not detecting $_POST?

    Hi all. I'm having a mad issue... totally mad. I mean I've never had this before. I have the following HTML form: <form action="" method="POST" name="createForumCategory"> <label>Create a new category:</label> …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in PHP Form Handler not detecting $_POST?

    Good news people - problem solved! After hours of... cursing... the problem was caused by a very close friend who hid a very sneaky `<form>` tag towards to the top …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching PHP Form Handler not detecting $_POST?

    Hi all. I'm having a mad issue... totally mad. I mean I've never had this before. I have the following HTML form: <form action="" method="POST" name="createForumCategory"> <label>Create a new category:</label> …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in PHP Form Handler not detecting $_POST?

    I missed you, what do you mean 'pass a manage variable'? I've never heard that term before.
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching PHP Form Handler not detecting $_POST?

    Hi all. I'm having a mad issue... totally mad. I mean I've never had this before. I have the following HTML form: <form action="" method="POST" name="createForumCategory"> <label>Create a new category:</label> …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in PHP Form Handler not detecting $_POST?

    I've said above three times mate, and there is no HTML file. My HTML code is in `/administration/forums.php` and my PHP form handler is in `administration.php`.
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching PHP Form Handler not detecting $_POST?

    Hi all. I'm having a mad issue... totally mad. I mean I've never had this before. I have the following HTML form: <form action="" method="POST" name="createForumCategory"> <label>Create a new category:</label> …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in PHP Form Handler not detecting $_POST?

    I wouldn't mind, not at all, but the script is huge and split all over the place, sorry! Basically, `administration.php?manage=forums` is our current location, but it could be `administration.php?manage=blog`, `administration.php?manage=addons`, …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching PHP Form Handler not detecting $_POST?

    Hi all. I'm having a mad issue... totally mad. I mean I've never had this before. I have the following HTML form: <form action="" method="POST" name="createForumCategory"> <label>Create a new category:</label> …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in PHP Form Handler not detecting $_POST?

    `die(print_r($_POST));` outputs `Array ( ) 1`. `die(print_r($_SESSION));` is correct 100%. I've already tried echoing before and after, but this of course doersn't matter - the IF statement isn't executing. > …
  • Member Avatar for mmcdonald
    mmcdonald

    Created PHP Form Handler not detecting $_POST?

    Hi all. I'm having a mad issue... totally mad. I mean I've never had this before. I have the following HTML form: <form action="" method="POST" name="createForumCategory"> <label>Create a new category:</label> …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching PHP Form Handler not detecting $_POST?

    Hi all. I'm having a mad issue... totally mad. I mean I've never had this before. I have the following HTML form: <form action="" method="POST" name="createForumCategory"> <label>Create a new category:</label> …
  • Member Avatar for mmcdonald
    mmcdonald

    Marked Solved Status for Multiple HTML 'Anchors'?

    Boo! Yeah sorry it's me again... I'm launching a modal with: <a data-toggle="modal" data-target="#loginModal" href="javascript:;">Register</a> The modal has 3 tabs. It should usually open on tab one (it does), but …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching Multiple HTML 'Anchors'?

    Boo! Yeah sorry it's me again... I'm launching a modal with: <a data-toggle="modal" data-target="#loginModal" href="javascript:;">Register</a> The modal has 3 tabs. It should usually open on tab one (it does), but …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in Multiple HTML 'Anchors'?

    Yeah it does work (facepalm) - It was the structure of my includes causing the issue. My final code: <a data-toggle="modal" data-target="#loginModal" id="loginLink" href="javascript:;">Login</a> <a data-toggle="modal" data-target="#loginModal" id="registerLink" href="javascript:;">Register</a> <script …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching Multiple HTML 'Anchors'?

    Boo! Yeah sorry it's me again... I'm launching a modal with: <a data-toggle="modal" data-target="#loginModal" href="javascript:;">Register</a> The modal has 3 tabs. It should usually open on tab one (it does), but …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in Multiple HTML 'Anchors'?

    Progress! Okay I like what you're doing here but it wasn't working... I tried this: <script> $("#registerLink").click(function(e) { $("#tab_3_1").removeClass("active"); $("#tab_3_2").addClass("active"); }); </script> <a data-toggle="modal" data-target="#loginModal" id="registerLink" href="javascript:;">Register</a> tab_3_1 is the …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching Multiple HTML 'Anchors'?

    Boo! Yeah sorry it's me again... I'm launching a modal with: <a data-toggle="modal" data-target="#loginModal" href="javascript:;">Register</a> The modal has 3 tabs. It should usually open on tab one (it does), but …
  • Member Avatar for mmcdonald
    mmcdonald

    Replied To a Post in Multiple HTML 'Anchors'?

    That's exactly the case mate, class="active". I'm obviously having a blonde moment because surely that restricts me to the use of JS? Is there no way HTML can handle this? …
  • Member Avatar for mmcdonald
    mmcdonald

    Created Multiple HTML 'Anchors'?

    Boo! Yeah sorry it's me again... I'm launching a modal with: <a data-toggle="modal" data-target="#loginModal" href="javascript:;">Register</a> The modal has 3 tabs. It should usually open on tab one (it does), but …
  • Member Avatar for mmcdonald
    mmcdonald

    Began Watching Multiple HTML 'Anchors'?

    Boo! Yeah sorry it's me again... I'm launching a modal with: <a data-toggle="modal" data-target="#loginModal" href="javascript:;">Register</a> The modal has 3 tabs. It should usually open on tab one (it does), but …

The End.