Answer the question
In order to leave comments, you need to log in
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
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.
"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.
Recently, I also asked this question, and eventually found a good free course on this topic: do.thelandingpagecourse.com
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/
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 ...
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.
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 questionAsk a Question
731 491 924 answers to any question