Click to See Complete Forum and Search --> : Php & Asp?


chrisb
03-20-2007, 04:24 AM
Quick question if I may, and it may be a silly one! If I built a content management system in php, could I call out the data in asp pages on my live website?

Could something called a 'web service' be used?

Thanks

Chris

ray326
03-20-2007, 03:44 PM
If I built a content management system in php, could I call out the data in asp pages on my live website?You could send page requests to the CMS from anywhere, including an ASP app.
Could something called a 'web service' be used?In general, no.