ChaosKnight Posted May 23, 2010 Share Posted May 23, 2010 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 More sharing options...
Daniel0 Posted May 24, 2010 Share Posted May 24, 2010 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.