User Profile

Collapse

Profile Sidebar

Collapse
olidenia
olidenia
Last Activity: Oct 5 '09, 05:07 PM
Joined: Oct 4 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • You see I have fair knowledge of php but lacking knowledge of AJAX, I'm willing to pay for this script if someone is interested in making it.

    keep in mind it should only show the years a make of cars has and further on only the fuel types for make and year, so finally you only get the models of cars according to [Make] --- populate ---->[Year] --- populate ----> [Fuel] --- populate ----> [Models] the reason is to eliminate...
    See more | Go to post

    Leave a comment:


  • olidenia
    started a topic Auto populate fields from sql database.

    Auto populate fields from sql database.

    I need some help or tips on the following.

    I have a .sql database file with the folowing structure:

    Code:
    DROP TABLE IF EXISTS `car`;
    CREATE TABLE IF NOT EXISTS `car` (
      `id` int(10) default NULL,
      `Make` text,
      `Model` text,
      `Year_` text,
      `Car_Fuel` text,
      ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    And here is a sample of the data inserted in to...
    See more | Go to post
No activity results to display
Show More
Working...