I am new to php, and I need some help.
I am trying to write a script for a web site
[code=php]
<?php
nl2br(open_ques tion("prices.tx t"));
Fatal error: Call to undefined function open_question() in c:\wamp\www\mur ugan\untitled-1.php on line 4
?> [/code]
what i can i do for this error?
I am trying to write a script for a web site
[code=php]
<?php
nl2br(open_ques tion("prices.tx t"));
Fatal error: Call to undefined function open_question() in c:\wamp\www\mur ugan\untitled-1.php on line 4
?> [/code]
what i can i do for this error?
Comment