corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » Communicating between PHP & ASP


New Topic

New Poll
  Subscribe | Add to Favourites

You are not logged in and may not post or reply to messages. Please log in or create a new account or mail us about fixing an existing one - register@corsasport.co.uk

There are also many more features available when you are logged in such as private messages, buddy list, location services, post search and more.


Author Communicating between PHP & ASP
Ash_EP3
Member

Registered: 15th May 07
Location: Melksham, Wiltshire
User status: Offline
26th Jun 08 at 14:59   View User's Profile U2U Member Reply With Quote

Yep thats it - me and the IT Officer are facing yet another difficulty

We are trying to redirect the web page from ASP to PHP - we are trying to snip information (which is a query) from the end of a URL which is then to be echo'd on a PHP page

HELP!
willay
Moderator
Organiser: South East, National Events
Premium Member


Avatar

Registered: 10th Nov 02
Location: Roydon, Essex
User status: Offline
26th Jun 08 at 15:17   View Garage View User's Profile U2U Member Reply With Quote

lots of useful info on http://www.devshed.com/
Ian
Site Administrator

Avatar

Registered: 28th Aug 99
Location: Liverpool
User status: Offline
26th Jun 08 at 17:37   View Garage View User's Profile U2U Member Reply With Quote

You can pass information in to either script using query string, ie.

script.asp?name=value&name1=value1 etc.

Will also work for PHP. Just form the link with the variables that you want to pass in.

It's available in PHP as $_GET[name]

In ASP, use Request.QueryString("name")

Alternatively, have one script write to a database and the other read from it. Particularly if the information is sensitive or there is lots of it.

[Edited on 26-06-2008 by Ian]
ed
Member

Registered: 10th Sep 03
User status: Offline
26th Jun 08 at 18:19   View User's Profile U2U Member Reply With Quote

XML?
xa0s
Banned

Registered: 4th Mar 08
Location: Dartford, Kent Car: Turbo'd Fabia vRS
User status: Offline
26th Jun 08 at 19:39   View User's Profile U2U Member Reply With Quote

As Ian said.

 
New Topic

New Poll

  Related Threads Author Forum Replies Views Last Post
Designing a Website Andy_sxi Geek Day 4 932
8th Sep 06 at 23:45
by Jodi_the_g
 
ASP.NET vs. PHP - your thoughts Planty02 Geek Day 8 1985
26th Oct 06 at 15:47
by ed
 
Asp.net > Php? Paul_J Geek Day 9 225
18th Nov 07 at 16:38
by chumbly_warner
 
database driven intranet.... Mase Geek Day 15 415
15th May 08 at 13:52
by Mase
 
Javascript vs CGI 1.6Sport Geek Day 7 799
3rd Jun 08 at 04:49
by SRi Luke
 

Corsa Sport » Message Board » Off Day » Geek Day » Communicating between PHP & ASP 28 database queries in 0.0099690 seconds