Have just started to use html/php and would like to test scripts offline.
My browser is Rekonq.
How should I run scrip locally.
I have an html file("test") containing:-
Inserting "file:///home/bill/test" as the url invokes kate editor with test loaded. Same thing if I double click on 'test'
Where am I going wrong?
My browser is Rekonq.
How should I run scrip locally.
I have an html file("test") containing:-
Code:
<!DOCTYPE html> <html> <body> <?php echo "My first PHP script!"; ?> </body> </html>
Where am I going wrong?
Comment