Hi list,
When using Rev cgi, when my script on the server sends some HTML code
to the client, I use the following line :
put "Content-Type: text/html" & cr & cr
but when the code I want to send to the client is actually HTML + PHP
code,
how shall I transform this line in my cgi script ?
Is it "application/php" or "text/php" or... ?
Thanks,
JB