Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

flash and data base
 

Tilley661




quote this post edit post

IP Loged report this post

Old Post  07-26-07 - 11:15 PM  
hi,

im trying to create a form which is made of two input text boxes, i have mad
e
this form and would like to be able to have the "input text" tranfered into 
an
access database, however i dont have a clue how to do this, i would apreciat
e
any help, try keep it simple im quite new to scripts and coding :) thank you



Post Follow-Up to this message ]
Re: flash and data base
 

aniebel




quote this post edit post

IP Loged report this post

Old Post  07-27-07 - 11:19 PM  
Lookup "loadVars" in Flash Help. That will get you started. Also here are so
me
tutorials you might find helpful:


http://flash-creations.com/notes/se...mm_loadvars.php

http://www.kirupa.com/developer/fla...er_Side_&_Flash



Post Follow-Up to this message ]
Re: flash and data base
 

Tilley661




quote this post edit post

IP Loged report this post

Old Post  07-30-07 - 11:17 PM  
ok, i tryied all them tutorials and this is what is on my flash button actio
ns,

on (release) {
form.loadVariables("email.php","POST");
}


i then have a php page named email, and this is the code

<?php
$sendTo = "sexydan66666@hotmail.co.uk";
$subject = "My Flash site reply";
$headers = "From: " . $_POST["firstName"] ." ". $_POST["lastname"] . "<" .
$_POST["email"] .">\r\n";

$headers .= "Reply-To: " . $_POST["email"] . "\r\n";
$headers .= "Return-path: " . $_POST["email"];
$message = $_POST["message"];
mail($sendTo, $subject, $message, $headers);
?>

all my variables are set correct etc, but my email doesent recieve any email
,
could any one explain why?



Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 03:35 AM. Post New Thread   
  Previous Last Thread   Next Thread next
Flash Site Design archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top