Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.