x_wd11 Posted March 20, 2019 Share Posted March 20, 2019 Notice: Undefined variable: area in ...\new_post.php on line 14 Notice: Undefined variable: error in ...\new_post.php on line 17 Notice: Undefined variable: parent in ...\new_post.php on line 18 ... where do I initialize these ones? Thanks. Link to comment Share on other sites More sharing options...
x_wd11 Posted March 20, 2019 Author Share Posted March 20, 2019 sorry, I got it all wrong, it should be the PHP and Mysql web development that I am referring to, so, you might get rid off this post, sorry. Link to comment Share on other sites More sharing options...
Larry Posted March 21, 2019 Share Posted March 21, 2019 You either initialize the variables before you reference them or maybe they should be coming from an HTML form. Link to comment Share on other sites More sharing options...
Recommended Posts