what is the scope of php in the future if any other language
is developed then may be php is loss ???
Answer / ramtej
PHP is a renowned technology, which is been used for Website
development. Today, perhaps any web developer does not know
what PHP is. Even when many other languages like .NET, Java,
etc. are too popular for web development, PHP development is
still at surge.
Today, Indian developers are preferring PHP instead of other
languages because of its benefits over other languages.
Those benefits are bringing PHP Development India at the top
across the globe. Businesspersons from worldwide are rushing
towards the Web Development India for fulfilling their needs
of building eye catchy websites at very cost-effective rates.
Let us have a look at the present and future of PHP:
• In present times, PHP is being used over other languages
including Java and .NET for website development
• It is free for now and will be free in future too, so the
only cost is related to hiring the website developer
• It supports almost all platforms including Windows and
Linux whereas .NET supports only Windows
• It supports almost all servers
• It provides full and extensive support to all backend
applications like Oracle, SQL, MySQL, etc
• It supports Model View Controller (MVC) framework
• Comprises an array of security features to help building
secure website and website applications that every
businessperson looks for..
| Is This Answer Correct ? | 62 Yes | 3 No |
How many types of php frameworks are there?
hi abinashg i think u have experience in php plz tell me more about php now i raearlly want to do php wat is the future.my email id atul_saini2@yahoo.co.in.plz guide me thanks...........
Tell me will a comparison of an integer 12 and a string "13" work in php?
How can you make a connection with mysql server using php?
Which array function checks if the particular key exists in the array?
Why laravel is best php framework?
How to upload any files extension in our database Ex.(.doc,.txt,mp4,mp3 etc.)in php
Explain how we can get the number of elements in an array?
What is the meaning of a persistent cookie?
How can I rotate an image?
1 Answers Rushmore Consultancy,
<?php /** * @version 1.0 $ * @package HelloWorld * @copyright (C) 2005 Andrew Eddie * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?> <?php $database =& JFactory::getDBO(); //$sql = 'SELECT name, username FROM #__users'; $sql="select a.id, a.title, a.introtext, a.created_by, a.created from jos_content a, jos_content_frontpage b where a.id=b.content_id and b.ordering='2'"; $database->setQuery( $sql ); $user = NULL; $user = $database->loadObject(); //echo 'Name: ' . $user->name . '<br />'; echo '<h1>' . $user->title . '</h1><br />'; //echo 'Username: ' . $user->username; echo ' ' . $user->introtext; i write this and fetch the result from the database the result is The Intranet is up and working ! Our intranet is up and working and should be accessible from both Mumbai and NOIDA. As you will notice, this template, look & feel is not in line with our corporate indentity but we chose the route of "form-follows-funtion" In the first phase, we are rolling out functionality that is critical to all of us - Policies and How-to documents. In subsequent phases, we will be launching other features. Keep watching this space for more details i want to see only 4 line of top then how this may done
Tell me how to find current date and time?