I am trying to get a script running that I found on the net. I made everything the way i should have done but i receive the following message.
Warning: Cannot execute using backquotes in safe mode in /home/bparis/public_html/index_poetry.php on line 27
this is the part of the code that is causing this problem:
// create our list of words and count how many there are
$word_list = ls words | xargs echo | tr ' ' ':';
$num_words = ls words | wc -l;
For both lines I receive the message above. I hope that anybody might know what i did wrong here.
Thank you in advance
Andrea