Jump to content

html form can i action two php scripts at the same time?


Orionsbelter

Recommended Posts

is it possible to run two php scripts form a html form?

No. A form can only have one action.

or is it possible to run a php script inside a php script

Yes.

without using include or require functions?

Not really. What's wrong with include() and require()?

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.