outkast

outkast

  • NA
  • 5
  • 0

Creating a PHP file from a C# script

Jan 18 2004 7:07 PM
I am trying to create a PHP file from a C# Script. The trouble I am having is adding this line to the C# script include("header.php"); This is what I have come up with, but I can only use one set of "" in the line. op.WriteLine( "include("header.php");" ); How would I get the " to print in the PHP file? Is there another way, like an ASCII character that will print as a "?

Answers (3)