Watch this short video for all the details you will need to prepare for the NEW findings, discoveries, and breakthroughs in this all new webinar.

 Congratulations!

You are registered for this all-new, epic event.


[php]
$ppc = $_GET['inf_custom_dateindex
'];
echo "Date & Time : ".$ppc;
[/php]

WHERE : Your Desktop or Laptop Computer

Very Important: Please Make Sure to Follow All of These Steps to Get the Most from the Webinar


chevron-down

1

Enable Facebook Reminders

Make sure you enable Facebook reminders to get important notifications about this event. With Facebook's new technology we can actually send you a reminder minutes before the event so you won't miss a thing.

[php] $ppc = $_GET['inf_custom_WebinarDateTime']; $breakline=explode(" ",$ppc); $getdate_day = $breakline[1]; $getdate_month= $breakline[2]; $get_times = $breakline[3]; $get_stamps= $breakline[4]; $getdate_year = date("Y"); $array = array($getdate_day,$getdate_month,$getdate_year); $correct_date_formate= implode("/ ",$array); $arrysss = array($get_times,$get_stamps); $new_imploded = implode(" ",$arrysss); $fulldate=$correct_date_formate."".$new_imploded; echo $fulldate; [/php] America/Los_Angeles WEBINAR ALERT [php] $description = $_GET['inf_custom_Webinardescription']; echo $description; [/php] Your Desktop or Laptop Computer false DD/MM/YYYY

2

Add to Your Calendar

Save this event in your calendar using one of the links above.

3

Watch on a DESKTOP or LAPTOP to Optimize Your Experience

Make sure you have access to a desktop or laptop computer for this event. There are interactive components, bonuses, and deals that you could miss on a mobile or tablet.

NOTE: This event is not optimized for mobile phones

4

Watch for Emails

Over the next few days, we'll be emailing you some important information you need to prepare for this event. Keep an eye on your inbox.

envelope-open-o

5

Share on Social

Click the buttons above to share this event with family and friends to unlock your free gift.

6

Get Your Free Gift

Once you've shared this with your friends and family, download your free gift here:

unlock

What You Will Discover on the Upcoming Webinar

  • check
    How to use the "Turnkey Trifecta Investment Method" to add real estate that's safely cash-flowing at 11% per year to your portfolio to bypass all the guesswork.
  • check
    Exactly what markets in the U.S. allow you to get the best 'bang-for-your-buck' and highest yields for the least amount of investment
  • check
    The simple step you can't forget to ensure your profits grow tax-free so you can continue to build out  your portfolio with safe real estate
  • check
    How a recent webinar attendee turned $150k of his retirement money into $10,083/mo. during his retirement.
  • check
    How to retire without running out of money by positioning your wealth to grow 749% to 1,414% over the next 15 years with Real Estate...

Dr. Scott Kohl

Webinar Attendee

To say that I was nervous about where to put my hard-earned retirement money is an understatement. But the folks at HelpRetire.com took good care of me. Their people and process are top-notch... I've been referring tons of my family and friends to them too.

I'm So Confident This Webinar Will Be Worth Your Time, I Will Bet You $100 That This Will Be The MOST Powerful Investing Webinar You've Ever Been On

That's right. If I don't deliver and this webinar doesn't help you
secure your retirement, I'll send you $100. It's as simple as that.

Brian Bagnall

Webinar Host

Brian Bagnall is the CEO of HelpRetire.com and he's an in-demand author, speaker and real estate investor who has written several books and has spoken at conferences throughout the United States. His latest book is called The Happy Investor and it's available on Amazon or in a bookstore near you. He's shared the stage with business greats like Daymond John from Shark Tank. He's "the go-to-guy" when it coems to getting double-digit returns on your retirmenet investments.

Please make sure you've followed all of the steps on this page and we'll see you on the webinar!

2024 HelpRetire.com. All rights Reserved
ResultsTerms | DCMA | Privacy | Contact

[php] session_start(); $username_inf = $_GET['inf_field_FirstName']; $_SESSION['$username_inf1']= $username_inf; $index_inf = $_GET['inf_custom_dateindex']; $_SESSION['$index_inf1']= $index_inf; $useremail_inf = $_GET['inf_field_Email']; $_SESSION['$useremail_inf1']= $useremail_inf; $userphn_inf = $_GET['inf_field_Phone1']; $_SESSION['$userphn_inf1']= $userphn_inf; echo $_SESSION['$username_inf1']; echo $_SESSION['$useremail_inf1']; echo $_SESSION['$userphn_inf1']; //echo $_SESSION['$first_date']; //session_destroy(); [/php]