Answer the question
In order to leave comments, you need to log in
Is it possible to somehow call the class with a url in php, or have the class run itself without being declared?
Is it possible to somehow call the class with a url in php, or have the class run itself without being declared?
class Delete extends Database
{
..code..
}
$delete = new Delete(); //вот без этого
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question