Answer the Following Question. 1. $this is a reference to the calling object(T/F) 2. ___________ is the method scope which prevents a method from being overridden by a subclass. 3. Trim() in PHP is used for ____________. 4. PHP variables must begin with a “&” sign.(T/F) 5. _______ is used to implement overloading in PHP. 6..Find the output of the code below: <?php echo CHR(52); ?> 7.The ______ function returns the length of string.
[7 marks]Explain Following Functions: 1. getcwd() 2. rewinddir() 3. ksort() 4. count() 5. isset() 6. strval() 7. empty()
[7 marks]Explain Conditional statements in PHP with example
[7 marks]Explain Array.How can you declare the array in PHP?and explain types of array with suitable example. .
[7 marks]What is JSON? How to send JSON data to server? Explain with example.
[7 marks]What are Sessions? How to create a session and accessing session variables? How to delete a Session? Explain with suitable examples.
[7 marks]What is Function? Explain type in detail with example. Write any program of function and call that function using PHP script that take arguments and returns value.
[7 marks]List and explain different types of operators in PHP.
[7 marks]Write the difference between GET and POST method. Explain with suitable example03
[4 marks]Explain any seven slide or fade effects methods in jquery OR1
[7 marks]Define Cookie. Create an application to create cookie, access a cookie and delete the cookie.
[7 marks]Explain the Following Difference. 1.Cookie & Session 2. include() & require()
[7 marks]What are events? Explain jQuery event methods with an examples.
[7 marks]What is AJAX? How to configure? Explain AJAX in brief.
[7 marks]Write a program to read customer information like Cust_no, Cust_name, Item_purchased and Mob_no from Customer table and display all these information in table format on output screen. Provide option for editing and deleting a particular record from database.
[7 marks]Explain jquery selector and types with example.
[7 marks]