Page 1 of 1

Problem with Array and Database :/

Posted: Mon Nov 21, 2011 3:33 pm
by kiro24
fawafawfwa

Re: Problem with Array and Database :/

Posted: Tue Nov 22, 2011 1:37 am
by maxx99
Don't do shortcuts like

Code: Select all

 ('$pics[0][$i]>', '$links[0][$i]')
Go with -> ' " . $arr[x][y] . " '

Code: Select all

 ('" . $pics[0][$i] . "', '" . $links[0][$i] . "')