Rowshan Jamil

    18-Sep-15 03:46:15 pm

    iOS and PHP developer

    I have need 1 iOS and PHP developer at list 1 year working experience. Email: lscominc2013@gmail.com ...

    Read More


    Mohammad Towhidul Islam

    29-Jun-15 11:14:52 am

    Quiz-PHP string,oop,regular expression

    1. Spliting a string into various elements based on Case-Insensitive pattern_

    A) preg_search() B) preg_find() C) reg_split() D) preg_split()

    Read More


    Mohammad Towhidul Islam

    01-Jun-15 02:51:52 pm

    Problem: Find the factorial in PHP

    Method 1: By Loop function factorial($n){ $factorial = 1; for ($i=$n; $i>=1; $i--) { $factorial = $factorial * $i; } return $factorial; } Method 2: By Recursive function factorial($n){ if (1<$n){ return $n*factorial($n-1); }else { return 1;...

    Read More


    Faruk Hossain Topu

    28-May-15 06:20:14 pm

    Example of Class & Object in PHP

    employee_class.php <?php class Employee{ private$name; private$dept; private$position; private$salary; //Constructor Method public function Employee($name,$dept,$position,$salary){ $this->name=$name; $this->dept=$dept;...

    Read More


    VCampus

    21-May-15 05:03:24 pm

    include vs require and require vs require_once

    require vs. include The require() function is identical to include(), except that it handles errors differently. If an error occurs, the include() function generates a warning, but the script will continue execution. The require() generates a fatal error, and the script will stop. require_onc...

    Read More


    VCampus

    21-May-15 04:51:27 pm

    Heredocs and Nowdocs in PHP

    Nowdocs are to single-quoted strings what heredocs are to double-quoted strings. A nowdoc is specified similarly to a heredoc, but no parsing is done inside a nowdoc. The construct is ideal for embedding PHP code or other large blocks of text without the need for escaping. HEREDOC *A HEREDOC whe...

    Read More


    Mohammad Towhidul Islam

    24-Apr-15 10:46:56 pm

    Quiz - PHP Fundamental 1

    1. Which data type is used to represent a single value?

    A) scalar data type B) supported tata type C) setting data type D) Compound data type

    Read More


    VCampus

    08-Feb-15 12:32:48 am

    Zend Certified PHP Engineer Certification outline

    List of Exam Topics PHP Basics Syntax Operators Variables Control Structures Language Constructs and Functions Namespaces Extensions Config Performance/bytecode caching Functions Arguments Variables References Returns Variable Scope Anonymous Functions, closures ...

    Read More


    Arif Mainuddin

    05-Feb-15 10:25:43 am

    What is PHP?

    PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP is an acronym for "PHP: Hypertext Preprocessor" PHP is a widely-us...

    Read More


    Abdullah Al Mamun

    21-Jan-15 11:47:29 pm

    header("location:index.php"); কাজ না করার কারন কি?

    লোকাল সার্ভারে header() ফাংশন কাজ করে কিন্তু ওয়েব সার্ভারে কাজ করতাছে না এটার কারন কি এবং এর সমাধান কি?...

    Read More


First1234Last
2 of 9 pages
Copyright © 2025. Powered by Intellect Software Ltd