No article found
A PHP Error was encountered
Severity: 8192
Message: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated
Filename: views/article_profile.php
Line Number: 89
Backtrace:
File: /home/dhakswus/public_html/application/views/article_profile.php
Line: 89
Function: strtotime
File: /home/dhakswus/public_html/application/controllers/Article.php
Line: 193
Function: view
File: /home/dhakswus/public_html/index.php
Line: 315
Function: require_once
Rules for writing function:
1. At first function type should be started with the sign (=),
2. Bracket is placed to the right of function and argument to be typed in the bracket.
3. If the arguments are there, these should be separated by the signs of () or colon (;).
4. In the function expression maximum 255 letters can be used.
5. Digits are also considered as argument.
6. In one function maximum 30 arguments can be used.
17. In the text function argument should be kept in quotation sign.
8. To write function capital or small letters can be used.
9. There should not be any gap in between brackets of function and argument.
10. There are some functions, which do not need argument.