0

i have this file :

~/abd.php

<?php
    echo 5+5;
?>

i run this command on terminal

php5 ~/abd.php

i expect to get 10 . However, No output found.

1 Answer 1

1

Does it output before the prompt, e.g:

10user@server:~#

If so, try adding a newline.

Sign up to request clarification or add additional context in comments.

1 Comment

where to add new line and how ?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.