Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jay1987

    (@jay1987)

    navigationStart
    fetchStart
    domainLookupStart
    domainLookupEnd
    connectStart
    connectEnd
    requestStart
    responseStart
    domLoading
    responseEnd
    domInteractive
    domContentLoadedEventStart
    domContentLoadedEventEnd
    domComplete
    loadEventStart
    loadEventEnd
    |
    0|
    20578ms
    The following events did not occur:
    – secureConnectionStart
    – redirectEnd
    – redirectStart
    – unloadEventEnd
    – unloadEventStart
    You got to this page by clicking a link or entering a URL.

    Network latency was 3676ms (responseEnd – fetchStart).

    The page took 16820ms to load after it was received from the server (loadEventEnd – responseEnd).

    Navigation and page load took a total of 20578ms (loadEventEnd – navigationStart).

    Thread Starter jay1987

    (@jay1987)

    Thank you Bemdesing, I shall look into this further.

    With Regards

    Thread Starter jay1987

    (@jay1987)

    if (isset($_REQUEST[‘submit’]) && isset($type) && isset($parentId)) {

    $name = $_POST[“names”];
    echo ‘$name is set even though it is empty’;
    $country = $_POST[“country”];

    $gender = $_POST[“gender”];

    $age = $_POST[“age”];

    $email = $_POST[“email”];
    echo ‘$email is set even though it is empty’;

    Doesnt work.

    Thread Starter jay1987

    (@jay1987)

    Ive built it myself to a certain degree however other parts are with the CRM company, what i am trying to do is add it so that the fields are mandatory before submission.

    Ill be honest and im not hundred percent certain the best way to achieve this in php without affecting the entire workings .

    Thread Starter jay1987

    (@jay1987)

    Hi there, this is the colour theme of the company so the policy is this unfortunately, do you think this will turn people away?

Viewing 5 replies - 1 through 5 (of 5 total)