A
Members
-
Joined
-
Last visited
Solutions
-
A's post in Direct comparison between Heart Internet and TSOHost was marked as the answerHoly multiple redirect, do you get much commission from recommending against using a host?
Just in case there was still a hint of uncertainty caseyoli, I also think TSO will be a great choice for your needs
-
A's post in Browser not resize with mouse cursor was marked as the answer"Show window contents while dragging" has been disabled in Windows.
Right click Computer -> Properties -> Advanced System Settings -> Performance 'Settings' and enable it in the list.
-
A's post in Cannot find border in css was marked as the answerNo, the border belongs to the missing image placeholder:
-
A's post in Nav id Help Needed was marked as the answerYou're linking to #testimonials but there is no element with that ID, or anchor with that name.
-
A's post in Please help with my Contact page was marked as the answer// validation $validationOK=true; if (!$validationOK) { print "<meta http-equiv=\"refresh\" content=\"0;URL=error.htm\">"; exit; } You're not actually doing any server-side validation, there's nothing to stop this script sending you emails with blank variables.
People can change your HTML and disable or modify your JS, any actual data validation needs to happen on the server.
The client-side validation is just for the user experience, so that they do not have to go back and fill out fields again because they did something wrong