I searched on the topics with the same name here but I didn't find anything relevant with what I have. I follow a tutorial and in a sql
$sql .= "WHERE event_id = :id LIMIT 1"
I saw that the author used :id. I assumed that should be $id. I don't know this php notation. Please, someone tell, me what is going on? Thank you.