TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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 "?
Reply
Answers (
3
)
How do you find the ASCII value of a character?
How to program my own MessageBox class?