HTML & PHP

This is a discussion on HTML & PHP within the PHP Language forums, part of the PHP Programming Forums category; how do i define a php variable using html? i want to set an shtml page as a page with ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-09-2005
Shaun Rigby
 
Posts: n/a
Default HTML & PHP

how do i define a php variable using html?
i want to set an shtml page as a page with links to products - when each
button is pressed it it sets the product_category variable and lists all
entries with this variable - how do i set the html link to set the
variable?? wat do i need to set the product_category to?


Reply With Quote
  #2 (permalink)  
Old 01-09-2005
Paul Barfoot
 
Posts: n/a
Default Re: HTML & PHP

Hi Shaun

Use a link similar to <a href="script_file.php?product_category =x">Click
here</a>

In script_file.php you can get at this variable using either
$product_category or $_GET['product_category'] .

What you set product_category (the value of x in the link above) to is up to
you and your script! Does it need to be set to a valid value that is then
used to look up data in a database?

HTH
--
Paul Barfoot


"Shaun Rigby" <shaunrigby16@hotmail.com> wrote in message
news:zHbEd.86297$Z7.65918@fe2.news.blueyonder.co.u k...
> how do i define a php variable using html?
> i want to set an shtml page as a page with links to products - when each
> button is pressed it it sets the product_category variable and lists all
> entries with this variable - how do i set the html link to set the
> variable?? wat do i need to set the product_category to?
>



Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 09:45 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0