Does winrunner 8.0 or qtp 8.0 supports php
Answers were Sorted based on User's Feedback
Answer / patientson
are you sure about that Maharana? Now i have a php project,
so i am concerning about that :-?
Is This Answer Correct ? | 0 Yes | 0 No |
Is php worth learning in 2019?
What is split function in php?
What is difference between echo and print in php?
What is the difference between Joomla and Drupal?
8 Answers IBM, Procon IT Solutions, T3 Softwares,
How to differentiate isset and empty
6 Answers A1 Technology, Dass Infotech, Microface,
<?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
How to add 301 redirects in PHP?
how to make website package setup like desktop software setup ... that front end and backend can include in setup like single package...?
Is python similar to php?
How to assigning a new character in a string?
How to upload any files extension in our database Ex.(.doc,.txt,mp4,mp3 etc.)in php
Explain how you can update memcached when you make changes to php?