To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here


A Flash Developer Resource Site

Go Back   Flash Kit Community Forums > Flash Help > Flash Newbies

Reply
 
Thread Tools Search this Thread Display Modes
Old 10-18-2001, 12:22 PM   #1
trolljanz
Member
 
Join Date: Mar 2001
Location: Lisbon, Portugal
Posts: 64
hi,
found a solution for the other post about the php problem or not.
Now the script works

<?php

$ToEmail = "tjtdv@hotmail.com";
$EmailBody = "Enviado por: $titulo. $nome\n";
$EmailBody .= "Da empresa: $empresa\n";
$EmailBody .= "Com o cargo: $cargo\n";
$EmailBody .= "Morada: $morada\n";
$EmailBody .= "Cidade: $cidade\n";
$EmailBody .= "Código Postal: $cp-$cp2\n";
$EmailBody .= "País: $pais\n";
$EmailBody .= "Telefone: $telefone Fax: $fax\n";
$EmailBody .= "E-mail: $mail\n\n";
$EmailBody .= "Pedidos de Informação: ";
$EmailBody .= "$inform\n\n";
$EmailBody .= "Comentários:";
$EmailBody .= "$coment";
$EmailFooter = "\n\nEste mail foi enviado a partir da página de Internet da JANZ MECÂNICA DE PRECISÃO, S.A.";

//:: esta linha não existe no teu script, mas sugiro que ponhas algo como
$EmailSubject = "Mensagem enviada a partir do site: $nome";

$EmailMessage = $EmailBody . $EmailFooter;
mail ($ToEmail , $EmailSubject, $EmailMessage);

?>

Now i have another problem.
Imagine this
One movie that send some variables to a php file, or other format as long as it works.
The variables are text only.

on (release) {
loadVariablesNum ("index.php", 0, "POST");
}


The php script

<?php

$header;
$body;
$footer;

?>

Another movie that, when push a button, load those variables created in the other movie.


on (release) {
loadVariablesNum ("index.php", 0, "GET");
}

I've already edited the CHMOD of the folder and the php file in the server with the full read write (777).

So can anyone help me about what im doing wrongh?
thanx in advance.

Trolljanz
trolljanz is offline   Reply With Quote
Reply

Go Back   Flash Kit Community Forums > Flash Help > Flash Newbies

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:49 PM.


internet.commerce
Be a Commerce Partner
 »  »  »  »  »  »  »
 »  »  »  »  »  »
 

    

Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.