Current location: Hot Scripts Forums » Programming Languages » PHP » Condition in templates


Condition in templates

Reply
  #11 (permalink)  
Old 08-22-08, 10:07 PM
Hamed Hamed is offline
Wannabe Coder
 
Join Date: Jan 2007
Posts: 188
Thanks: 2
Thanked 0 Times in 0 Posts
PHP Code:

public function addend(&$tname$whatadd
Doen't work for me.
Reply With Quote
  #12 (permalink)  
Old 08-27-08, 08:02 AM
Hamed Hamed is offline
Wannabe Coder
 
Join Date: Jan 2007
Posts: 188
Thanks: 2
Thanked 0 Times in 0 Posts
Problem with two condition
This is my php code
PHP Code:

    while($s $db->fetch_array($query))
    {
        
$sid $s['sid'];
        
$sname $s['sname'];
        
$selectable $s['selectable'];
        
$default $s['default'];
        eval(
'$style_list_rows  .= "' $TPL->get('style_list_rows') . '";');
    } 
and this is my TPL codes
Code:
<td>$sid</td>
<td>{$sname}</td>
<td>{if ($selectable==1)}Yes{else}No{/if}</td>
<td>{if ($default==1)}Yes{else}No{/if}</td>
<td>Edit_CSS</td>
<td>Edit_TPL</td>
</tr>
What I get is
1 default No No Edit_CSS Edit_TPL
Although default is 0 or if I change selectable 0 and default 1 it give me both the same what should I do?
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Smarty Caching Database Templates jimmy_B PHP 1 12-30-06 02:26 PM
Web Templates As Low As $5 madmatt911 General Advertisements 1 01-26-05 11:05 AM
Free Popular Php-Nuke Themes & phpBB themes forum templates trushkin General Advertisements 0 10-22-04 02:42 PM
Custom Graphic Design, Logo Templates, WebSite Templates, Royalty Free Server Images. A1future General Advertisements 1 06-20-04 05:50 AM


All times are GMT -5. The time now is 07:54 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.