PHP Error
•
1 Dec 2009, 18:18
•
Journals
can somebody tel me whats wrong with this line?
Error:
Line:
Error:
Line:
|
35.2 %
(19 votes)
|
|
64.8 %
(35 votes)
|
and maybeu wrote smth wrong in ur html form
checking if its empty/set ?
if($_POST['submit'] == ''){
echo 'fu';
}
or != '' ofc
if(!empty($_POST['submit']) && !empty($_POST['title']) && !empty($_POST['writer']) && !empty($_POST['text'])){