Quick SQL help
Quick SQL help
Out of context: Reply #8
- Started
- Last post
- 16 Responses
- Ginja0
$rs = mysql_query( $sql,$conn );
$sql="select movietitle, person, number, description from joshrco_movnumbers";
conn is the connection stuff which works
but there is another $rs = above the query one, does that matter.