> we all know how easy it is to display records from databases using the
> submit button from form
> 
> but...
> 
> how can i display the contents of a record if i am to use a hyperlink
> instead of a submit button like in forums like this one??

it's nearly the same:

<form action="index.php">
  <input type="text" name="hello" value="something">
  <input type="submit">
<form>

is equal to index.php?hello=something



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to