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: *

  1. tektippee

    Cannot access Mysql from command line

    I run MAMP 1.61 on a Mac 10.6.2. I would like to add a new database from a large sql file that phpMyAdmin cannot handle. But when I type into the Mac's terminal "mysql" - it does not find this command. I used "cd" to go to: me/applications/MAMP/Library/bin where I see many mysql command...
  2. tektippee

    A rather complicated database scenario

    How do I handle this Mysql 4-table scenario: SCHOOLS to STUDENTS is a 1 to many relationship. AUCTIONS to PRIZES is also 1 to many. Now, a school can participate in many auctions, or one auction can be registered with many schools. That is, SCHOOLS to AUCTIONS is a many to many realtionship...
  3. tektippee

    Access to a range within a multidimensional array

    My javascript array has values for "chapter", "paragraph", "sentence", and the text of this sentence. It looks like this: book = [ [1, 1, 1, "Hi Mary."], [1, 1, 2, "Today's Tuesday"], [1, 1, 3, "We came back from fishing."], ... ... [4, 26, 9, "We then took a nap."], [4, 26, 10, "That was...
  4. tektippee

    Access to 2nd array's array - how?

    I created an array ("jsArray"), whose entries looks like this: [41, ["The bird flew into it's cage"]] [33, ["He drew fire from Joe"]] [33, ["Roger asked her her name"]] [2, ["I am awfully happy"]]. I want to pull some words from the sentence item in some entries. E.g., in the second entry...
  5. tektippee

    Old File with Hebrew - opens illegibly

    Years ago, using PHP 4, and Homesite on Windows, I had an array in a php file. The file contained Hebrew text in some array entries. The development environment today is PHP 5 on a Mac. I'd like to rejuvenate my ancient code, but cannot correctly open that php array file because the Hebrew...
  6. tektippee

    Passing parameters from javascript

    How do I pass parameters from javascript to a new page without using the anchor link? Can I use it using "self.location"?

Part and Inventory Search

Back
Top