Giter Site home page Giter Site logo

Comments (9)

mevdschee avatar mevdschee commented on May 8, 2024

This means that you set the field 'username' for the record with primary key 2 in the 'users' table to 'abcxyz'. The return value is the rows affected.

from php-crud-api.

shenglong209 avatar shenglong209 commented on May 8, 2024

if i have tables 'users' with 2 fileds: id, usernames(primary key)
i want update the record where username="abc" then what i have to do ?
thank you !

from php-crud-api.

mevdschee avatar mevdschee commented on May 8, 2024

First you need to find the id (which should be primary key, the username should be a unique key) for the user with that username:

http://localhost/api/api.php/users?filter[]=username,eq,abc

Let's say that the id field for that record is '2', then you have to update that record with the code you posted before.

from php-crud-api.

shenglong209 avatar shenglong209 commented on May 8, 2024

thanks you for your response, and i have a lastest question: how to update if my tables have a foreign key, because i just test, and it return -1

from php-crud-api.

mevdschee avatar mevdschee commented on May 8, 2024

If the 'posts' table has a field 'user_id' for the author, pointing to the 'id' field in the 'users' table then you can simply set the field 'user_id' to an existing primary key value from the 'users' table (e.g. '2').

Hope that helps.

from php-crud-api.

shenglong209 avatar shenglong209 commented on May 8, 2024

thank you very much ! i get it !

And . . . if someone fake a similar request to change the contents of the database. So what can I do to prevent ?
sorry sir, i just a student and i just want to learn. please give me some idea !

from php-crud-api.

mevdschee avatar mevdschee commented on May 8, 2024

You can add some code to protect your api with a username and password as shown in:

https://github.com/mevdschee/php-crud-api/blob/master/examples/auth.php

Or you can use a more sophisticated scheme, like http://jwt.io.

from php-crud-api.

shenglong209 avatar shenglong209 commented on May 8, 2024

ohhh thank you very much, I'm stuck in this problem for a few days, and once again thank you for your help ^^

from php-crud-api.

mevdschee avatar mevdschee commented on May 8, 2024

You are welcome. Good luck with it!

from php-crud-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.