Support Forums
Do any of you actually use PHP from the CLI? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: PHP The Hypertext Preprocessor (https://www.supportforums.net/forumdisplay.php?fid=21)
+---- Thread: Do any of you actually use PHP from the CLI? (/showthread.php?tid=21931)

Pages: 1 2


Do any of you actually use PHP from the CLI? - Orgy - 09-03-2011

I love PHP. I started using it for Web Development, but lately I've become completely uninterested in running it through a webserver, instead running it directly from the CLI for general purpose scripts.

As such, I've become greatly annoyed at the lack of threading and I'm actually now learning C, but for quick little scripts, I still love PHP from the CLI.

I also find it's a lot more fun to code PHP for CLI usage entirely. Especially when you start using the ncurses extension.

How about you guys?


RE: Do any of you actually use PHP from the CLI? - Chief - 09-03-2011

I've never used PHP. I am hoping to learn it soon. How long have you been coding?


RE: Do any of you actually use PHP from the CLI? - Orgy - 09-03-2011

(09-03-2011, 07:55 PM)CaptainFX Wrote: I've never used PHP. I am hoping to learn it soon. How long have you been coding?

A few years now, but mostly just playing with it every now and then. I didn't really do much with it until about a year ago, when I got pretty heavy into it.


RE: Do any of you actually use PHP from the CLI? - Mark Zuckerberg - 09-03-2011

(09-03-2011, 08:04 PM)Orgy Wrote: A few years now, but mostly just playing with it every now and then. I didn't really do much with it until about a year ago, when I got pretty heavy into it.
Just out of curiosity what did you do with it?

I have a basic understanding put no real projects to do.
Besides making little pages echoing stuff and making dynamic signatures xD


RE: Do any of you actually use PHP from the CLI? - Orgy - 09-03-2011

(09-03-2011, 08:06 PM)Mark Zuckerberg Wrote: Just out of curiosity what did you do with it?

What do you mean?


RE: Do any of you actually use PHP from the CLI? - Mark Zuckerberg - 09-03-2011

(09-03-2011, 08:08 PM)Orgy Wrote: What do you mean?
What projects have you started?


RE: Do any of you actually use PHP from the CLI? - Orgy - 09-03-2011

(09-03-2011, 08:10 PM)Mark Zuckerberg Wrote: What projects have you started?

A various few. What really got me into it full time was twBooter, which you may have heard of. From there I started doing freelance work for a few different clients.


RE: Do any of you actually use PHP from the CLI? - FritoBandito - 09-04-2011

I absolutely love PHP. But i also like to code C# for general purpose applications, and maybe java once in awhile for Android Apps. Personally I can never think of anything to do with all the coding that I've learned. So basically I know how to do it, but just don't know what to do.


RE: Do any of you actually use PHP from the CLI? - Orgy - 09-04-2011

(09-04-2011, 12:23 PM)FritoBandito Wrote: I absolutely love PHP. But i also like to code C# for general purpose applications, and maybe java once in awhile for Android Apps. Personally I can never think of anything to do with all the coding that I've learned. So basically I know how to do it, but just don't know what to do.

Yeah, I very rarely actually have an idea of something to create, and when I figure something out, it all hits me like a stack of bricks. I currently have 4 projects underway, lol


RE: Do any of you actually use PHP from the CLI? - FritoBandito - 09-04-2011

(09-04-2011, 04:25 PM)Orgy Wrote: Yeah, I very rarely actually have an idea of something to create, and when I figure something out, it all hits me like a stack of bricks. I currently have 4 projects underway, lol

lol. I try my best to come up with some stuff, but most of the time I don't. Unless someone helps me. And what are the projects?