[Wolves] mysql select help - a little one ;-)

Wayne Morris waynelists at machx.co.uk
Wed Apr 4 13:45:41 UTC 2012


Last query working well.

Can I have some help with basic syntax of passing two variable:

I currently have:

     print("<TD><a href=\"update.php?id=".$row["id"]."\" 
target=\"_blank\">Update</a>");
which produces:
updatetest.php?id=2

i want to also pass over a date of birth 'dob'
to get something like
updatetest.php?id=2,dob=2343

but no matter how I fiddle with things like:
print("<TD><a href=\"updatetest.php?id=".$row["id"].?dob=$row["dob"]."\" 
target=\"_blank\">Update</a>");

I get nowhere.

Anyone?

cheers






More information about the Wolves mailing list