How can I input a JavaScript in the below code? Please show anexample of where the inputted script is located
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html;charset=UTF-8″>
<link rel=”stylesheet” type=”text/css”href=”chat.css”>
<title>Delete Chat Session</title>
</head>
<body >
<?php
session_start();
if (!isset($_SESSION[‘wsuser’]))
{
include(‘tindex.html’);
}
else
{
// Show the page header
include(‘Includes/Header.php’);
require_once(‘Includes/Utils.php’);
require_once(‘Includes/SQLFunctions.php’);
// Obtain the session to cancel
$id =check_input($_GET[“sid”]);
// Make sure input is a number and the sessionis their’s to cancel
if (is_numeric($id))
{
// Make sure this session is ownedby the current user
$schedule =getChatSchedulebyID($id);
if ($schedule->getTname() ==$_SESSION[‘wsuser’])
{
$dtext=getGroupCourses($schedule->getGroup()) . “,” .$schedule->getThedate() . “,”
PayPal Gateway not configured
PayPal Gateway not configured