[PHP] Even more dynamic page

2001-05-04 Thread Martin Skjldebrand

Is there some way of making PHP even more dynamic?
What I would like is that selecting a value from a SELECT box would 
change some info on the page - without having to click a refresh button 
or something like that. 

Or do I have to resort to javascript for such things?

M.

-- 
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]




Re: [PHP] Even more dynamic page

2001-05-04 Thread Steve Werby

Martin Skjöldebrand [EMAIL PROTECTED] wrote:
 Is there some way of making PHP even more dynamic?
 What I would like is that selecting a value from a SELECT box would
 change some info on the page - without having to click a refresh button
 or something like that.

 Or do I have to resort to javascript for such things?

Yes, use JS.  PHP is server-side.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
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]




Re: [PHP] Even more dynamic page

2001-05-04 Thread Philip Olson


Check out :

  chainedSelectors: A Better Way to Drop-down a PHP List :
  
  http://zend.com/zend/tut/drop-down.php
  
  Loading JavaScript Arrays with MySQL Data  :
  
  http://devshed.com/Server_Side/MySQL/JS_Arrays/
  
As previously mentioned, you want Javascript, but PHP can print Javascript
too :)

regards,
philip


On Fri, 4 May 2001, Steve Werby wrote:

 Martin Skjöldebrand [EMAIL PROTECTED] wrote:
  Is there some way of making PHP even more dynamic?
  What I would like is that selecting a value from a SELECT box would
  change some info on the page - without having to click a refresh button
  or something like that.
 
  Or do I have to resort to javascript for such things?
 
 Yes, use JS.  PHP is server-side.
 
 --
 Steve Werby
 President, Befriend Internet Services LLC
 http://www.befriend.com/
 
 
 -- 
 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]
 


--
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]