Jump to content

help with displaying


syntax101

Recommended Posts

  if ($result) {

      $created = 'Product created ';

$created .= stripslashes($_POST['order_name'])."\n"." Material:".stripslashes($_POST['prod_name']);

      echo 'duplicate=n&message='.urlencode($created);

      }

 

MY CODE

 

i want to display the specific data order_name and prod_name to flash application it works fine but it will include other text file from the current page like the text below what is the problem with my code above.

 

 

l<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>order_clientsearch</title>

<script language="javascript">AC_FL_RunContent = 0;</script>

<script src="AC_RunActiveContent.js" language="javascript"></script>

</head>

 

      <?php echo $_SESSION['MM_Username'];

  ?>

<body bgcolor="#ffffff">

<div align="center">

  <!--url's used in the movie-->

  <!--text used in the movie-->

  <!-- saved from url=(0013)about:internet -->

  <script language="javascript">

if (AC_FL_RunContent == 0) {

alert("This page requires AC_RunActiveContent.js.");

} else {

AC_FL_RunContent(

'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',

'width', '1100',

'height', '600',

'src', 'order_clientsearch',

'quality', 'high',

'pluginspage', 'http://www.macromedia.com/go/getflashplayer',

'align', 'top',

'play', 'true',

'loop', 'true',

'scale', 'showall',

'wmode', 'window',

'devicefont', 'false',

'id', 'order_clientsearch',

'bgcolor', '#ffffff',

'name', 'order_clientsearch',

'menu', 'true',

'allowFullScreen', 'false',

'allowScriptAccess','sameDomain',

'movie', 'order_clientsearch',

'salign', ''

); //end AC code

}

</script>

 

Link to comment
https://forums.phpfreaks.com/topic/86762-help-with-displaying/
Share on other sites

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.