-
@ symbol before any variable
Why do we put @ symbol before any variable?
-
-
How do you create subdomains using PHP?
How will you create sub domains without manually creating it from Control Panel? Sub Domains must me created by using PHP script for a membership website. Answer with a sample script.
-
Session_register and $_session
What is the difference between session_register and $_session?
-
Set JavaScript Variable Value
Can you set JavaScript variable value to php variable? Justify your answer?
-
Arrays
How to combine 2 arrays?
-
-
What is the difference between explode and split?
Split - Splits string into array by regular expression.Explode - Split a string by stringHope this helps
-
What is the effect of large number of data stored in a database on a website ?
I.e. if there is a 5,00,000 records on the database is it affect website. what is the solution for this.
-
Website development in PHP and Java
What is difference between developing website using Java and PHP?
-
What is htaccess?
What is htaccess? Why do we use this and Where?
-
Upload Videos
How do you upload videos using PHP & MySQL
-
Echo and Print
What is the difference between "echo" and "print" in PHP?
-
Percentage Bar for Processing
While in case of download, How will you make a percentage bar showing current status of total 100%?
-
Php fragment
1- Write php fragment code to print out the data submitted by the user through html form using get or post method? we need to display the field name and value??
Why we need a function like fetch_object and what is the purpose of using it?
we have fetch_array to fetch a row from a result set... in what way the fetch_object function is useful... at which situation it is used? every question is like what is the difference and the answers is just like the following 'fetch_array" gives an array of any type but fetch_object will return an object.... but WHY???
Ans