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 10 matches
Smarty Forum Index
Author Message
  Topic: Print data dynamically from Database
manfred

Replies: 1
Views: 4774

PostForum: General   Posted: Sat Jan 03, 2009 7:04 am   Subject: Print data dynamically from Database

global $smarty,$db,$link,$page;
$sqlu="SELECT * FROM users ORDER BY usr_username ASC";
$res=mysql_query($sqlu);
if(mysql_num_rows($res))
{
$users=a ...
  Topic: Captcha plugin
manfred

Replies: 28
Views: 75716

PostForum: Plugins   Posted: Wed Nov 26, 2008 6:27 pm   Subject: Captcha plugin
Thank you for your Great plug in

me new to the smarty world


how we validate it with your validate.php

function validate_captcha($md5, $code){
$shouldbe = md5($code . CAP ...
  Topic: How to use Javascript codes in template files?
manfred

Replies: 36
Views: 431907

PostForum: Tips and Tricks   Posted: Tue Nov 25, 2008 5:18 pm   Subject: How to use Javascript codes in template files?
Thank you for the reply
  Topic: How to use Javascript codes in template files?
manfred

Replies: 36
Views: 431907

PostForum: Tips and Tricks   Posted: Tue Nov 25, 2008 5:17 pm   Subject: How to use Javascript codes in template files?
When i use fetch i got this error
Fatal error: Smarty error: [plugin] fetch cannot read file 'style.css'
  Topic: How to use Javascript codes in template files?
manfred

Replies: 36
Views: 431907

PostForum: Tips and Tricks   Posted: Tue Nov 18, 2008 6:09 pm   Subject: {include file=style.css}
is it possible in smarty?
Now i am usin this code to include style sheet but not working
in .tpl

<style>
{literal}
{include file="style.css"}
{/literal ...
  Topic: SmartyPaginate 1.6 released
manfred

Replies: 56
Views: 437512

PostForum: Add-ons   Posted: Mon Nov 17, 2008 8:26 pm   Subject: SmartyPaginate 1.6 released
hello can you help me to retrieve data from mysql db one example?


function get_db_results() {

$_data = range(1,100);
SmartyPaginate::setTotal(count&# ...
  Topic: Pagination
manfred

Replies: 3
Views: 5857

PostForum: General   Posted: Mon Nov 17, 2008 8:04 pm   Subject: Pagination
http://www.phpinsider.com/php/code/SmartyPaginate/
  Topic: Pagination
manfred

Replies: 3
Views: 5857

PostForum: General   Posted: Mon Nov 17, 2008 8:03 pm   Subject: Pagination
so link in next reply
  Topic: Pagination
manfred

Replies: 3
Views: 5857

PostForum: General   Posted: Mon Nov 17, 2008 8:03 pm   Subject: Pagination
new user can't post link so
  Topic: Pagination
manfred

Replies: 3
Views: 5857

PostForum: General   Posted: Mon Nov 17, 2008 8:02 pm   Subject: Pagination
I am Manfred new to the smarty world,

Now i studying smarty can anyone help me to list user form DB(mysql)

during my search i got plug ins form this link



if anyone know please help me ...
 
Page 1 of 1
All times are GMT
Jump to:  


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