About php role in providing the opportunity for front end and back end development , i'm really confused how can properly use it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

About php role in providing the opportunity for front end and back end development , i'm really confused how can properly use it

Tell me how to figure out to take back end values for password and username values using php

10th Aug 2021, 2:58 PM
Ermias Kebede
Ermias Kebede - avatar
6 Answers
+ 2
PHP can be used to control user-access, PHP can collect form data, PHP can send and receive cookies, PHP can generate dynamic page content, PHP can create, open, read, write, delete, and close files on the server, PHP can add, delete, modify data in your database. https://www.tutorialrepublic.com/php-tutorial/php-mysql-login-system.php
10th Aug 2021, 3:51 PM
JaScript
JaScript - avatar
+ 1
You can see this code in SL Playground: https://code.sololearn.com/wbbZ17jMORq6/?ref=app
10th Aug 2021, 4:12 PM
JaScript
JaScript - avatar
+ 1
Thanks !!!! I have preservation on php being linked with JavaScript
10th Aug 2021, 7:58 PM
Ermias Kebede
Ermias Kebede - avatar
0
Can you please show me an example that illustrates your definition
10th Aug 2021, 3:56 PM
Ermias Kebede
Ermias Kebede - avatar
0
JavaScript and php . How they get along each other please I need examples to illustrate your explanation
10th Aug 2021, 7:59 PM
Ermias Kebede
Ermias Kebede - avatar
0
If I understand your question correctly, you want to know how to save input values of a form (like a register form) into a database using php, mySQL(database) and Javascript?
12th Aug 2021, 2:14 PM
Michelle Haggis
Michelle Haggis - avatar