Phpcms get Avatar How to write to the database?
Using the QQ login,
At present, have access to all QQ login nickname and Avatar, Avatar data saved where? How to write?
Reply to discussion (solution)
Zhaoji, wait online.
I save the avatar to the server, copy ($url, $dirpath), in the database also save a link to the avatar
Of course, you can only save the QQ avatar link, the display will be directly src point to the link can be
I save the avatar to the server, copy ($url, $dirpath), in the database also save a link to the avatar
Of course, you can only save the QQ avatar link, the display will be directly src point to the link can be
You can simply save to the server about how to operate it,
I saved to the database and found that the user modified the avatar, can not get
Thank you very much!!
Copy ($url, $dirpath); Do not save to the server, $dirpath is the path you saved, such as Linux:/home/wwwroot/web/image/avatar/xxx.jpg
Of course, the specific storage path depends on how you design, it is not possible to save all the user's avatar to a folder
Copy ($url, $dirpath); Do not save to the server, $dirpath is the path you saved, such as Linux:/home/wwwroot/web/image/avatar/xxx.jpg
Of course, the specific storage path depends on how you design, it is not possible to save all the user's avatar to a folder
Do not follow his original 1/1/1/, directly write a path, right?
In you, you want to use his path to create the path directory locally, if not, you need to create a path directory according to your own logic