[PHP] RE: could i get a clue?

2001-08-15 Thread Andrew Chase
No sure how you mean 'calling' the script... but in addition to using something like document.location='myscript.php' It would theoretically be possible to pass javascript variables to a PHP script in the same way by using something like var foo = Some Text; var bar =

[PHP] Re: could i get a clue?

2001-08-15 Thread marilyn manson
Sorry I wasn't very clear on what I needed to be done by javascript and php. basically i have a flash movie that calls a javascript function and I was wondering if I could do something in javascript like: var x = bleh.php; and get some variables back but I soon learned that I could do this

[PHP] Re: could i get a clue?

2001-08-14 Thread Hugh Bothwell
Marilyn Manson [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... 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? Well, to call a php script, you basically

[PHP] Re: could i get a clue?

2001-08-14 Thread Richard Lynch
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 You first need to realize that this will *require* opening up a whole new