Jump to content

Running more than one browser-triggered script on a web page


This topic is 6456 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have added a browser-triggered script to our home page that displays current news (thanks Garry) but want to add a second portal that displays upcoming courses on the same page. Do I add the PHP code for this under the first script before the HTML starts or do I interlace the code of the two scripts and just have them referring to the separate portal tables?

And if the second script goers under the first do I need to start with

<?

include_once('FX/FX.php');

include_once('FX/server_data.php');

in both cases?

Cheers,

Steven

Link to comment
Share on other sites

This topic is 6456 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.