Anchor_tag and variables?

admin

Administrator
Staff member
Hi,

When I

Hi,

We use PHP4.0. But we got some errors.

Such as:

$query = "select * from tablename where Gene_ID= '$Gene_ID' ";
When we input valid Gene_ID, we got nothing. Try to debug what is wrong with the code using echo ($query), we got " select * from tablename where Gene_ID =' ' ". , not our input value like 2 or 23, etc.

In addition, how to make "anchor_tag("login.html", "login") center?

Thanks for help,
HR
 
Back
Top