Problem with Array and Database :/
Moderator: General Moderators
Problem with Array and Database :/
fawafawfwa
Last edited by kiro24 on Tue Nov 22, 2011 10:37 am, edited 1 time in total.
Re: Problem with Array and Database :/
Don't do shortcuts like
Go with -> ' " . $arr[x][y] . " '
Code: Select all
('$pics[0][$i]>', '$links[0][$i]')Code: Select all
('" . $pics[0][$i] . "', '" . $links[0][$i] . "')