Jump to content

Search the Community

Showing results for tags 'eod'.

  • 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. Hey can anyone help me. Im trying to pass some for variables to an EOD statement as a confirmation slash profile preview page. However when i try to insert the variables surrounded with the standard <? ?> tags i get a message about unexpected white space. here is the end o0f my processing script and the confirmation EOD which is echoes at the end of the script. GetSQLValueString($insert_upload1, "text"), GetSQLValueString($insert_upload2, "text"), GetSQLValueString($insert_upload3, "text"), GetSQLValueString($insert_upload4, "text"), GetSQLValueString($insert_upload5, "text")); mysql_select_db($database_w2w, $w2w); $Result1 = mysql_query($insertSQL, $w2w) or die(mysql_error()); } ?> <? $confirmation = <<<EOD // I WANT TO INSERT VARIABLES HERE FROM $_POST TO DISPLAY THEIR INFORMATION AFTER REGISTRATION AS A SORT OF PREVIEW PAGE // THIS IS WHAT I HAVE TRIED $password_entry = $_POST['password_entry']; $business_name = $_POST['business_name']; $address1 = $_POST['address1']; $address2 = $_POST['address2']; $address3 = $_POST['address3']; $postcode = $_POST['postcode']; $email = $_POST['email']; $website = $_POST['website']; $facebook = $_POST['facebook']; $twitter = $_POST['twitter']; $linkedin = $_POST['linkedin']; $openfrom1 = $_POST['openfrom1']; $openfrom2 = $_POST['openfrom2']; $openfrom3 = $_POST['openfrom3']; $openfrom4 = $_POST['openfrom4']; $openfrom5 = $_POST['openfrom5']; $openfrom6 = $_POST['openfrom6']; $openfrom7 = $_POST['openfrom7']; $opento1 = $_POST['opento1']; $opento2 = $_POST['opento2']; $opento3 = $_POST['opento3']; $opento4 = $_POST['opento4']; $opento5 = $_POST['opento5']; $opento6 = $_POST['opento6']; $opento7 = $_POST['opento7']; $business_description = $_POST['business_description']; $managers_message = $_POST['managers_message']; echo $username_entry; ?> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Registration complete! Thank you.</title> <style type="text/css"> but it seems i am unable to do this. Can anybody shed some light? Im sure its something silly. Thanks
×
×
  • 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.