PHP || old paper solutions 2015

  year 2015 Group B 11. Write a program in PHP to add three numbers. 

12. Write a PHP program to display first and last character of a string. 

  13. Create two integer array of size 5 each with data item in them. Then display sum of all the number of both […]

Continue Reading

PHP || old paper solution ||2018

2018 Q.No 11

 

Q.No 12

  Q.No 13

 

Q.No 14

    Q.No 15

Continue Reading

PHP || 2019 Old Paper Solutions

Q.No 11

  Q.No 12

Q.No 13

  Q.No 14

Q.No 15

 

Continue Reading

PHP Pre Board solution

Asian School of Management and Technology   Group A Write some words about php? PHP: Hypertext preprocessor is a widely used open source general purpose scripting language that is especially suited for web development and can be embedded into HTML. How can you differentiate static and dynamic website? Static Website Dynamic Website Content is fixed […]

Continue Reading

Chapter 2. Working with Text and Numbers

  Data Types Data Types defines the type of data a variable can store. PHP allows eight different types of data types. String :- A string is a sequence of characters, like “Hello world!”. Integer :- An integer data type is a non-decimal number between -2,147,483,648 and 2,147,483,647. Float (floating point numbers – also called […]

Continue Reading

Unit 1: Orientation and First Steps

Definition :- PHP stands for PHP: Hypertext Preprocessor . PHP is a server-side scripting language, like ASP . PHP scripts are executed on the server . PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.) PHP is an open source software . PHP is free to download and use. 1.1 PHP’s […]

Continue Reading

Unit 9: Handling Dates and Times

The PHP Date() Function The PHP date() function convert a timestamp to a more readable date and time. The computer stores dates and times in a format called UNIX Timestamp, which measures time as a number of seconds since the beginning of the Unix epoch (midnight Greenwich Mean Time on January 1, 1970 i.e. January 1, 1970 00:00:00 GMT […]

Continue Reading