Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Php Functions Re: Php Functions

#71605
jonleesmith
Member

Does’nt seem to be working unfortunately. Gota be some how

Code:
$query = “SELECT title FROM go_pages “;

$result = mysql_query($query);

while ($row = mysql_fetch_array($result)) {
echo “

  • $row[title]
  • “;

    I want to put the getUrl() function in

    Code: