Jump to content

Javascript_PHP


x_maras

Recommended Posts

I have ade a php page.

By pressing some buttons some text appears. I'd like to make this text disappear with the press of another button.

Easy with javascript, but how i can keep in a session the id value and pass it to the javascript?

Sorry if my text is confusing but I m a bit confused too.

Link to comment
Share on other sites

ok, you don't want to echo all the data to the page for JavaScript to access it, UNTIL the button is pressed I'm assuming?

 

Well, PHP is a server side processor, so basically, once JavaScript is started, PHP is already closed, and all the variables/resources/etc are destroyed and inaccessible..

 

What you could do, is set up some AJAX and everytime the button is pressed, connect to another php page, which it will still be within the same browser so the session will still be active.. just echo the data of the session into that php and then AJAX will retrieve it and you can play with it all you want once AJAX has it.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.