User Profile

Collapse

Profile Sidebar

Collapse
aditya2
aditya2
Last Activity: May 31 '10, 02:31 PM
Joined: May 30 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • aditya2
    replied to Smarty Checkbox not displaying in HTML
    in PHP
    Yes configSmarty is the customized version which extends smarty.

    And the other works just fine for radio buttons and drop down list.
    I cannot see any error , just a blank html page.

    I tried to print the contents of array $people. Which I uploaded in the previous post.
    It is of the exact format needed in html_checkboxes .
    See more | Go to post

    Leave a comment:


  • aditya2
    replied to Smarty Checkbox not displaying in HTML
    in PHP
    The html does not diaplay anything.

    This is just a short snippet of the code , I have called the diaplay mehtod on the smaty object at the end.

    Like this

    Code:
    $smartyObj = new ConfigSmarty();
    $smartyObj->assign('mt',$people);
    $smartyObj->display('ts3.html');
    See more | Go to post
    Last edited by Dormilich; May 31 '10, 02:18 PM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • aditya2
    started a topic Smarty Checkbox not displaying in HTML
    in PHP

    Smarty Checkbox not displaying in HTML

    I am having problem displaying the contents of array into Smarty Checkbox in HTML

    The details of array $people are:

    $people = Array ( [1746524] => Allen Jamie [3118171] => Browning Andy [1246417] => Barrett Rich [4677613] => Chang Dongin [2962280] => Chupack Marla [1193259] => Dimmitt Holly [1828493] => Ezell Trevor L)

    Code:
    PHP code:
    
    foreach ($rawPeople->person
    ...
    See more | Go to post
No activity results to display
Show More
Working...