--- In [email protected], "Patrick Bierans" <[EMAIL PROTECTED]> wrote:
> > 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

you mean i can just do this??
<a href = index.php?name=value> test </a>

:confused:





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