12-31-2007, 05:51 PM
|
#1 (permalink)
|
|
The Addict
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
|
[sos] a dumb question for sur
hi well im trying to do a news script wih categories of course
but for exemple in categorie named => TALKPHP
i did a page for news about this categorie like that
PHP Code:
$query = "select * from table_name where group='TALKPHP' ";
group is a colomn or (champ) in frensh i dont know if u call it colomn in english lol
when i test it gaves me an error and when i delete the part "where group='TALKPHP'" the script works very well
so whats the problem
|
|
|