In article <004b01c25f36$961fbbd0$6200a8c0@squitta>,
 [EMAIL PROTECTED] (Sascha Braun) wrote:

> But how can i make definitions like <form action="test.php?action=update" 
> method="post">

Those variables can be accesd via the global $_POST['varname']

> working without usage of hidden fields.
> 
> Or links like test.php?action=update and so on.

These can be reached vie $_GET['varname']
 
> Please gimme a hint
> 
> Sascha
Thats what works for me.

greets David

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

Reply via email to