Welcome Guest, Not a member yet? Register   Sign In
error Undefined offset, how is fix it?
#6

[eluser]John_Betong_002[/eluser]
[quote author="SaSa" date="1312524822"]this way not getting value <input name="date_go">, value is always jgmdate("Y/m/j"). I do not want to be like this[/quote]

Try this first and ensure your input data is what you expect.

If the $_POST data is OK then change TRUE fo FALSE
Code:
if($this->session->userdata('logged_in'))
{
  if(TRUE) // change to FALSE if data is OK
  {
    echo '<pre>';
      print_r($_POST);
    echo '</pre>';
    die;
  }

  $jdate = jgmdate("Y/m/j")
&nbsp;
&nbsp;


Messages In This Thread
error Undefined offset, how is fix it? - by El Forum - 08-04-2011, 08:10 AM
error Undefined offset, how is fix it? - by El Forum - 08-04-2011, 10:17 AM
error Undefined offset, how is fix it? - by El Forum - 08-04-2011, 02:27 PM
error Undefined offset, how is fix it? - by El Forum - 08-04-2011, 04:21 PM
error Undefined offset, how is fix it? - by El Forum - 08-04-2011, 07:13 PM
error Undefined offset, how is fix it? - by El Forum - 08-04-2011, 11:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB