R
R
Ramil2014-10-20 22:17:54
css
Ramil, 2014-10-20 22:17:54

How to make a Landing Page?

How to make a Landing Page correctly?:
I have never made a Landing Page, but I myself have come to the point that it is better not to submit information for a client than in this style. But I don’t know how to create such a site and in what sequence to submit information, hence the questions:
How to submit information correctly? In what order should it be served? Which effects are worth using and which are not? How is it generally done?

Answer the question

In order to leave comments, you need to log in

8 answer(s)
B
bromzh, 2014-10-21
@bromzh

Design is done by designers, layout is done by layout designers. So the designer must think about what effects to use and what to place where.

L
Li_ Ma, 2014-10-21
@almadob

"What did you smoke?" I'm sorry)))))
look at the work of lp 4(l)(p). ru (without spaces and brackets) they have "long", bright landings and good animations. effects without frills.
It all depends on the specific order, but as a rule, one person cannot make a really cool landing page. We need a marketer, a designer, a coder, a programmer, and, very importantly, a copywriter.

D
Dmitry Guryev, 2014-10-23
@djsv

Recently, I also asked this question, and eventually found a good free course on this topic: do.thelandingpagecourse.com

B
burilk, 2017-04-04
@burilk

I completely agree that the landing page is just a way of packaging information that is convenient for visitors and lays out all the benefits and benefits for them.
A very worthy free course on landings, which I took myself - bloxy.ru/learning/lp/

E
Eugene, 2016-11-28
@verdex

CREATE DATABASE $db
$db is equal to what?

E
Eugene Volf, 2016-11-28
@Wolfnsex

Run a request from the same user without this script. In phpMyAdmin, or in the MySQL console client, or connect to the server remotely... Then we will know if it's in the script, or the problem is that the user under which you work in the database does not have enough rights to create the database. In general, after a request to create a database, you need to check the errors again ...

I
Igor Vorotnev, 2016-11-28
@HeadOnFire

You catch the name of the database to be created here $create = $_POST['name'];
. And when creating, use a different variable. "CREATE DATABASE $db"
Replace $db with $create. Or vice versa. This time.
Two - don't forget about $_POST data validation.

R
Ravshan Abdulaev, 2016-11-28
@ravshanium

and if: php.net/manual/ru/mysqli.error.php

...
$crquery = mysqli_query ($link, "CREATE DATABASE $db");
if ( $crquery === false ){
  echo mysqli_error($link);
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question