Search results

  1. Kristo

    PHP Form Submit: HTTP Error 500

    These have helped, however one main issue that I still have is when clicking on the 'submit' button it goes to a blank page saying 'Form is not submitted'. Can you guys be of any help with this? <?php if(empty($_POST['submit'])) { echo "Form is not submitted!"; exit; }...
  2. Kristo

    PHP Form Submit: HTTP Error 500

    Hi, When I submit a PHP form on my website I am getting an error on the web browser 'HTTP Error 500' can somebody help? <?php if(empty($_POST['submit'])) { echo "Form is not submitted!"; exit; } if(empty($_POST["fullname"]) || ($_POST["email"]) empty($_POST["phone"])...
  3. Kristo

    Whats your favorite programming language, and why?

    Sorry I never expanded on that... I mean the way the design is structured.
  4. Kristo

    PLAYERUNKNOWN'S BATTLEGROUNDS Thoughts?

    Hey, What is everybody's thoughts on PLAYERUNKNOWN'S BATTLEGROUNDS. Putting this out now as it has now been out for a while. My opinion The game overall is good, however, it has sometimes a tendency to disconnect from servers (Not my internet issue) but this is not a common thing and happens...
  5. Kristo

    Custom Clothing. [Release]

    Nice work! :)
  6. Kristo

    Whats your favorite programming language, and why?

    PHP because I love the way it can be structured.
  7. Kristo

    How to fix this issue on Windows 10 Display

    If you are unsure on how to fix this then dig out the manual/documents that came with the computer/screen. Look into possible buttons etc etc. If this fails take the product number and head over to the manufacturer websites for further help.
  8. Kristo

    How to fix this issue on Windows 10 Display

    I am under the impression he is talking about the watermark. If not I am not sure what he is on about...
  9. Kristo

    HELP! Selling an xbox one to gamestop?

    There is usually a preference for it to be packaged. Not a requirement though (UK)
  10. Kristo

    MastoDon? Is is better than Twitter?

    Twitter is fine. MastoDon looks copied and very messed up.
  11. Kristo

    You can stick your f*king ISIS up your arse!

    Well that was a nice wake up this afternoon :)
  12. Kristo

    PHP Statement Issue

    Thanks so much for this - PHP is still something I am trying to learn. @Sentinel
  13. Kristo

    PHP Statement Issue

    I am very new to PHP coding and am having some problems with a simple bit of code and was looking for some help. It says I have 'Unexpected T_EMPTY' <?php if(empty($_POST['submit'])) { echo "Form is not submitted!"; exit; } if(empty($_POST["fullname"]) || empty($_POST["email"])...
  14. Kristo

    Website Row Issue

    I am not stupid -_- This was marked as the best answer by myself because FUNNILY ENOUGH it was the best answer and solved the issue :l Whats the point in me using it if I am going to be criticised FOR using it...
  15. Kristo

    Website Row Issue

    Thanks for your input but this did not change it (in fact shrunk everything else) https://jsfiddle.net/zxLfhsjv/1/
  16. Kristo

    Website Row Issue

    Okay so, Last time I messed all of this up. I am now down to redeem myself by actually providing a JSFiddle link. I have the top row in this example but there is one image on the bottom and no matter what I change I cannot move it to the top row. I would like to have all those images (They...
  17. Kristo

    Website Coding Issue

    Considering JSFiddle does not work for me no...
  18. Kristo

    Website Coding Issue

    @The_Unholy This has made no difference... See here - http://imgur.com/a/foavp
  19. Kristo

    Website Coding Issue

    @The_Unholy Like so? <!-- Start Team Member Section --> <section id="team-section"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="section-title text-center wow fadeInDown"...
  20. Kristo

    Website Coding Issue

    @Sentinel Yes I have tried that I was hoping to see if somebody could look at my code and see if there is anything I could change.
Top