Home › Forums › Back End › Php Functions › Re: Php Functions
February 25, 2010 at 3:49 pm
#71605
Member
Does’nt seem to be working unfortunately. Gota be some how
Code:
$query = “SELECT title FROM go_pages “;
$row[title]
$result = mysql_query($query);
while ($row = mysql_fetch_array($result)) {
echo “
“;
I want to put the getUrl() function in