Jump to content

Search the Community

Showing results for tags 'flash variables'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 1 result

  1. Boker

    PHP Help

    Oh well i been programming this code but is not working seems the new version of my server do not allow me this form and i think i been complicating myself to much anyone can tell me what i am doing wrong if it is possible i am linking this php to a flash just been all night trying by myself to make it work but seems i can't... help <?php $de = $HTTP_POST_VARS['de']; $a = $HTTP_POST_VARS['a']; $cfisicas = $HTTP_POST_VARS['cfisicas']; $cadicionales = $HTTP_POST_VARS['cadicionales']; $dudaspreguntas = $HTTP_POST_VARS['dudaspreguntas']; $name = $HTTP_POST_VARS['name']; $edad = $HTTP_POST_VARS['edad']; $residencia = $HTTP_POST_VARS['residencia']; $col = $HTTP_POST_VARS['col']; $es = $HTTP_POST_VARS['es']; $plaboral = $HTTP_POST_VARS['plaboral']; $correo = $HTTP_POST_VARS['correo']; $confirm = $HTTP_POST_VARS['confirm']; $celular = $HTTP_POST_VARS['celular']; $como = $HTTP_POST_VARS['como']; $recomendado = $HTTP_POST_VARS['recomendado']; $de = stripslashes($de); $a = stripslashes($a); $cfisicas = stripslashes($cfisicas); $cadicionales = stripslashes($cadicionales); $dudaspreguntas = stripslashes($dudaspreguntas); $name = stripslashes($name); $edad = stripslashes($edad); $residencia = stripslashes($residencia); $col = stripslashes($col); $es = stripslashes($es); $plaboral = stripslashes($plaboral); $correo = stripslashes($correo); $confirm = stripslashes($confirm); $celular = stripslashes($celular); $como = stripslashes($como); $recomendado = stripslashes($recomendado); $rec_email = "email"; $subject = "Perfil Solicitado"; $msg_body .= "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\n"; $msg_body .= "Rango de la chica de: $de\n"; $msg_body .= "a: $a\n"; $msg_body .= "Caracteristicas Fisicas: $cfisicas\n"; $msg_body .= "Comentarios Adicionales: $cadicionales\n"; $msg_body .= "Dudas, Preguntas: $dudaspreguntas\n"; $msg_body .= "Nombre: $name\n"; $msg_body .= "Edad: $edad\n"; $msg_body .= "Lugar de Residencia: $residencia\n"; $msg_body .= "Colonia o Delegacion: $col\n"; $msg_body .= "Grado de Estudios: $es\n"; $msg_body .= "Puesto Laboral Actual: $plaboral\n"; $msg_body .= "Correo Electronico: $correo\n"; $msg_body .= "Celular: $celular\n"; $msg_body .= "¿Como supiste?: $como\n"; $msg_body .= "Recomendado por: $recomendado\n"; $msg_body .= "_____________________________________________\n"; $header_info = "From: ".$name." <".$correo.">"; mail($rec_email, $subject, $msg_body, $header_info); ?>
×
×
  • 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.