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 gkittelson 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: Mury
  • Order by date
  1. Mury

    Problem with one MySQL query

    Hello again, Now I have different problem, which I cannot solve. Here is the problematik source cod : <?php $lst1 = mysql_query(&quot;SELECT id, brand, vid FROM table1 WHERE vid = 'rdtelpl' GROUP BY brand&quot;, $dbh); while(list($id, $brand, $vid) = mysql_fetch_row($lst1)) {...
  2. Mury

    How to upload ready MySQL table?

    It's OK now. Finally I've call to my server administrator and he done this task for seconds. He ask me only to copy the 3 files of the table to into the server and then using his SSL connection he just copy and bast the table. Now my first MySQL database is working :))) Thanks for your help...
  3. Mury

    How to upload ready MySQL table?

    Hello, I am new in database programing and still learning. For the present moment I have one ready and fill with data table and now I wont to upload it to my Web server. The problem is that I don't now how to this task. I can create table trought the admin panel of my site, but what should I do...

Part and Inventory Search

Back
Top