Search Result

Collapse
4 results in 0.0044 seconds.
Keywords
Members
Tags
undefined index
  •  

  • umarsulur
    started a topic Undefined index error for the last element of array
    in PHP

    Undefined index error for the last element of array

    Undefined index for the last element of array while fetching datas from db through an array variable. I use for each loop to seperate and also in_array()...ki ndly help pls.....


    Here is the code......
    Code:
    <?php
    
    include("includes/global_inc.php");
    
    $qry1=$_REQUEST['qry'];
    $feilds2=$_REQUEST['fields1'];
    $cnt=$_REQUEST['count'];
    $feild_name=explode(",",$feilds2);
    ...
    See more | Go to post

  • Antonio Bacasno
    started a topic Notice: Undefined Index: ...
    in PHP

    Notice: Undefined Index: ...

    Hi. I am having some problems with my PHP page (maybe because I'm a noob in PHP). Anyway, please see the attached files. When I try to echo the data of EQUIPCODE and ADDDATE, it doesn't show up in the PROCESSFORM page. EQUIPCODE and CURLOC are almost the same scripts, yet CURLOC was able to echo its own data. I've checked all the variables for any syntax error, but they seem all fine. I really don't understand this. Please, could somebody kindly...
    See more | Go to post

  • Notice: Undefined index: Scales ...but it is defined? :S

    Hey,

    I'm thinking this is something simple, as I'm a PHP/Web Dev newb, been asked to develop an app for work, so I'm stumbling my way through this, any how, I get the error:

    Notice: Undefined index: Scales in C:\wamp\www\TS\ upload.php on line 31

    Here is a bit of the code that declares it:

    Code:
    <p></p></div>
          <p>&nbsp;</p>
          <p>&nbsp;&nbsp;&nbsp;
    ...
    See more | Go to post

  • sky2070
    Guest started a topic Undefined index
    in PHP

    Undefined index

    i have two file with jobapp.html calling jobapp_action.p hp
    <HTML>
    <!-- jobapp.html -->
    <BODY>
    <H1>Phop's Bicycles Job Application</H1>
    <P>Are you looking for an exciting career in the world of cyclery?
    Look no further!
    </P>
    <FORM NAME='frmJobApp ' METHOD=post ACTION="jobapp_ action.php">
    Please enter your name:
    <INPUT NAME="applicant "...
    See more | Go to post
Working...