Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

eProdavnica - php problem!!!

[es] :: PHP :: eProdavnica - php problem!!!

Strane: 1 2

[ Pregleda: 4633 | Odgovora: 20 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

TRAJKO41
Msc Mechanical Engineer
Kragujevac

Član broj: 184547
Poruke: 32
212.200.65.*



+2 Profil

icon Re: eProdavnica - php problem!!!24.08.2009. u 14:37 - pre 178 meseci
kada otvorim localhost pa mymarket na serveru

pojavi mi stranu

templatedir/header.php"); ?>
Hello and welcome to MyMarket! This is the homepage, web masters, use this area:

* Provide a basic map of the site
* Advertise your on-sale items
* Welcome customers to your site
* Do useful things

To begin shopping, go to the shopping page or buy the on-special items to your right. Your shopping cart is always visible on the left side of your screen. Click it to edit the contents of your basket or to check out.
templatedir/footer.php"); ?>


i kad kliknem go to the shoping page


ono mi izbaci sledece

templatedir/header.php"); include("templates/catalog.php"); include("$CFG->templatedir/footer.php"); /****************************************************************************** * FUNCTIONS *****************************************************************************/ function get_sub_categories($id=1) { /* get the name and description of all the sub-categories under this one */ $qid = db_query("SELECT id, name, description FROM categories WHERE parent_id = $id AND id > 1"); return $qid; } function get_products($category_id=1) { /* get all the products under this category */ $qid = db_query(" SELECT p.id ,p.name ,p.description ,p.price ,p.on_special ,pc.category_id FROM products p ,products_categories pc WHERE p.id = pc.product_id AND pc.category_id = $category_id "); return $qid; } ?>

ne znam u cemu je stvar


zna li neko nesto o tome
 
Odgovor na temu

[es] :: PHP :: eProdavnica - php problem!!!

Strane: 1 2

[ Pregleda: 4633 | Odgovora: 20 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.