On Tue, Aug 14, 2001 at 10:18:18AM -0500, marilyn manson wrote:
> ok a basic question. perhaps I dont know enough about javascript but
> anyway..
> 
> I want to call a php script from javascript. Anybody have any hints for me?
> A link to a useful website would work as well. thanks mates
> 
> -student of computer science

FAIK the only possibility is to redirect to the PHP script. Then
you'll get something like:

window.location.href="myscript.php";

-- 

* R&zE:

-- »»»»»»»»»»»»»»»»»»»»»»»»
-- Renze Munnik
-- DataLink BV
--
-- E: [EMAIL PROTECTED]
-- W: +31 23 5326162
-- F: +31 23 5322144
-- M: +31 6 21811143
-- H: +31 23 5516190
--
-- Stationsplein 82
-- 2011 LM  HAARLEM
--
-- http://www.datalink.nl
-- ««««««««««««««««««««««««

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to