Welcome Guest, Not a member yet? Register   Sign In
how is convert this code to CodeIgniter code?
#5

[eluser]SaSa[/eluser]
Thank you,
what is this error?

Code:
A PHP Error was encountered

Severity: Warning

Message: mysql_fetch_array() expects parameter 1 to be resource, object given

Filename: admin/model_tour.php

Line Number: 19

line 19:
Code:
while($row = mysql_fetch_array($query)) //this is line 19
        {
           $data[] = $row->name;
        }


Messages In This Thread
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 09:10 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 09:32 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 09:35 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 10:01 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 10:11 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 10:13 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-14-2011, 10:23 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-15-2011, 02:26 AM
how is convert this code to CodeIgniter code? - by El Forum - 07-15-2011, 07:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB