English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

is it posible to use both PHP and ASP in a page like a login or members page?

What would be then its format? like .php, .asp, or .somethingelse ?

2007-11-23 15:11:09 · 2 answers · asked by ___ 4 in Computers & Internet Programming & Design

2 answers

It is not possible to use both php and asp on the same page....these require different webserver technologies. I suppose you make a call from within, lets say, an asp page to an external php script to process data and return the resulting html to be consumed by the asp page....but you definitely would not write php and asp within the same page.

2007-11-23 15:16:33 · answer #1 · answered by Kevin 3 · 3 0

You cannot intermix them, but I had done project requiring a JSP page to call up an internal server that runs PHP.

2007-11-24 00:22:02 · answer #2 · answered by Andy T 7 · 0 0

fedest.com, questions and answers