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;
}...
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"])...
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...
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.
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"])...
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...
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...