View Single Post
Old 02-24-2012, 03:22 PM   PM User | #7
_user
New Coder

 
Join Date: Nov 2011
Posts: 73
Thanks: 4
Thanked 0 Times in 0 Posts
_user is an unknown quantity at this point
I have a dropdown menu from where users selects 2 words and make a search for them. (color and size)
the query is something like that
Code:
" SELECT * FROM table WHERE color LIKE  '%$color%'  AND  size LIKE '%$size%'"
It list the query, and than I use
PHP Code:
<a href="product.php?id=" $row['ID'] . "\"> 
and this is "autogenerated link" because it's not a file and I don't know how to call it

so....

on product.php?id=1
i list data from db including contact details.
and I try to transform "your data" (your example: contact@yourmommas.com) in strings to call from db same time with the rest of the info (description, etc) listed automatic on product.php?id=1


test = test_3.php


the code works fine...
but I can't adapt it to my needs... or... I don't know how.... yet ! (still tryin and learning)
_user is offline   Reply With Quote