noalyss Version-9
Variables
ajax_tag_detail.php File Reference

display a window with the content of a tag More...

Go to the source code of this file.

Variables

 $data =$tag->get_data()
 
 $html =escape_xml($response)
 
 $http =new HttpInput()
 
 $response = ob_get_clean()
 
 $tag =new Tag($cn)
 
if(headers_sent() &&DEBUGNOALYSS > 0) else
 
 if ( $_GET[ 'form']=='p')
 
$data t_id =$http->get("tag","number")
 

Detailed Description

display a window with the content of a tag

Definition in file ajax_tag_detail.php.

Variable Documentation

◆ $data

$data =$tag->get_data()

◆ $html

$html =escape_xml($response)

Definition at line 51 of file ajax_tag_detail.php.

◆ $http

$http =new HttpInput()

Definition at line 12 of file ajax_tag_detail.php.

◆ $response

$response = ob_get_clean()

Definition at line 45 of file ajax_tag_detail.php.

◆ $tag

$tag =new Tag($cn)

◆ else

if (headers_sent() &&DEBUGNOALYSS > 0) else
Initial value:
{
header('Content-type: text/xml; charset=UTF-8')

Definition at line 48 of file ajax_tag_detail.php.

◆ if

if($_GET['form']=='p') (   $_GET[ 'form'] = ='p')

Definition at line 22 of file ajax_tag_detail.php.

◆ t_id

$data t_id =$http->get("tag","number")

Definition at line 14 of file ajax_tag_detail.php.