Well, sure, you can, but you won't get the PHP script sent and parsed. You'll get the output.
What fire_cracker wants is the actual PHP file parsed (variables loaded, a connection made, a resource returned, etc.).
So, in essence, you're not "including" the PHP script - you're including the HTML outputted page of the PHP script.