Welcome Guest, Not a member yet? Register   Sign In
notice driving me crazy
#1

[eluser]amipaxs[/eluser]
hello buddies,

this

Code:
<?php
class Portal extends Controller {

  public $data;
  function Portal()
   {
    parent::Controller();
    $data['poll'] = $this->MEncuestas->displayPoll(); // load question.
    extract($data['poll']); // extract id from poll.
          
    $data['options'] = $this->MEncuestas->displayOptions($id); //(I get undefined index id )

while in the localhost it doesn't show any notice msg, but when i upload the files to the server I get the undefined index id message.. so how can i correctly extract the $id from the $data['encuesta'] array and use it in the second query?

thanks in advance


Messages In This Thread
notice driving me crazy - by El Forum - 12-15-2009, 07:30 PM
notice driving me crazy - by El Forum - 12-15-2009, 11:50 PM
notice driving me crazy - by El Forum - 12-16-2009, 04:39 AM
notice driving me crazy - by El Forum - 12-16-2009, 08:59 AM
notice driving me crazy - by El Forum - 12-16-2009, 10:50 AM
notice driving me crazy - by El Forum - 12-16-2009, 07:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB