I am caling the function user_blog() as mentioned in reference document but it gives me error that "Function not found"
Announcement
Collapse
No announcement yet.
Error In funcaiton
Collapse
X
-
You need to start elaborating. We are not mind readers here, we need to know more information.
What script/CMS are you using that tells you to use that function? Is the function being defined in your script before using it?Useful function to retrieve difference in times
The best PHP resource
A good PHP FAQ
PLEASE remember to wrap your code in [PHP] tags.
PHP Code:// Replace this
if(isset($_POST['submitButton']))
// With this
if(!empty($_POST))
// Then check for values/forms. Some IE versions don't send the submit button
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
-
Comment