When I add a query associated with a function:
<?php
mysql_select_db($database_anything, $anything);
function getCount($XLA, $MCat) {
global $anything;
$query_X= sprintf("SELECT.....
To a page that already has another similiar one on it, the page blanks out.
Its not the query.
What could be causing this? One is within the body and I'd like to put the other above the head section. Is it because global is listed twice?