I'm trying to run a query through a .php file. I can connect to the DB, I can choose the DB, but I cannot query a table -- I just get an error when I query the table, no data, noth…
> $table = mysql_query("select id from que;")
>
> Any suggestions? Thanks!!
Maybe that's a typo, but you don't need the ending semicolon in your query from ph…
jmb is right, that *might* be a typo. Other than that, I can't spot anything wrong with your code.
Did you try the same query from the mysql client?
If that works, you might have…
Has anyone found out how to mount dvd-ram disks under MacOSX PB? Mine mounts CD's fine, but not dvd-ram media (with or without the case, for type II's).
Jim Potter