Search found 3 matches

by eyevee99
Sun May 01, 2005 3:12 am
Forum: PHP - Code
Topic: How do you run Python/Perl scripts and return the output
Replies: 3
Views: 840

It was just a bracket in the wrong place. I've been coding for too long today... Thanks for your help.
by eyevee99
Sun May 01, 2005 3:01 am
Forum: PHP - Code
Topic: How do you run Python/Perl scripts and return the output
Replies: 3
Views: 840

Yeah I left a line out of my initial post, and between our edits it got lost again while I was trying to add it.

:)

Code: Select all

$buffer             = ob_get_contents();
by eyevee99
Sun May 01, 2005 2:46 am
Forum: PHP - Code
Topic: How do you run Python/Perl scripts and return the output
Replies: 3
Views: 840

How do you run Python/Perl scripts and return the output

Hi, I'm writing a simple CMS for a friend and have a query regarding running perl or python scripts from within php and returning the output for use in a HTML page. eg, the user inputs some text and submits it to the database. A script parses that text before it is saved. Then when it is a retrieved...