Publications by
practical week 6
practical - Week 6 2022-08-29 Practical 1: Complete the following php program and explain what it does ? Practical 2: Complete the below code. Write a program to create a form with four field namely NAME,ADDRESS,AGE,PASSWORD. Now a user will enter name, address, age, PASSWORD then a file will create with name in data directory and all conte...
443 sym 2 img
practical week 6
practical - Week 7 2022-08-29 Practical 1: Create and test cookies for the following ? <?php 1 $string_name = "testcookie"; 2 $string_value = "This is a test cookie"; 3 $expiry_info = info()+259200; 4 $string_domain = "localhost.localdomain"; ?> Practical 2: Demonstrate the use of cookies at every login for additional security ? Complete ...
302 sym 1 img