Twitter Bootstrap可以与PHP一起使用吗?

I am new to Twitter Bootstrap and I included some simple PHP script to test and my browser (Chrome) won't read the php code. I have saved the file .html, .php, and tried .html.php. Is it that Twitter Bootstrap only works with client side, not server side apps, or is there a trick to get it to work with PHP? Thanks

Bootstrap is just some css and javascript. You can use it with a PHP app just fine. We do.

Does Twitter Bootstrap work with PHP?

Yes and no.

Bootstrap is entirely client side. It can be output by PHP (just like any other client side code) but has no special features for interacting with it.

my browser (Chrome) won't read the php code

PHP is a server side language. No browser parses PHP code. You need to access it through a web server that will execute the PHP and return the output to the browser. See also installing PHP.

Use Microsoft WebMatrix 3 (installing php and Wamp servers is really very annoying)

Use Webmatrix IDE and then php and bootstrap will work just fine..