Jump to content

Can you load a PHP funtion in script tags?


clonetrooper9494

Recommended Posts

If you want PHP to run, you'll have to give it a PHP extension. You can call a script with a .php extension, as you wrote there, but it won't be included into the page, it will be interpretted as script. So if it's not script it won't run because it will have errors.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...