Answer the question
In order to leave comments, you need to log in
How to solve the problem with the transition?
When switching from an html document to a php document, the whole code is shown, and not a specific line, how can this be solved?
Here is the php code:
<?php
if (empty($_POST['name'])) {
exit('Некорректное имя пользователя');
}else{
spliti('', $_POST['name']);
}
?>
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