Skip to main content
Code Review

Return to Revisions

2 of 2
replaced http://us3.php.net with https://www.php.net

For one thing, you can use file_get_contents:

$email_template = file_get_contents($template_filename);
$subject_template = file_get_contents($subject_filename);
$footer_template = file_get_contents($footer_filename);
steveo225
  • 258
  • 2
  • 9
default

AltStyle によって変換されたページ (->オリジナル) /