Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> Promocje z bazy
wozniak
post 27.03.2005, 18:15:16
Post #1





Grupa: Zarejestrowani
Postów: 278
Pomógł: 0
Dołączył: 21.11.2003

Ostrzeżenie: (0%)
-----


Witam, zrobiłem skrypt ktory ma wyswietlac dane z bazy i ma wyswietlac ich 9 a on wyswietla 2 i w dodatku takie same;) gdzie jest bład:
Kod
  1. <?php
  2.  
  3.  
  4.  
  5.  $pytanie = tep_db_query(&#092;"select p.products_id, pd.products_name, p.products_price, p.products_tax_cl
    a
  6. s_id, p.products_image, s.specials_new_products_price from \" . TABLE_PRODUCTS . \" p, \" . TABLE_PRODUCTS_DESCRIPTION . \" pd, \" . TABLE_SPECIALS . \" s where p.products_status = '1' and p.products_id = s.products_id and pd.products_id = s.products_id and pd.lan
  7. uage_id = '\" . (int)$languages_id . \"' and s.status = '1' order by s.specials_date_added desc limit 9\");
  8. $row_count = 0;
  9.  $info_box_contents = array();
  10. $row = 0;
  11. $col = 0;
  12. while ($new_products = tep_db_fetch_array($pytanie)) {
  13. $info_box_contents[$row][$col] = array('align' => 'center',
  14.  'params' => 'class=\"smallText\" width=\"33%\" valign=\"top\"',
  15.  'text' => '<a href=\"' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $random_product[\"products_id\"]) . '\">' . tep_image(DIR_WS_IMAGES . $random_product['products_image'], $random_product['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href=\"' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $random_product['products_id']) . '\">' . $random_product['products_name'] . '</a><br><s>' . $currencies->display_price($random_product['products_price'], tep_get_tax_rate($random_product['products_tax_class_id'])) . '</s><br><span class=\"productSpecialPrice\">' . $currencies->display_price($random_product['specials_new_products_price'], tep_get_tax_rate($random_product['products_tax_class_id'])) . '</span>');
  16. $col ++;
  17. if ($col > 2) {
  18. $col = 0;
  19. $row ++;
  20. }
  21. }
  22. new contentBox($info_box_contents);
  23.  
  24. ?>


Ten post edytował wozniak 27.03.2005, 18:51:50
Go to the top of the page
+Quote Post
SongoQ
post 27.03.2005, 18:51:45
Post #2





Grupa: Przyjaciele php.pl
Postów: 2 923
Pomógł: 9
Dołączył: 25.10.2004
Skąd: Rzeszów - studia / Warszawa - praca

Ostrzeżenie: (0%)
-----


Musisz jeszcze dodac sobie id do tych tabel i powiazac te tabelki ze soba

tab_id jest powiazaniem do tabeli 1

  1. SELECT tabela1.nazwa1, tabela2.opis1
  2. FROM tabela1, tabela2
  3. WHERE tabela1.id = tabela2.tab_id


--------------------
Go to the top of the page
+Quote Post
wozniak
post 27.03.2005, 19:04:22
Post #3





Grupa: Zarejestrowani
Postów: 278
Pomógł: 0
Dołączył: 21.11.2003

Ostrzeżenie: (0%)
-----


Dzieki juz sobie poradziłe

P.S SongoQ odpisał na wczesniejszego posta.Dzieki Ci wielkie za niego!!
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 15.07.2025 - 19:17