PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm a newbie to PHP and i've been teaching myself PHP and MySQL for about a month now and I've come up with this question. Is it possible to use PHP within a Perl script? Basicly my situation is this. I'm running a perl based message board (basicly for it's simplicity) and I want to password protect it using a PHP script I've got set up (VnPortal). The only thing I need to placein the perl script are some header references to the files used by VnPortal. When I try and place them into the Perl script I continually come up with an Internal 500 error. What's up?
Yeah... you could probably pull it off, but I would not recommend it. It is probably very rarely a good idea to use PHP and Perl together in the same application like that.