[PHP] Load from db into select-list

2005-12-18 Thread Gustav Wiberg
Hi there! Is it possible to load a select-list with databasinfo without reloading a page??? /G http://www.varupiraten.se/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Load from db into select-list

2005-12-18 Thread Curt Zirzow
On Sun, Dec 18, 2005 at 08:28:22PM +0100, Gustav Wiberg wrote: Hi there! Is it possible to load a select-list with databasinfo without reloading a page??? With AJAX, yeah. Curt. -- cat .signature: No such file or directory -- PHP General Mailing List (http://www.php.net/) To

Fw: [PHP] Load from db into select-list

2005-12-18 Thread Gustav Wiberg
- Original Message - From: Gustav Wiberg [EMAIL PROTECTED] To: Curt Zirzow [EMAIL PROTECTED] Sent: Sunday, December 18, 2005 8:46 PM Subject: Re: [PHP] Load from db into select-list Ajax? What is that? /G - Original Message - From: Curt Zirzow [EMAIL PROTECTED] To: php

Re: Fw: [PHP] Load from db into select-list

2005-12-18 Thread David Hall
Gustav Wiberg wrote: Ajax? What is that? http://en.wikipedia.org/wiki/AJAX php is a server side language, so you must refresh the page to have php do it directly, so using AJAX, you can talk to the server from the page. D. Hall -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Load from db into select-list

2005-12-18 Thread joshua may
Curt Zirzow wrote: On Sun, Dec 18, 2005 at 08:28:22PM +0100, Gustav Wiberg wrote: Hi there! Is it possible to load a select-list with databasinfo without reloading a page??? With AJAX, yeah. Curt. call it 'remote scripting', dammit! it rarely seems to get used as 'ajax' strictly..

Re: Fw: [PHP] Load from db into select-list

2005-12-18 Thread Brian V Bonini
On Sun, 2005-12-18 at 15:22, Gustav Wiberg wrote: Ajax? What is that? Asynchronous JavaScript and XML, or Ajax, is a web development technique for creating interactive web applications using a combination of: - XHTML (or HTML) and CSS for marking up and styling information - The Document

Re: [PHP] Load from db into select-list

2005-12-18 Thread Curt Zirzow
On Mon, Dec 19, 2005 at 08:24:15AM +1100, joshua may wrote: Curt Zirzow wrote: On Sun, Dec 18, 2005 at 08:28:22PM +0100, Gustav Wiberg wrote: Hi there! Is it possible to load a select-list with databasinfo without reloading a page??? With AJAX, yeah. Curt. call it 'remote

Re: [PHP] Load from db into select-list

2005-12-18 Thread Zareef Ahmed
Hi, Using AJAX or JSRS you can do this. See http://www.ashleyit.com/rs/main.htm Zareef Ahmed - Original Message - From: Gustav Wiberg [EMAIL PROTECTED] To: PHP General php-general@lists.php.net Sent: Sunday, December 18, 2005 2:28 PM Subject: [PHP] Load from db into select