vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   email form (https://vborg.vbsupport.ru/showthread.php?t=97179)

error_22 09-29-2005 10:00 PM

email form
 
Hi,

I've made an email form but im having this really silly problem. I have a few fileds which i wanna put in the email thats sent when pressing the submit button, but i want to separate the fileds in different rows, how to do that?

PHP Code:

$message "Namn: " $_POST[from_fname] ." "$_POST[from_lname] ."<br>"$_POST[address]; 

What am I doing wrong? :o

Thanks in advance
Niklas

pyro.699 09-29-2005 11:58 PM

Hmm.. my entire latest mod was designed on this...


#1... change namn to name :P

check out my mod... feel free to pick it apart... im shure it will help

https://vborg.vbsupport.ru/showthread.php?p=782203

error_22 09-30-2005 06:28 PM

Quote:

Originally Posted by pyro.699
Hmm.. my entire latest mod was designed on this...


#1... change namn to name :P

check out my mod... feel free to pick it apart... im shure it will help

https://vborg.vbsupport.ru/showthread.php?p=782203

why would i wanna change namn to name?? Im from sweden and its supposed to be in swedish;)

Thanks for your help :)

error_22 11-09-2005 04:39 PM

I have a small issue though, its impossible to add html codes. If I do the codes shows up in the email. Lets say i have this piece of code:

PHP Code:

<?
$reciever = my@email.com;
$subject = test;
$message = this is a <b>test</b>;

mail($reciever, $subject, $message);
?>

The result will be "this is a <b>test</b>", just like i wrote it, not as i want it, what am i doing wrong? :(

Thanks in advance
Niklas


EDIT: works now, gotta love google :P

pyro.699 11-09-2005 08:33 PM

awww, i had this gia post up, until i saw you had it, hey, im an exper on e-mail forms, all my scrpts use thim, either to show interest, or stuff ^^

lme know if u need any mroe help


All times are GMT. The time now is 04:16 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01109 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete