• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Script called on form process PHP Code Behind

Script called on form process PHP Code Behind 4 years 4 months ago #40815

  • jo15765
  • jo15765's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Is this option possible to handle php code that requires other php files, and uses other extensions? Meaning if my php file reads like this:
require('phpfilename.php');
require_once('vendor/autoload.php');
 
use dir\dir\file;


I've tried to add this at the beginning of my php code, but it's not firing as expected. Maybe bc it's not possible? Maybe bc I need to copy the files to a RFP directory?

Appreciate the assitance.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!