How to call php script from ASP page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tvnaidu
    Contributor
    • Oct 2009
    • 365

    How to call php script from ASP page

    Hi:

    I wrote a php script, I need to call this PHP script from ASP page, how can I call?.

    For example: I have script called "xyz.net/z.php", I have webpage called zyz.net/member.asp, I need to call earlier php. appreciated for help.
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    umm... Usually you call a php script like this:
    Code:
    <a href="myphpscript.php">click here</a>

    Comment

    Working...