Advertisement

12.05.2004 at 06:16PM PST, ID: 21231285
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.2

Create a variable and email it to myself

Asked by sgreeny12 in PHP Scripting Language

Tags: , ,

Let me start off by saying this is a pretty straight foward question and if done well will be raised to 125 points. I wont be stingy dont worry.
Ok heres the question....
I created a simple script where people can email me an order they have instead of buying it. If you check out http://cncg.com/sgreenstein/expanding.php you will see what im saying(only the first two expandable options work) Then scroll down and click submit.

You can try it out its still a work in progress. I would like to be able to have all the information that people type in emailed to me. Can someone please help me do this. Here is what I have so far.

I only want the stuff emailed to me if the someone ordered one of those items.
I guess theoretically this is how I would do it. have an if statment and if the quantity variable and the number is greater than 0 meaning someone filled out the qty field on the previous page then that should become a different variable and be mailed to me. I dont need the price all I need to know is what they ordered and how much of it. Is this possible and if yes please let me know I would like to get this done. If you consider this hard please let me know and I will consider bumping up the question even more.
<html>

<head>
 <title>Welcome To CNCG.com</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
 <link rel="stylesheet" type="text/css" href="master1.css">
<script language="JavaScript1.3" type="text/javascript" src="jse_form.js"></script>
<script language="JavaScript1.3" type="text/javascript" src="jse_search.js"></script>

</head>

<body>

<table width="740" cellspacing="1" cellpadding="0" border="0" bgcolor="#000000">
  <tr>
     <td>
<table border="0" cellspacing="0" cellpadding="0">
  <tr>
     <td>
<?php include("header.htm"); ?></td>
  </tr>
  <tr>
     <td bgcolor="white" align="right">
<?php include ("hornav.htm");?>
</td>
</tr>
<tr>
<td>


<table border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff" height="600" width="100%" valign="top">
  <tr>
     <td width="160" valign="top"><?php include("leftnav.php"); ?></td>
     <td width="500" valign="top">

<?php
  //create short variable names
  $item1 = $HTTP_POST_VARS['quantity1'];
  $item2 = $HTTP_POST_VARS['quantity2'];
  $item3 = $HTTP_POST_VARS['quantity3'];
  $item4 = $HTTP_POST_VARS['quantity4'];
  $item5 = $HTTP_POST_VARS['quantity5'];
  $item6 = $HTTP_POST_VARS['quantity6'];
  $item7 = $HTTP_POST_VARS['quantity7'];
  $item8 = $HTTP_POST_VARS['quantity8'];
  $item9 = $HTTP_POST_VARS['quantity9'];
  $item10 = $HTTP_POST_VARS['quantity10'];
  $item11 = $HTTP_POST_VARS['quantity11'];
  $item12 = $HTTP_POST_VARS['quantity12'];
  $item13 = $HTTP_POST_VARS['quantity13'];
  $item14 = $HTTP_POST_VARS['quantity14'];
  $item15 = $HTTP_POST_VARS['quantity15'];
  $item16 = $HTTP_POST_VARS['quantity16'];
  $item17 = $HTTP_POST_VARS['quantity17'];
  $item18 = $HTTP_POST_VARS['quantity18'];
  $item19 = $HTTP_POST_VARS['quantity19'];
  $item20 = $HTTP_POST_VARS['quantity20'];
  $item21 = $HTTP_POST_VARS['quantity21'];
  $item22 = $HTTP_POST_VARS['quantity22'];
  $item23 = $HTTP_POST_VARS['quantity23'];
  $item24 = $HTTP_POST_VARS['quantity24'];
  $item25 = $HTTP_POST_VARS['quantity25'];
  $item26 = $HTTP_POST_VARS['quantity26'];
  $item27 = $HTTP_POST_VARS['quantity27'];
  $item28 = $HTTP_POST_VARS['quantity28'];
  $item29 = $HTTP_POST_VARS['quantity29'];
  $item30 = $HTTP_POST_VARS['quantity30'];
  $item31 = $HTTP_POST_VARS['quantity31'];
  $item31 = $HTTP_POST_VARS['quantity32'];
  $item33 = $HTTP_POST_VARS['quantity33'];
  $item34 = $HTTP_POST_VARS['quantity34'];
  $item35 = $HTTP_POST_VARS['quantity35'];
  $item36 = $HTTP_POST_VARS['quantity36'];
  $item37 = $HTTP_POST_VARS['quantity37'];
  $item38 = $HTTP_POST_VARS['quantity38'];
  $item39 = $HTTP_POST_VARS['quantity39'];
  $item40 = $HTTP_POST_VARS['quantity40'];
  $item41 = $HTTP_POST_VARS['quantity41'];
  $item42 = $HTTP_POST_VARS['quantity42'];
  $item43 = $HTTP_POST_VARS['quantity43'];
  $item44 = $HTTP_POST_VARS['quantity44'];
  $item45 = $HTTP_POST_VARS['quantity45'];
  $item46 = $HTTP_POST_VARS['quantity46'];
  $item47 = $HTTP_POST_VARS['quantity47'];
  $item48 = $HTTP_POST_VARS['quantity48'];
  $item49 = $HTTP_POST_VARS['quantity49'];
  $item50 = $HTTP_POST_VARS['quantity50'];
  $item51 = $HTTP_POST_VARS['quantity51'];
  $item52 = $HTTP_POST_VARS['quantity52'];
  $item53 = $HTTP_POST_VARS['quantity53'];
  $item54 = $HTTP_POST_VARS['quantity54'];
  $item55 = $HTTP_POST_VARS['quantity55'];
  $item56 = $HTTP_POST_VARS['quantity56'];
  $item57 = $HTTP_POST_VARS['quantity57'];
  $item58 = $HTTP_POST_VARS['quantity58'];
  $item59 = $HTTP_POST_VARS['quantity59'];
  $item60 = $HTTP_POST_VARS['quantity60'];
  $item61 = $HTTP_POST_VARS['quantity61'];
  $item62 = $HTTP_POST_VARS['quantity62'];
  $item63 = $HTTP_POST_VARS['quantity63'];
  $item64 = $HTTP_POST_VARS['quantity64'];
  $item27price = $HTTP_POST_VARS['dealercost27'];
  $item28price = $HTTP_POST_VARS['dealercost28'];
  $item29price = $HTTP_POST_VARS['dealercost29'];
  $item30price = $HTTP_POST_VARS['dealercost30'];
  $item31price = $HTTP_POST_VARS['dealercost31'];
  $item32price = $HTTP_POST_VARS['dealercost32'];
  $item33price = $HTTP_POST_VARS['dealercost33'];
  $item34price = $HTTP_POST_VARS['dealercost34'];
  $item35price = $HTTP_POST_VARS['dealercost35'];
  $item36price = $HTTP_POST_VARS['dealercost36'];
  $item37price = $HTTP_POST_VARS['dealercost37'];
  $item38price = $HTTP_POST_VARS['dealercost38'];
  $item39price = $HTTP_POST_VARS['dealercost39'];
  $item40price = $HTTP_POST_VARS['dealercost40'];
  $item41price = $HTTP_POST_VARS['dealercost41'];
  $item42price = $HTTP_POST_VARS['dealercost42'];
  $item43price = $HTTP_POST_VARS['dealercost43'];
  $item44price = $HTTP_POST_VARS['dealercost44'];
  $item45price = $HTTP_POST_VARS['dealercost45'];
  $item46price = $HTTP_POST_VARS['dealercost46'];
  $item47price = $HTTP_POST_VARS['dealercost47'];
  $item48price = $HTTP_POST_VARS['dealercost48'];
  $item49price = $HTTP_POST_VARS['dealercost49'];
  $item50price = $HTTP_POST_VARS['dealercost50'];
  $item51price = $HTTP_POST_VARS['dealercost51'];
  $item52price = $HTTP_POST_VARS['dealercost52'];
  $item53price = $HTTP_POST_VARS['dealercost53'];
  $item54price = $HTTP_POST_VARS['dealercost54'];
  $item55price = $HTTP_POST_VARS['dealercost55'];
  $item56price = $HTTP_POST_VARS['dealercost56'];
  $item57price = $HTTP_POST_VARS['dealercost57'];
  $item58price = $HTTP_POST_VARS['dealercost58'];
  $item59price = $HTTP_POST_VARS['dealercost59'];
  $item60price = $HTTP_POST_VARS['dealercost60'];
  $item61price = $HTTP_POST_VARS['dealercost61'];
  $item61price = $HTTP_POST_VARS['dealercost62'];
  $item63price = $HTTP_POST_VARS['dealercost63'];
  $item64price = $HTTP_POST_VARS['dealercost64'];
  $title = $HTTP_POST_VARS['title'];
  $first_name = $HTTP_POST_VARS['first_name'];
  $last_name = $HTTP_POST_VARS['last_name'];
  $organziation = $HTTP_POST_VARS['organization'];
  $address = $HTTP_POST_VARS['address'];
  $city = $HTTP_POST_VARS['city'];
  $state = $HTTP_POST_VARS['state'];
  $zipcode = $HTTP_POST_VARS['zipcode'];
  $phone = $HTTP_POST_VARS['phone'];
  $fax = $HTTP_POST_VARS['fax'];
  $email = $HTTP_POST_VARS['email'];




  $DOCUMENT_ROOT = $HTTP_SERVER_VARS['DOCUMENT_ROOT'];
?>
<html>
<head>
  <title>CNCG - Order Results</title>
</head>
<body>
<h1>CNCG - Order Results</h1>
<h2>Order Results</h2>
<?php
  $totalqty = 0;
  $totalqty += $item1;
  $totalqty += $item2;
  $totalqty += $item3;
  $totalqty += $item4;
  $totalqty += $item5;
  $totalqty += $item6;
  $totalqty += $item7;
  $totalqty += $item8;
  $totalqty += $item9;
  $totalqty += $item10;
  $totalqty += $item11;
  $totalqty += $item12;
  $totalqty += $item13;
  $totalqty += $item14;
  $totalqty += $item15;
  $totalqty += $item16;
  $totalqty += $item17;
  $totalqty += $item18;
  $totalqty += $item19;
  $totalqty += $item20;
  $totalqty += $item21;
  $totalqty += $item22;
  $totalqty += $item23;
  $totalqty += $item24;
  $totalqty += $item25;
  $totalqty += $item26;
  $totalqty += $item27;
  $totalqty += $item28;
  $totalqty += $item29;
  $totalqty += $item30;
  $totalqty += $item31;
  $totalqty += $item32;
  $totalqty += $item33;
  $totalqty += $item34;
  $totalqty += $item35;
  $totalqty += $item36;
  $totalqty += $item37;
  $totalqty += $item38;
  $totalqty += $item39;
  $totalqty += $item40;
  $totalqty += $item41;
  $totalqty += $item42;
  $totalqty += $item43;
  $totalqty += $item44;
  $totalqty += $item45;
  $totalqty += $item46;
  $totalqty += $item47;
  $totalqty += $item48;
  $totalqty += $item49;
  $totalqty += $item50;
  $totalqty += $item51;
  $totalqty += $item52;
  $totalqty += $item53;
  $totalqty += $item54;
  $totalqty += $item55;
  $totalqty += $item56;
  $totalqty += $item57;
  $totalqty += $item58;
  $totalqty += $item60;
  $totalqty += $item61;
  $totalqty += $item62;
  $totalqty += $item63;
  $totalqty += $item64;

//This is where the total amount is defined. And set the price for each item


  $totalamount = 0.00;
 
  define('item1', 205.00);
  define('item2', 0);
  define('item3', 125.00);
  define('item4', 310.00);
  define('item5', 85.00);
  define('item6', 75.00);
  define('item7', 105.00);
  define('item8', 105.00);
  define('item9', 310.00);
  define('item10', 310.00);
  define('item11', 95.00);
  define('item12', 410.00);
  define('item13', 205.00);
  define('item14', 125.00);
  define('item15', 185.00);
  define('item16', 310.00);
  define('item17', 310.00);
  define('item18', 85.00);
  define('item19', 180.00);
  define('item20', 510.00);
  define('item21', 410.00);
  define('item22', 205.00);
  define('item23', 330.00);
  define('item24', 360.00);
  define('item25', 15.00);
  define('item26', 30.00);
  define('item27', "$item27price");
  define('item28', "$item28price");
  define('item29', "$item29price");
  define('item30', "$item30price");
  define('item31', "$item31price");
  define('item32', "$item32price");
  define('item33', "$item33price");
  define('item34', "$item34price");
  define('item35', "$item35price");
  define('item36', "$item36price");
  define('item37', "$item37price");
  define('item38', "$item38price");
  define('item39', "$item39price");
  define('item40', "$item40price");
  define('item41', "$item41price");
  define('item42', "$item42price");
  define('item43', "$item43price");
  define('item44', "$item44price");
  define('item45', "$item45price");
  define('item46', "$item46price");
  define('item47', "$item47price");
  define('item48', "$item48price");
  define('item49', "$item49price");
  define('item50', "$item50price");
  define('item51', "$item51price");
  define('item52', "$item52price");
  define('item53', "$item53price");
  define('item54', "$item54price");
  define('item55', "$item55price");
  define('item56', "$item56price");
  define('item57', "$item57price");
  define('item58', "$item58price");
  define('item59', "$item59price");
  define('item60', "$item60price");
  define('item61', "$item61price");
  define('item62', "$item62price");
  define('item63', "$item63price");
  define('item64', "$item64price");







  $date = date('H:i, jS F');
 
  echo '<p>Order processed at ';
  echo $date;
  echo '<br />';
  echo '<p>Your order is as follows:';
  echo '<br />';
  echo '<br />';
  echo "<b>";

  if( $totalqty == 0 )
  {
    echo 'You did not order anything on the previous page!<br />';
  }
  else
  {
    if ( $quantity1>0 )
      echo $quantity1.' V300s<br />';
    if ( $quantity2>0 )
      echo $quantity2.' V66s<br />';
    if ( $quantity3>0 )
      echo $quantity3.' V66 Easyspeaks<br />';
    if ( $quantity4>0 )
      echo $quantity4.' V600<br />';
    if ( $quantity5>0 )
      echo $quantity5.' 3390 EasySpeak<br />';
    if ( $quantity6>0 )
      echo $quantity6.' 3390 Easy speak without activation coupon<br />';
    if ( $quantity7>0 )
      echo $quantity7.' Nokia 3595<br />';
    if ( $quantity8>0 )
      echo $quantity8.' Nokia 3595 EasySpeak<br />';
    if ( $quantity9>0 )
      echo $quantity9.' Nokia 3650<br />';
    if ( $quantity10>0 )
      echo $quantity10.' Nokia 3660<br />';
    if ( $quantity11>0 )
      echo $quantity11.' Nokia 6010<br />';
    if ( $quantity12>0 )
      echo $quantity12.' Nokia 6600<br />';
    if ( $quantity13>0 )
      echo $quantity13.' Nokia 6800<br />';
    if ( $quantity14>0 )
      echo $quantity14.' Siemens CF62T<br />';
    if ( $quantity15>0 )
      echo $quantity15.' Sony Ericsson T610<br />';
    if ( $quantity16>0 )
      echo $quantity16.' Samsung D415<br />';
    if ( $quantity17>0 )
      echo $quantity17.' Samsung E715<br />';
    if ( $quantity18>0 )
      echo $quantity18.' Samsung R225<br />';
    if ( $quantity19>0 )
      echo $quantity19.' Samsung E105<br />';
    if ( $quantity20>0 )
      echo $quantity20.' Treo 600<br />';
    if ( $quantity21>0 )
      echo $quantity21.' Pocket PC<br />';
    if ( $quantity22>0 )
      echo $quantity22.' Color Sidekick<br />';
    if ( $quantity23>0 )
      echo $quantity23.' Sierra Data Card<br />';
    if ( $quantity24>0 )
      echo $quantity24.' Blackberry 7230 Color<br />';
    if ( $quantity25>0 )
      echo $quantity25.' Sim Card<br />';
    if ( $quantity26>0 )
      echo $quantity26.' Sim / Pin Combo<br />';
    if ( $quantity27>0 )
      echo $quantity27.' Innostream 89<br />';
    if ( $quantity28>0 )
      echo $quantity28.' Innostream 90<br />';
    if ( $quantity29>0 )
      echo $quantity29.' spark plugs<br />';
    if ( $quantity30>0 )
      echo $quantity30.' spark plugs<br />';
    if ( $quantity31>0 )
      echo $quantity31.' spark plugs<br />';
    if ( $quantity32>0 )
      echo $quantity32.' spark plugs<br />';
    if ( $quantity33>0 )
      echo $quantity33.' spark plugs<br />';
    if ( $quantity34>0 )
      echo $quantity34.' spark plugs<br />';
    if ( $quantity35>0 )
      echo $quantity35.' spark plugs<br />';
    if ( $quantity36>0 )
      echo $quantity36.' spark plugs<br />';
    if ( $quantity37>0 )
      echo $quantity37.' spark plugs<br />';
    if ( $quantity38>0 )
      echo $quantity38.' spark plugs<br />';
    if ( $quantity39>0 )
      echo $quantity39.' spark plugs<br />';
    if ( $quantity40>0 )
      echo $quantity40.' spark plugs<br />';
    if ( $quantity41>0 )
      echo $quantity41.' spark plugs<br />';
    if ( $quantity42>0 )
      echo $quantity42.' spark plugs<br />';
    if ( $quantity43>0 )
      echo $quantity43.' spark plugs<br />';
    if ( $quantity44>0 )
      echo $quantity44.' spark plugs<br />';
    if ( $quantity45>0 )
      echo $quantity45.' spark plugs<br />';
    if ( $quantity46>0 )
      echo $quantity46.' spark plugs<br />';
    if ( $quantity47>0 )
      echo $quantity47.' spark plugs<br />';
    if ( $quantity48>0 )
      echo $quantity48.' spark plugs<br />';
    if ( $quantity49>0 )
      echo $quantity49.' spark plugs<br />';
    if ( $quantity50>0 )
      echo $quantity50.' spark plugs<br />';
    if ( $quantity51>0 )
      echo $quantity51.' spark plugs<br />';
    if ( $quantity52>0 )
      echo $quantity52.' spark plugs<br />';
    if ( $quantity53>0 )
      echo $quantity53.' spark plugs<br />';
    if ( $quantity54>0 )
      echo $quantity54.' spark plugs<br />';
    if ( $quantity55>0 )
      echo $quantity55.' spark plugs<br />';
    if ( $quantity56>0 )
      echo $quantity56.' spark plugs<br />';
    if ( $quantity57>0 )
      echo $quantity57.' spark plugs<br />';
    if ( $quantity58>0 )
      echo $quantity58.' spark plugs<br />';
    if ( $quantity59>0 )
      echo $quantity59.' spark plugs<br />';
    if ( $quantity60>0 )
      echo $quantity60.' spark plugs<br />';
    if ( $quantity61>0 )
      echo $quantity61.' spark plugs<br />';
    if ( $quantity62>0 )
      echo $quantity62.' spark plugs<br />';
    if ( $quantity63>0 )
      echo $quantity63.' spark plugs<br />';
    if ( $quantity64>0 )
      echo $quantity64.' spark plugs<br />';
  }
echo "</b>";

  $total =
$item1 * item1 +
$item2 * item2 +
$item3 * item3 +
$item4 * item4 +
$item5 * item5 +
$item6 * item6 +
$item7 * item7 +
$item8 * item8 +
$item9 * item9 +
$item10 * item10 +
$item11 * item11 +
$item12 * item12 +
$item13 * item13 +
$item14 * item14 +
$item15 * item15 +
$item16 * item16 +
$item17 * item17 +
$item18 * item18 +
$item19 * item19 +
$item20 * item20 +
$item21 * item21 +
$item22 * item22 +
$item23 * item23 +
$item24 * item24 +
$item25 * item25 +
$item26 * item26 +
$item27 * item27 +
$item28 * item28 +
$item29 * item29 +
$item30 * item30 +
$item31 * item31 +
$item32 * item32 +
$item33 * item33 +
$item34 * item34 +
$item35 * item35 +
$item36 * item36 +
$item37 * item37 +
$item38 * item38 +
$item39 * item39 +
$item40 * item40 +
$item41 * item41 +
$item42 * item42 +
$item43 * item43 +
$item44 * item44 +
$item45 * item45 +
$item46 * item46 +
$item47 * item47 +
$item48 * item48 +
$item49 * item49 +
$item50 * item50 +
$item51 * item51 +
$item52 * item52 +
$item53 * item53 +
$item54 * item54 +
$item55 * item55 +
$item56 * item56 +
$item57 * item57 +
$item58 * item58 +
$item59 * item59 +
$item60 * item60 +
$item61 * item61 +
$item62 * item62 +
$item63 * item63 +
$item64 * item64 +



  $total=number_format($total, 2, '.', ' ');
 
  echo '<P>Total of order is &#36;'.$total.'</p>';
 
  echo '<P>Address to ship to is '.$address.'<br />';

echo "$title"; echo " $first_name";

  $outputstring = $date."\t".$tireqty." tires \t".$oilqty." oil\t"
                  .$sparkqty." spark plugs\t\$".$total
                  ."\t". $address."\n";

/*  
// open file for appending
  $fp = fopen("$DOCUMENT_ROOT/orders.txt", 'a');

  flock($fp, LOCK_EX);
 
  if (!$fp)
  {
    echo '<p><strong> Your order could not be processed at this time.  '
         .'Please try again later.</strong></p></body></html>';
    exit;
  }

  fwrite($fp, $outputstring);
  flock($fp, LOCK_UN);
  fclose($fp);

  echo '<p>Order written.</p>';
*/

//start building the mail string  

$msg = "Name:                                                ".$outputstring." \n";


//set up the mail
$recipient = "my email address";
$subject = "Form Submission Results";

// Add this if ytou want to make the email html $mailheaders .= "Content-type: text/html \n";

//send the mail
mail($recipient, $subject, $msg, $mailheaders);


?>


</td>
     <td width="90" valign="top" align="right"><?php include("right_ads.htm"); ?></td>
  </tr>
</table>

</td>
</tr>
<tr>
<td bgcolor="#ffffff"><?php include("footer.htm"); ?></td>
</tr>
</table>
     </td>
  </tr>
</table>
</body>

</html>

Start Free Trial
[+][-]12.05.2004 at 11:30PM PST, ID: 12751789

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.06.2004 at 01:53AM PST, ID: 12752526

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.06.2004 at 03:33AM PST, ID: 12753014

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.06.2004 at 05:43AM PST, ID: 12753837

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.06.2004 at 06:14PM PST, ID: 12760323

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.06.2004 at 06:22PM PST, ID: 12760358

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.06.2004 at 08:51PM PST, ID: 12760940

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.06.2004 at 08:53PM PST, ID: 12760943

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.07.2004 at 02:21AM PST, ID: 12762250

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.07.2004 at 03:30AM PST, ID: 12762583

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.07.2004 at 05:51PM PST, ID: 12770041

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.07.2004 at 06:08PM PST, ID: 12770098

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.07.2004 at 08:29PM PST, ID: 12770611

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]12.07.2004 at 08:52PM PST, ID: 12770670

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.07.2004 at 11:09PM PST, ID: 12771126

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.08.2004 at 06:40AM PST, ID: 12773586

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.08.2004 at 06:42AM PST, ID: 12773608

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.08.2004 at 04:12PM PST, ID: 12779035

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.09.2004 at 02:16AM PST, ID: 12781433

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.09.2004 at 11:35AM PST, ID: 12786600

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.10.2004 at 09:39AM PST, ID: 12794487

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.10.2004 at 02:43PM PST, ID: 12797074

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.11.2004 at 03:12PM PST, ID: 12801710

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.13.2004 at 04:42PM PST, ID: 12815228

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: PHP Scripting Language
Tags: php, create, variable
Sign Up Now!
Solution Provided By: Squinky
Participating Experts: 4
Solution Grade: A
 
 
[+][-]12.13.2004 at 05:05PM PST, ID: 12815388

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.13.2004 at 08:19PM PST, ID: 12816198

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-42