Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
Node is saved as draft in My Content >> Draft
  • Use Of "isset" in Core PHP

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 5
    Comment on it

    " isset Determine if a variable is set and is not NULL . "
    Suppose we have a HTML form and we want to know whether that form has been submitted or not we have to do a basic simple step .
    if (isset($_POST["submit"])
    {
    write something here
    }
    This means everytime if the value of form is set then it will work.

    post submit isset

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: