[PHP] Tables with scroll in HTML?

2001-03-18 Thread Jose Antonio

Is any way to make a dinamic table with its own scroll?

I'm trying make a table/form with a checkbox in every row and a submit
button, but, when the table becomes long, I have to scroll down ALL the page
to find the SUBMIT button. When you have make this operaton 3 times, it
becomes bored.

I have tryed to make several frames, but, if a put the submit button in a
diferent frame, how can i know wich are the selected rows of the form in the
other frame?

If I could make a table with a fixed size and its own scroll bar, the
interface would became more efficient.

Can anyone help me to make this? Any JAVA solution?



-- 
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] PHP-FPM with Apache 2.4, forward all request for all virtual host

2013-04-03 Thread Jose Antonio Nobile Rendon
How to forward all request to files .php of any virtual host to
PHP-FPM in Apache 2.4? Not each one.

Saludos,
Jose Nobile
-Mensaje original-
De: tamouse mailing lists
Enviado:  03/04/2013, 6:35  PM
Para: Jose Nobile
Cc: php-general@lists.php.net
Asunto: Re: [PHP] PHP-FPM with Apache 2.4, forward all request for all
virtual host


Sorry, in all of that, I don't see what the question is?

On Wed, Apr 3, 2013 at 3:27 PM, Jose Nobile  wrote:
> Hi,
>
> In Apache 2.2  forward all request that
> point to phisical .php file to PHP-FPM  is as follow:
>
> LoadModule fastcgi_module  modules/mod_fastcgi.so
>
> FastCGIExternalServer /usr/sbin/php-fpm -socket
> /usr/local/php/lib/php.sock -idle-timeout 900AddHandler php-fastcgi
> .phpAction php-fastcgi /usr/sbin/php-fpm.fcgiScriptAlias
> /usr/sbin/php-fpm.fcgi /usr/sbin/php-fpm
>
>  But in Apache 2.4  is different, I'm
> following the tutorial in Apache Wiki
>  but
> I don't understand as enable PHP for all virtual host, not each one.
>
> I search in PHP documentation, there is not mention about install on Apache
> 2.4:
>
>- Install PHP on Apache 2.x on Unix
> systems
>- PHP-FPM Install 
>- PHP-FPM Documentation 
>
> This question was initially posted on stackoverflow:
>
> http://stackoverflow.com/questions/15773901/php-fpm-with-apache-2-4-forward-all-request-for-all-virtual-host
>
> Thank you for your help.
>
> Saludos,
> José Nobile

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php