I'd like to run php CLI + curl on ubuntu 7.10.
I ran Synaptic, did what it said,
everything seems to be OK.
How do I run a command?
Been writing code for 44 years,
currently C# in Windows.
Installed ubuntu from Sobell's Practical Guide.
Everything is OK.
Thanks for the help.
ubuntu 7.10 install CLI?
Moderator: General Moderators
Re: ubuntu 7.10 install CLI?
Code: Select all
sudo apt-get install php5-cli php5-curlWhat kind of command?jbangert wrote:How do I run a command?
Code: Select all
kyle@w3jubuntu:~$ php5 -r "
> var_dump(null);
> ";
NULLLike usual look at the manual.
Code: Select all
man php5Re: ubuntu 7.10 install CLI?
Many thanks for the quick reply.
I'm guessing the main problem here is:
there's lots of stuff I don't know.
I don't know what is common knowledge.
I don't remember a lot of Unix. That was 30 years ago.
But, so far I'm making progress with your suggestions.
Next step -- learn to use the text editor.
'Cause, I'm sure NOT going to go back to
vi or emacs.
Thanks.
I'm guessing the main problem here is:
there's lots of stuff I don't know.
I don't know what is common knowledge.
I don't remember a lot of Unix. That was 30 years ago.
But, so far I'm making progress with your suggestions.
Next step -- learn to use the text editor.
'Cause, I'm sure NOT going to go back to
vi or emacs.
Thanks.