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 can you declare a constant variable in php?
What is the difference between $message and $$message?
12 Answers BSPL, eGrove, i-Net Solution,
What is php's mysqli extension?
What is the purpose of the following files having extensions 1) .frm 2) .myd 3) .myi? What do these files contain?
Can we set session value in javascript?
Where is the submitted form data stored?
What is the meaning of "enctype= multipart/form-data" ?
Explain the casts allowed in PHP?
How to get a total number of elements used in the array?
What are the differences between GET and POST methods?
if i give Limit for mysql query through php command line script like this for ex. $limit=500; $total_items = 1500; for($start=0;$start<$total_items;){ $command = "/usr/bin/php -q /home/sitename/public_html/admin/feedmanager/test.php feedid ".$_GET['feedid']." start ".$start." end ".$limit ; $start = $start+$limit; $command_result = system($command); } so it's execute command for 3 times so it give limit to sql query but if i have 27000 data so it takes long time? so my question is that is that any way from php command line script that i can use for collect all the data at once?
PHP serverside scripting language or client side scripting language>