[PHP-DEV] PHP - PDF on the fly

2003-03-12 Thread Bev
as an example. Rgds Bev ?php set_time_limit( 180 ); // this script can be very slow //create short variable names $name = $HTTP_POST_VARS['name']; $score = $HTTP_POST_VARS['score']; function pdf_replace( $pattern, $replacement, $string ) { $len = strlen( $pattern ); $regexp = ''; for ( $i

[PHP-DEV] PHP - PDF ...hmm is this the correct way??

2003-03-12 Thread Bev
is attached as an example. Rgds Bev ?php set_time_limit( 180 ); // this script can be very slow //create short variable names $name = $HTTP_POST_VARS['name']; $score = $HTTP_POST_VARS['score']; function pdf_replace( $pattern, $replacement, $string ) { $len = strlen( $pattern ); $regexp