Will react hooks replace redux?
1. Create student database. 2. First page should display the students available in the database. There should be add, edit and delete buttons. 3. There should be option to search students by name, code, date of joining, department or combination of these. 4. Should have an add/edit screen. Add and Edit should be handled in the same page. 5. Delete should ask for confirmation before deleting the actual record. 6. Validation should be done in JavaScript as well as php.
Is numeric in php?
What is use of in_array() function in php?
What is php sequence?
What is the use of token in php?
Which is better mysql or sql?
How do you measure variables?
how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible?already i was increase php.ini and set Also increase Memory_limit Post_max_size upload_max_filesize..........but not working......
What are traits?
Explain the difference between $message and $$message?
how retrive the video file in php using video tag
What is the meaning of "enctype= multipart/form-data" ?