Ask a Question related to PHP Development, Design and Development.
-
Tom Jones #1
portable IPC - Win and Linux?
I want to write a portable PHP program or two, to do some stuff best done in
PHP ... but to commincate with some project code written in C.
The function ref i have for PHP is: "PHP Functions Essential Reference" (new
riders) ... and it says the pipes and shared memory stuff won't work under
windows and the com stuff won't work under anything but windows. I believe
that ... so I am asking for other approaches that may result in portable
code. Dropping files for communications is a last resort. I use PHP stand
alone without a web server and like it for its easy scripting ... anyone
else using it for just stand alone scripting?
Thanks
Tom
Tom Jones Guest
-
Making Flash portable
I need to know how to save a flash file to a jump drive to be shown on a client's computer. We will not have the ability to save the file locally... -
OT: Portable Storage
Ramón(are you feeling well enough to travel?), Buko, and other errants, There's a favorable review of a portable card reader/CD burner, called... -
Portable unix du command
Howdy group. I have a need to get the size of a directory. I could just execute unix's du command (my $sz = `du -sh /usr`;) but was wondering if... -
portable mail questions
I've got a PowerBook (G3 Pismo) that I use at home (via DSL) and at the office (LAN). I wish to send mail from both locations, using OS X Mail.app... -
LAN, NetInfo and a portable
Hello. I have a small LAN at home with a few Macs. I have been thinking about using my fastest G4 as a NetInfo server for the rest of them. I'd... -
kaptain kernel #2
Re: portable IPC - Win and Linux?
Tom Jones wrote:
socket based comms is your friend:> I want to write a portable PHP program or two, to do some stuff best done
> in PHP ... but to commincate with some project code written in C.
>
> The function ref i have for PHP is: "PHP Functions Essential Reference"
> (new riders) ... and it says the pipes and shared memory stuff won't work
> under windows and the com stuff won't work under anything but windows. I
> believe that ... so I am asking for other approaches that may result in
> portable code. Dropping files for communications is a last resort. I use
> PHP stand alone without a web server and like it for its easy scripting
> ... anyone else using it for just stand alone scripting?
>
> Thanks
> Tom
[url]http://www.zend.com/zend/tut/tutorial-staub3.php[/url]
Linux Format has an article on it as well this month.
kaptain kernel Guest
-
Luca Mariano #3
Re: portable IPC - Win and Linux?
The shmop extension offer access to shared memory and works under both Win32
& Linux.
kaptain kernel ha scritto nel messaggio
<3fba521c$0$25034$afc38c87@news.easynet.co.uk>.. .
Tom Jones wrote:
socket based comms is your friend:> I want to write a portable PHP program or two, to do some stuff best done
> in PHP ... but to commincate with some project code written in C.
>
> The function ref i have for PHP is: "PHP Functions Essential Reference"
> (new riders) ... and it says the pipes and shared memory stuff won't work
> under windows and the com stuff won't work under anything but windows. I
> believe that ... so I am asking for other approaches that may result in
> portable code. Dropping files for communications is a last resort. I use
> PHP stand alone without a web server and like it for its easy scripting
> ... anyone else using it for just stand alone scripting?
>
> Thanks
> Tom
[url]http://www.zend.com/zend/tut/tutorial-staub3.php[/url]
Linux Format has an article on it as well this month.
Luca Mariano Guest



Reply With Quote

