WebSite X5Help Center

 
J. Faber
J. Faber
User

Searching Script For Automatic Place Our Mailform On A Webpage  en

Author: J. Faber
Visited 2558, Followers 2, Shared 43  
Tags: mailform

Hello all,Excuse me, my english is bad and i will try explane my question.

I have now a website program Incomedia Website X evolution 9. What a Great program and i'm glad that i have buy this program. Its much better then v8.

In that program is a mailform that can used, sending email, using mysql database and i can used a script. PHP or someting else.

Now my question.

i searching a script that i can used in that emailform.

What i will is that when a mailform is write that it automatic comes on my webpage.

The manual from website x page 91 write wat i mean.

http://www.websitex5.com/download/v9...lution9_en.pdf

I hope that somebody can help me.

Jan

Posted on the
1 ANSWERS - 1 USEFUL
Incomedia
Claudio N.
Incomedia

Hello Jan and thank you for your appreciation.

I suggest you to use the "Send To Database" option in the email form, so the automatic database storage is managed by WebSite X5.

After the messages are stored in your database, you can show them in a page of the site using some custom PHP code:

  1. Add an HTML object in the page you want to show the messages.
  2. In the HTML object add a PHP code that connects to your MySQL Database and then shows the stored data.

I suggest to read this page: http://www.siteground.com/tutorials/php-mysql/display_table_data.htm

Just skip the part about the form and database insert. Start from "SELECT * FROM tablename". Wink

Read more
Posted on the from Claudio N.