Search Result

Collapse
3 results in 0.0041 seconds.
Keywords
Members
Tags
undefined
  •  

  • tharindu96
    started a topic 'Notice: Undefined index:' Error
    in PHP

    'Notice: Undefined index:' Error

    I'm getting a error message in php the file is attached.

    Notice: Undefined index: textbox in C:\wamp\www\mys ite\index.php on line 2

    Code:
    <?php
    echo $text = $_POST['textbox'];
    ?>
    
    <form action="index.php" method="post">
    	<input type="text" name="textbox">
        <input type="submit" value="Submit">
    ...
    See more | Go to post
    Last edited by Niheel; Jan 25 '12, 09:45 PM. Reason: much easier if you post your question with all the details, your information was merged

  • jQuery - $.ajax() XMLHttpRequest.ResponseText Property Inaccessible

    I am working with jQuery v1.6. My question is: why does the responseText property returning undefined?

    Code:
    var AjaxResult = jQuery.ajax({ ... });
    
    console.log(AjaxResult);
    
    // logs "Object {readyState=1, ...}"
    // So I know that the object is being returned.
    
    console.log(AjaxResult.responseText);
    
    // This line outputs "undefined" to the console.
    ...
    See more | Go to post

  • stefman123
    started a topic help:-Undefined variable
    in PHP

    help:-Undefined variable

    hey guys just wondering if you can help with this error ive started receiving(im not brilliant at coding so it probs something obvious)

    Notice: Undefined variable: lang in C:\xampp\htdocs \armory\source\ charlist.php on line 24

    20<ul class="heading" >
    21<img class="ieimg" src="images/pixel.gif"><li class="hleft"></li>
    22<li class="hcont">...
    See more | Go to post
Working...