Welcome Guest, Not a member yet? Register   Sign In
Variables are not transmitted to view? Validation not work.
#2

[eluser]gtech[/eluser]
if your database query does not return anything then resarray is not being initialised.

in the first line of your function you can do
Code:
$resarray = array('title'=>'', 'excerpt'=>'', 'content'=>'');

I think thats the problems anyway, good luck!


Messages In This Thread
Variables are not transmitted to view? Validation not work. - by El Forum - 05-04-2008, 05:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB