Yahoo India Web Search

Search results

  1. This PHP tutorial covers all the topics of PHP such as introduction, control statements, functions, array, string, file handling, form handling, regular expression, date and time, object-oriented programming in PHP, math, PHP MySQL, PHP with Ajax, PHP with jQuery and PHP with XML.

  2. PHP Programs for beginners and professionals with examples on fibonacci series, prime number, sum of digits, armstrong number, alphabet triangle, number triangle, factorial number, reverse number, even odd etc.

  3. PHP provides two methods through which a client (browser) can send information to the server. These methods are given below, and discussed in detail: GET method. POST method. Get and Post methods are the HTTP request methods used inside the <form> tag to send form data to the server.

  4. PHP function is a piece of code that can be reused many times. It can take input as argument list and return value. There are thousands of built-in functions in PHP. In PHP, we can define Conditional function, Function within Function and Recursive function also.

  5. Learn 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. Start learning PHP now ».

  6. www.tutorialspoint.com › phpPHP Tutorial

    PHP is a server-side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites. PHP is integrated with a number of popular databases including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.

  7. PHP is a server-side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites. Although it is especially suited to web development, you can also build desktop standalone applications as PHP also has a command-line interface.

  8. What Can PHP Do? PHP can generate dynamic page content; PHP can create, open, read, write, delete, and close files on the server; PHP can collect form data; PHP can send and receive cookies; PHP can add, delete, modify data in your database; PHP can be used to control user-access; PHP can encrypt data; With PHP you are not limited to output HTML.

  9. PHP File Handling. PHP File System allows us to create file, read file line by line, read file character by character, write file, append file, delete file and close file.

  10. PHP if-else statement is executed whether condition is true or false. If-else statement is slightly different from if statement. It executes one block of code if the specified condition is true and another block of code if the condition is false. Syntax. if(condition) {.

  1. People also search for