[PHP] From: Newman, PHP on non PHP servers?

2002-03-16 Thread Philip J. Newman
Ok say I have a top ten list of something in a MySql db on server lisa.philipnz.com which runs php scripts. Is it possable to call, using a javascript information from say http://www.geocities.com/philip_newman/ this list, will the PHP exacute on lisa.philipnz.com when the script is

Re: [PHP] From: Newman, PHP on non PHP servers?

2002-03-16 Thread heinisch
At 17.03.2002 08:02, you wrote: Ok say I have a top ten list of something in a MySql db on server lisa.philipnz.com which runs php scripts. Is it possable to call, using a javascript information from say http://www.geocities.com/philip_newman/ this list, will the PHP exacute on

Re: [PHP] From: Newman, PHP on non PHP servers?

2002-03-16 Thread Michael Geier
create a page on the PHP server that returns the results as an html page... than use an include or frameset to put the results into the geocities page... if it wasn't a geocities site, you could use an SSI include or PHP include. -- Michael Geier CDM Sports, Inc. - Systems Administrator

Re: [PHP] From: Newman, PHP on non PHP servers?

2002-03-16 Thread Philip J. Newman
and javatopten.php returns document.write(' Blar Blar'); - Original Message - From: Michael Geier [EMAIL PROTECTED] To: Philip J. Newman [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, March 17, 2002 9:06 AM Subject: Re: [PHP] From: Newman, PHP on non PHP servers? create a page