Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mysqlfrk
  • Order by date
  1. mysqlfrk

    Get value of textbox/input-element

    Hi Thanks but firstly the parse word was by mistake. I was going to type a "parseInt". Anyways I removed it and yes when I click on the div it does change. But that is what is not intended. As you can see @feherke, the objective is to "ask user to give a color name in the input box,and after...
  2. mysqlfrk

    Get value of textbox/input-element

    Hi, I want to create an input element and a button,and ask user to give a color name in the input box,and after clicking the button the color of the div will change. Now here is my code . I tried this code but it doesnot work- <html> <head> <script type='text/javascript'> function fun() {...
  3. mysqlfrk

    php command line program

    Hi Vacunita ,Did it produce the desired result?
  4. mysqlfrk

    php command line program

    I have this program- <?php $fname=$_SERVER['argv'][1]; $lname=$_SERVER['argv'][2]; echo "Hello!$fname \n"; echo "Hello!$lname \n"; print_r($_SERVER['argv']); ?> Here I try to output these 2 names in 2 lines in DOS command prompt like this- Samuel Johnson Unfortunately it is not showing the the...
  5. mysqlfrk

    How to pause output of select statement?

    Can you name some of the GUI interfaces please? And also can you please tell me how to output the results of a query to a file if you have to view them?
  6. mysqlfrk

    How to pause output of select statement?

    Sir, The pager command is not working.
  7. mysqlfrk

    How to pause output of select statement?

    Hi I am using Windows XP & xampp shell console for mysql. I have employees table which has more than 100 records and when I use "select * from employees" query in MySQL is used the result rolls down without pausing per page.But i want to see the output Pauseing after each screenful of...
  8. mysqlfrk

    How to come out of a database

    OK how to change the database? And if i cant exit a database,then how to know how many & what are the other databases that are there? I know of the "use database" command and also "show databases" command. But i am nested inside a current database say TEST!,then how to see the other databases?
  9. mysqlfrk

    How to come out of a database

    Also 'exit' command is used to come out of the Command line interface and not for what i am asking for. Pls read my question and try to understand what i am asking before answering.
  10. mysqlfrk

    How to come out of a database

    No No @r937. I am not using Linux!! lol I am using Windows XP OS but I am using XAMPP for Apache,MySQL & PHP.
  11. mysqlfrk

    How to come out of a database

    I am using the XAMPP Shell command line.
  12. mysqlfrk

    How to come out of a database

    Hi I am new to this forum.Hope I am Welcome. I want to know what is the mysql query to come out of a database? Suppose I have database called Test1.Within it I enter. There are 2 tables inside test1. Now I want to come out of the database test1. What is the MySQL query for this?

Part and Inventory Search

Back
Top