Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 7 matches
Smarty Forum Index
Author Message
  Topic: Logical probleme
eniac

Replies: 2
Views: 4136

PostForum: General   Posted: Thu Oct 09, 2003 8:33 pm   Subject: Logical probleme
thnx for your very fast reply.
  Topic: Logical probleme
eniac

Replies: 2
Views: 4136

PostForum: General   Posted: Thu Oct 09, 2003 8:18 pm   Subject: Logical probleme
Hallo,
I've got one page index.php if someone want's to visit an other part of the site I want it to be
index.php?page=2
Now I'm not quite sure how to implement this using smarty, what I would do i ...
  Topic: turning of caching
eniac

Replies: 1
Views: 4110

PostForum: General   Posted: Sun Aug 03, 2003 12:33 am   Subject: turning of caching
I have a script. That select random records from a db. Now caching is turned on so If you reload you always see the same records. How can I turn this off just for that part. I don't want to turn of ca ...
  Topic: smarty + mysql
eniac

Replies: 3
Views: 8839

PostForum: General   Posted: Sun Jun 15, 2003 10:02 am   Subject: smarty + mysql
I've did it Smile
here's how I've done it

$faqs = array();
while($row = mysql_fetch_array($res,MYSQL_ASSOC)){
array_push($faqs,
array("q" =&g ...
  Topic: smarty + mysql
eniac

Replies: 3
Views: 8839

PostForum: General   Posted: Sun Jun 15, 2003 9:45 am   Subject: smarty + mysql
I have a bunch of data.
Now I would like to get out 20records out of my mysql db. And display them on my page.
I've been trying for some hours to get it to work with smarty.
Could someone give me a ...
  Topic: Newbie question
eniac

Replies: 3
Views: 6736

PostForum: General   Posted: Sat Jun 14, 2003 10:24 pm   Subject: Newbie question
ok that fixed a lot now I got this probleme.
Warning: Smarty error: unable to read template resource: "index.tpl" in /home/webusers/kemu/www/www.kemu.be/public_html/smarty/Smarty.class.php on line 99 ...
  Topic: Newbie question
eniac

Replies: 3
Views: 6736

PostForum: General   Posted: Sat Jun 14, 2003 9:45 pm   Subject: Newbie question
This is my index.php file


<?php
define("SMARTY_DIR","../smarty/");
require(SMARTY_DIR."Smarty.class.php");
include("include/smarty ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP