What is the main difference between require() and require_once()?
|
|
2
|
485
|
22 February 2022
|
What does PHP stand for?
|
|
1
|
517
|
22 October 2020
|
How to get image's properties like height, width etc in PHP?
|
|
1
|
415
|
22 October 2020
|
What is the function mysql_pconnect() useful for in PHP?
|
|
1
|
659
|
22 October 2020
|
What are the methods to submit form in PHP?
|
|
1
|
433
|
22 October 2020
|
In PHP how to access the data sent through the URL with the GET method?
|
|
1
|
450
|
22 October 2020
|
In PHP how to access the data sent through the URL with the POST method?
|
|
1
|
400
|
21 October 2020
|
In PHP how to check if a given variable is empty?
|
|
1
|
432
|
21 October 2020
|
What is a session in PHP?
|
|
1
|
424
|
21 October 2020
|
How to initiate a session in PHP?
|
|
1
|
435
|
21 October 2020
|
In PHP when do sessions end?
|
|
1
|
421
|
21 October 2020
|
What is the default session time in PHP?
|
|
1
|
430
|
21 October 2020
|
In PHP what is the differences between $a != $b and $a !== $b?
|
|
1
|
429
|
21 October 2020
|
In PHP what is the difference between the functions strstr() and stristr()
|
|
1
|
411
|
21 October 2020
|
In PHP is it possible to destroy a cookie?
|
|
1
|
425
|
21 October 2020
|
What is the difference between "echo" and "print" in PHP?
|
|
1
|
426
|
21 October 2020
|
What are magic constants in PHP?
|
|
1
|
429
|
21 October 2020
|
How is it possible in PHP to know the number of rows returned in the result set?
|
|
1
|
375
|
15 September 2020
|
What is the meaning of a final class and a final method in PHP?
|
|
1
|
394
|
15 September 2020
|
Is multiple inheritance supported in PHP?
|
|
1
|
492
|
14 September 2020
|