PHP data modification problem, hope help!

Updated on technology 2024-02-09
15 answers
  1. Anonymous users2024-02-05

    You put $mysql=mysql query("select * from user where name='$name'");Change to $mysql=mysql query("select * from user where name='”.$name."'");Then print it in the update file to see if there is a value.

    Also, put the data update in front of the query in the index.

  2. Anonymous users2024-02-04

    You insert data from less to more like this.

    query="update xianchang set year='$year'where id=$id";And so little by little.

    Then write an echo $query and put the statement directly into phpmyadmin to test, but it seems that your main problem is that you wrote it incorrectly.

    query="update ..

    query=mysql_query($query_update);Yours should be $query update="update ..

    That's a bunch.

  3. Anonymous users2024-02-03

    $query=mysql_query($query_update);

    Here it should be $query=mysql query($query);

    It can be modified to let him report the error so that it is easier to determine the cause of the error $query1=mysql query($query) or die(mysql error()).

    I've tried this, and if your post parameter is fine, and the database field is fine, you should be fine. Prefer $query rather than $query update

  4. Anonymous users2024-02-02

    You submit with a post submission should be fetched with $post.

    t7=$_post[t7];

  5. Anonymous users2024-02-01

    What does get param do with the data? A little interested, hehe.

    You can't update what you said, at least you should post the error message too, so that others can help you.

  6. Anonymous users2024-01-31

    You get the param() function, all of which are $ post, and then output it, and see if you get it.

    Then update a message first, such as update xianchang set year='$_post[year]' where id=$id

    If the update is not successful, you can take a look at the SQL statement output, or copy the SQL statement to phpmyadmin to confirm that there is no problem.

    If it doesn't work anymore, maybe mysql strikes.

  7. Anonymous users2024-01-30

    You don't need to modify so much data at the same time, but make a few changes to see which part is wrong.

  8. Anonymous users2024-01-29

    Step 1: On the computer Win7 system, press the windows key + R and enter cmd [Enter].

    Step 4: set password = passwrod('New passwords');

  9. Anonymous users2024-01-28

    This skill is very important!!

  10. Anonymous users2024-01-27

    You're missing the update template.

    You go and check whether the ID in the update template is passed in the get mode or post.

    For example. This id is the get method.

    This is the POST method.

  11. Anonymous users2024-01-26

    Your two lines of ** are written in question, and it should be.

    Also, your update statement should have where id=".get["id"];

    The form values passed through the post method of the form are obtained with the post, and the values passed by the browser address are obtained with the get method.

    Also, your ** is very non-normal, and the entries in $get and $post are best enclosed in double quotation marks.

  12. Anonymous users2024-01-25

    Your mistake is mainly here.

    sql="update symbols set country = post[country]',animal = post[animal]',cname='$post[cname_]'where ";

    When Chinese characters are present, Chinese characters are used''Bracket, and English characters are not used, otherwise it will be wrong.

    Like this, full stop. If you can omit the table name in a single table, you can use the id, and only in a multi-table query do you need to indicate which form a field belongs to.

    and your $result=$mysqli->query(sql) below; SQL should be preceded by a $.

    Here's what I changed**, which has been tested and can be used conveniently:

    One of the weird things is that $ post[cname], which is automatically added as cname in the post form, is the result of the var dump ($ post) test, and the var dump function is used to see the variable type and variable value. There is also the change of the form to the later.

    echo ""

    echo "

    result->close();

  13. Anonymous users2024-01-24

    where id='1''Wrong, pay attention to the quotation marks.

    Or not'$post[telephone], there is a problem with the quotation marks anyway.

  14. Anonymous users2024-01-23

    Note that the single quotation marks of the SQL statement corresponding to the field type are used.

  15. Anonymous users2024-01-22

    Try putting now() in single gravity.

Related questions
24 answers2024-02-09

1。It's set like that.,There's something that triggers when you attack.,There's a trigger when you're hit.。 >>>More

14 answers2024-02-09

The software that modifies game data (money, blood, attack power, etc.) on mobile phones is called "Yagamimon". Run the Yashen Gate Device first, run the game (so that there will be a small icon of the Yashen Gate Device after entering the game), after entering the game, first look at what the data value you want to modify is, for example, after entering the game, the money is 100, don't continue to play the game, click on the Yashen Gate icon, there is an input box after entering the Yashen interface, enter the value of the data you want to modify, for example, the money mentioned above is 100, enter 100, click on the search behind (at this time, there are several search modes, just choose the first one, In fact, you can understand what these patterns mean when you look at the name), and there will be a lot of data after searching, and each of these data is related to 100. At this time, it is impossible to determine which piece of data is money. >>>More

10 answers2024-02-09

The database is generally composed of many tables, for example, the school builds a database, which can build a student table (including the student's name, age, student number, class, date of birth), a teacher table (including the teacher's name, age, teaching class, teaching category), a report sheet (including the student's student number, and the grades of each subject), etc. These are the ways in which the files are stored in the database, and try to make sure that the items in a table are closely related and have the same attributes, if this condition cannot be met, a table must be built (the redundancy of the built table has 4 levels). In order to meet the user's query needs, we also need to make a number of views, for example, you can make a view of his items have the name of the student, age, grades of each subject, and the teacher of each subject, etc., we can also export new items according to the existing items, for the purpose of simplicity, for example, the view can add an average grade, we add different permissions and roles to each view, and provide it to different people to query to protect the security of the database. >>>More

19 answers2024-02-09

Haha, if you can modify online games with WPE, then the network business is early. >>>More

17 answers2024-02-09

=if(or(--right(int(abs(a1-b1)),1)=),0,if(or(--right(int(abs(a1-b1)),1)=),1,2)) >>>More