I'm new to a automation testing.
I have a couple of questions ...
In what situations would I overwrite an existing log?
Can anyone tell me what can cause script playbacks to fail?
What are disadvantages of using record/playback techniques in automated testing?
Any help will be much...
Thanks for help with that...
I have another question...
Should I use Left() and Right() functions when I want to compare two character strings (to know whether they match)?
I can not find any information on string functions...
I'm new to programming world. Can somebody help me with the problem below?
Suppose, I have a name in a field or variable that is in the "last,first" name format. What function could break it into separate variables for first and last names?
How to perform this task the best?
Does...
Hi Jim,
Thank you very much for your help. It works!
There is also another way do to the same thing:
while ($user_result = mysql_fetch_array($result)) {
echo "Name: ".$user_result["fname"]. ",".$user_result["lname"]."<br\n>";
}
Hello everybody,
I'm trying to print out the mysql query result but I could manage to get only 1 row of data from the table. What am I doing wrong?
Please help me!
I'm just a beginner in Mysql or PHP and this is my first script.
$query = "select lname, fname from main" or...
Hi Gerry,
I've tried localhost, my static IP address, my actual hostname, etc...
The PHP manual states that the server name might also need to be suffixed with the port number...
3306 is the port number listed in my /etc/services file...
Now, having said that, MySql and Sybase are quite...
Please help with database connection.
I'm attempting to connect to mysql db from php for the first time, and I keep getting the following error:
Warning: Access denied for user: 'mysql@mysysname.org' (Using password: YES) in /home/user/public_html/main.php on line 65
Error connecting db...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.