currently we have a website (www.xenzone.com)that is coded in asp. is it possible to add or mingle php code to an asp coded site?
yes , provided your server is configured correctly you could write a script with asp and php parts with each getting parsed by their corresponding parser
this can be generalised to any number of server side parsers
paulsbooker