try just including it. for example, if the CSS file is table.css, type this statement in your .php file:
include "table.css";
That is pretty much the same as reading the file, and echoing the contents. So the CSS parameters defined in the file will be available for use. Hope that helped.
GCON