Loading, please wait...

Showing articles with PHP. Show all articles
24/06/2021 PHP, 712 Views
How to check a case insensitive substring exists within the given string using a regular expression pattern in PHP | PHP program
24/06/2021 PHP, 584 Views
How to demonstrate the regular expression to count the occurrence of a given substring in PHP | PHP program
24/06/2021 PHP, 587 Views
How to demonstrate the regular expression to replace the substring within the string in PHP | PHP program
24/06/2021 PHP, 435 Views
How to demonstrate the quantifiers in pattern to search a string using a regular expression in PHP | PHP program
24/06/2021 PHP, 672 Views
How to demonstrate the use of $GLOBALS to access global variables in PHP | PHP program
24/06/2021 PHP, 480 Views
How to print the filename of the current executing PHP script in PHP | PHP program
24/06/2021 PHP, 631 Views
How to demonstrate the regular expression to count the occurrence of a given substring in PHP | PHP program
24/06/2021 PHP, 406 Views
How to print the version of CGI used by the webserver in PHP | PHP program
24/06/2021 PHP, 566 Views
How to print the server name or website name in PHP | PHP program
24/06/2021 PHP, 423 Views
How to print the version of the server software in PHP | PHP program
24/06/2021 PHP, 361 Views
How to print the server protocol in PHP | PHP program
24/06/2021 PHP, 365 Views
How to print the request method used to access the webpage in PHP | PHP program
24/06/2021 PHP, 345 Views
How to print the timestamp of the start of the request in PHP | PHP program
24/06/2021 PHP, 344 Views
How to demonstrate the use of $_REQUEST superglobal variable in PHP | PHP program
24/06/2021 PHP, 354 Views
How to demonstrate the use of $_POST superglobal variable in PHP | PHP program
24/06/2021 PHP, 375 Views
How to decode the JSON string into an associative array in PHP | PHP program
24/06/2021 PHP, 372 Views
How to demonstrate the json_encode() function with multi-dimensional array in PHP | PHP program
24/06/2021 PHP, 335 Views
How to demonstrate the json_encode() function with indexed array of strings in PHP | PHP program
24/06/2021 PHP, 355 Views
How to create Divide By Zero Exception class in PHP | PHP program
24/06/2021 PHP, 328 Views
How to create a user-defined exception class in PHP | PHP program
24/06/2021 PHP, 337 Views
How to demonstrate the finally block in exception handling in PHP | PHP program
24/06/2021 PHP, 477 Views
How to create DivideByZeroException class in PHP | PHP program
24/06/2021 PHP, 494 Views
How to create a user-defined exception class in PHP | PHP programs
24/06/2021 PHP, 398 Views
How to demonstrate the NULL reference exception using exception handling in PHP | PHP programs
24/06/2021 PHP, 475 Views
How to demonstrate the Array index out of bound exception using exception handling in PHP | PHP program
24/06/2021 PHP, 433 Views
How to demonstrate the Divide By Zero Exception using exception handling in PHP | PHP program
24/06/2021 PHP, 520 Views
 How to download the text file from the specified URL in PHP | PHP program
24/06/2021 PHP, 564 Views
How to send a text e-mail message in PHP | PHP program
24/06/2021 PHP, 419 Views
How to convert base64 into the simple string in PHP | PHP programs
24/06/2021 PHP, 647 Views
How to convert a string into base64 in PHP | PHP programs
24/06/2021 PHP, 476 Views
How to calculate the md5 hash from plaintext in PHP | PHP programs
24/06/2021 PHP, 427 Views
How to demonstrate the function returning object in PHP | PHP programs
24/06/2021 PHP, 428 Views
How to pass an object of class as an argument in PHP | PHP programs
24/06/2021 PHP, 371 Views
How to demonstrate the method overloading based on the number of arguments in PHP | PHP program
24/06/2021 PHP, 430 Views
How to demonstrate the final keyword in PHP | PHP programs
24/06/2021 PHP, 402 Views
How to demonstrate the method overriding in PHP | PHP programs
24/06/2021 PHP, 418 Views
How to demonstrate the inheritance of abstract classes in PHP | PHP programs
24/06/2021 PHP, 371 Views
How to inherit an abstract class and an interface in a non-abstract class in PHP | PHP programs
24/06/2021 PHP, 454 Views
How to inherit an abstract class into multiple non-abstract classes in PHP | PHP program
24/06/2021 PHP, 385 Views
How to demonstrate the final keyword in PHP | PHP programs
24/06/2021 PHP, 352 Views
How to demonstrate the method overriding in PHP | PHP programs
24/06/2021 PHP, 360 Views
How to demonstrate the inheritance of abstract classes in PHP | PHP programs
24/06/2021 PHP, 362 Views
How to inherit an abstract class and an interface in a non-abstract class in PHP | PHP programs
24/06/2021 PHP, 269 Views
How to inherit an abstract class into multiple non-abstract classes in PHP | PHP programs
24/06/2021 PHP, 450 Views
How to demonstrate the example of the simple abstract class in PHP | PHP programs
24/06/2021 PHP, 416 Views
How to demonstrate the inheritance of interfaces in PHP | PHP programs
24/06/2021 PHP, 460 Views
How to implement multiple-inheritance using the interface in PHP | PHP programs
24/06/2021 PHP, 514 Views
How to implement multiple interfaces in the same class in PHP | PHP programs
24/06/2021 PHP, 379 Views
How to implement an interface into multiple classes in PHP | PHP programs
24/06/2021 PHP, 466 Views
How to demonstrate the example of a simple interface in PHP | PHP programs
24/06/2021 PHP, 433 Views
How to demonstrate the hierarchical or tree inheritance in PHP | PHP programs
24/06/2021 PHP, 368 Views
How to demonstrate the multi-level inheritance in PHP | PHP programs
24/06/2021 PHP, 445 Views
How to call base class destructor from the derived class in PHP | PHP programs
24/06/2021 PHP, 549 Views
How to call a base class constructor from the derived class in PHP | PHP programs
24/06/2021 PHP, 460 Views
How to demonstrate the single inheritance in PHP | PHP programs
24/06/2021 PHP, 499 Views
How to calculate the power of a given number using recursion in PHP | PHP programs
24/06/2021 PHP, 436 Views
How to calculate the factorial of a given number using recursion in PHP | PHP programs
24/06/2021 PHP, 453 Views
How to demonstrate the use of variable arguments in PHP | PHP programs
24/06/2021 PHP, 400 Views
How to demonstrate the use of default arguments in PHP | PHP programs
24/06/2021 PHP, 469 Views
How to demonstrate the call by reference parameter passing in PHP | PHP programs
24/06/2021 PHP, 503 Views
How to demonstrate the call by value parameter passing in PHP | PHP programs
24/06/2021 PHP, 443 Views
How to demonstrate the use of destructor in PHP | PHP programs
24/06/2021 PHP, 355 Views
How to implement the parameterized constructor using __construct() in PHP | PHP program
24/06/2021 PHP, 404 Views
How to demonstrate the parameterized constructor in PHP | PHP programs
24/06/2021 PHP, 441 Views
 How to implement the default or no-argument constructor using __construct() in PHP | PHP programs
24/06/2021 PHP, 464 Views
How to demonstrate the default or no-argument constructor in PHP | PHP programs
24/06/2021 PHP, 473 Views
How to demonstrate the use of the local and global variables in PHP | PHP programs
24/06/2021 PHP, 396 Views
How to demonstrate the use of printf() function in PHP | PHP program
24/06/2021 PHP, 323 Views
How to print the method name with the associated class name using magic constant __METHOD__ in PHP | PHP programs
24/06/2021 PHP, 341 Views
How to print the class name using magic constant __CLASS__ in PHP | PHP programs
24/06/2021 PHP, 390 Views
How to print the function name using magic constant __FUNCTION__ in PHP | PHP programs
24/06/2021 PHP, 399 Views
How to print the full path of the current program file in PHP | PHP programs
24/06/2021 PHP, 402 Views
How to print the line number using __LINE__ magic constant in PHP | PHP programs
24/06/2021 PHP, 412 Views
How to check a constant is defined or not in PHP | PHP programs
24/06/2021 PHP, 483 Views
How to check a constant is defined or not in PHP | PHP programs
24/06/2021 PHP, 408 Views
How to create a case in-sensitive constant using define() function in PHP | PHP programs
24/06/2021 PHP, 437 Views
How to create a constant using define() function in PHP | PHP programs
24/06/2021 PHP, 372 Views
How to implement a cascaded function call in PHP | PHP programs
24/06/2021 PHP, 279 Views
How to convert hours, minutes, and seconds into several seconds in PHP | PHP programs
24/06/2021 PHP, 421 Views
How to convert seconds into hours, minutes, and seconds in PHP | PHP programs
24/06/2021 PHP, 465 Views
How to create a class to add two times in PHP | PHP programs
24/06/2021 PHP, 375 Views
How to create a class to subtract one distance from another distance in PHP | PHP programs
24/06/2021 PHP, 403 Views
How to create a class to add two distances in PHP | PHP programs
24/06/2021 PHP, 364 Views
How to create a class with setter and getter functions in PHP | PHP programs
24/06/2021 PHP, 405 Views
How to initialize data members without using the constructor in PHP | PHP program
24/06/2021 PHP, 348 Views
How to print the size of the empty class in PHP | PHP program
24/06/2021 PHP, 392 Views
How to define methods within the class in PHP | PHP program
24/06/2021 PHP, 355 Views
How to create multiple objects of a class and access attributes of the class in PHP | PHP program
24/06/2021 PHP, 494 Views
How to create an object of a class and access the class attributes in PHP
The article contains PHP version history to-date.
Laravel is very powerful PHP framework which is designed for developers who need a simple and elegant toolkit to create full-featured web applications. Laravel was created by Taylor Otwell in June 2011.