Hello i have this on a webpage
PrintFatherNode($father, 1);
Which will show the name of the Father if in the Fathers column of my database table.
I’m trying to add a way to print or echo something else like “Sorry Father not in Database” if the father ($father, 1) is empty in the Fathers column.
Thanks for Replies.