Answer the question
In order to leave comments, you need to log in
Several company geopoints on facebook and instagram. How to leave one?
Hello!
I registered a company on bussines facebook to further promote the account and separately created a point for tagging places and photos via instagram using a YouTube lesson. Now there is no way to edit the page of the geopoint on facebook, and in instagram in general 3 geopoints come out by search. How to leave only one point of them and make an associated geopoint with the main facebook business page (how to delete others)?
Answer the question
In order to leave comments, you need to log in
and in instagram in general 3 geopoints come out by search
How to leave only one point of them and make an associated geopoint with the main facebook business page (how to delete others)?
Initialize an empty array before executing the loop:
function get_submenu($parent)
{
db_connect();
$result = mysql_query("SELECT * FROM menu WHERE parent='$parent' ORDER BY id");
$res_array = [];
while($row = mysql_fetch_assoc($result))
{
$res_array[] = $row;
}
return $res_array;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question