Jump to content

Advanced PHP


ChaosKnight

Recommended Posts

Is there books available about the most advanced PHP topics, such as e-mail piping, PHP shell, using C with PHP, etc.? I hear a lot of PHP experts talking about thing like those, and that makes me feel like somewhere along the line I missed something that I should have known already...

Link to comment
https://forums.phpfreaks.com/topic/202636-advanced-php/
Share on other sites

Email piping: Add something like daniel: "|/path/to/some/script.php" to /etc/aliases, run newaliases and then I can read emails to "daniel" from STDIN in that script. It hasn't really got anything to do with PHP, but more with how you setup a mail server.

 

PHP shell: You mean like this. You just run your script by typing php script.php instead of going to http://localhost/script.php. That part of the manual contains the differences between the SAPIs.

 

Using C with PHP: What's that supposed to mean?

Link to comment
https://forums.phpfreaks.com/topic/202636-advanced-php/#findComment-1062457
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.