vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to parse an email address (https://vborg.vbsupport.ru/showthread.php?t=129383)

Hornstar 10-18-2006 05:48 AM

How to parse an email address
 
I wasnt sure where to ask this but I know people here will be able to help, so here it goes.

I am trying to parse the email address when people register into a form on the registeration confirmation page.

This is the info I was given.

Quote:

<iframe frameborder="0" style="width: 650px; height: 500px; border: 0;"
src="http://www.bravenet.com/c/coreg/iframe.php?partner=gamerzneeds&email="></iframe>

If you are on a page that has the email available to you, just hop in to
php and fill it in as part of the url. So rather than having "email="
as above, you would have "email=<?= $email ?>", assuming that $email
contains the email address.
I tried <iframe frameborder="0" style="width: 650px; height: 500px; border: 0;"
src="http://www.bravenet.com/c/coreg/iframe.php?partner=gamerzneeds&email=<?= $email ?>"></iframe>

But it didnt seem to work. Is this because I did it on the page after they entered their email address? or because the code is wrong?

Thanks and hopefully someone will know the answer to this question.


All times are GMT. The time now is 08:42 AM.

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.02643 seconds
  • Memory Usage 1,707KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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