thanks a lot for the quick response, the brackets were causing the problem although the code doesn't seem too bothered about the quotes "
thanks again...
I'm pretty new to php but have used ASP for quite a while. I'm trying to do the following:
$strSQL="SELECT * FROM table";
$RS = mysql_query($strSQL);
while ($value = mysql_fetch_array($RS))
$intId = $value[id];
$strName = $value["name"];
I am trying to populate the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.