first of all thanks for those who replied with this question,
now i am working on the vise versa of calling aspx in php
i hope you can help me.
this is my code
<html>
<body>
<?php
include("Default.aspx");
?>
</body>
</html>
but it keeps giving me the output of
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <% Response.Write("Hello world!"); %>
i just need to run the hello world on the site.
thank u