Enter Keywords:
1 - 10 of 18(0.011 seconds)
Sort By:
 
I what to have a area of text that only appears if a certian mysql feild is not empty. i.e. <?php if($ri_data['sex'] == 'm') { ?>Male here is a code that I used earlier in the tpl file I want...
Zones: MySQL ServerDate Answered: 02/02/2003 Rating: 7.6 Views: 0
Hi We are using GNU emacs for all of our editing over ssh. Languages are PHP, SQL, Smarty templates and HTML of course. Emacs copes well with all using php-mode, sql-mode, and sgml-mode. We ...
Zones: PHPDate Answered: 11/28/2004 Rating: 9.0 Views: 0
folks I have a tpl file  how do I ensure each row/column has a border between them? all help will do
Zones: HTMLDate Answered: 12/16/2008 Rating: 6.5 Views: 0
I was recently in a conversation with a not so very technical friend of mine and he kept stressing on some .tpl files and how thats the new way most web designers use for develpment of PHP sites. I...
Zones: PHP, PHP Frameworks, GeneralDate Answered: 04/07/2009 Rating: 9.6 Views: 0
I would like the search feature in Dreamweaver to search the text of .tpl files. Currently it does not.  I have added the extension to "preferences > file types> open in code view"  but no luck.  A...
Zones: Adobe DreamweaverDate Answered: 10/09/2004 Rating: 8.4 Views: 0
What this script does is take all the feilds between <form> tags checks it and sends it to a email address specifyed in the ini file...then displaying a error or complete template.. all refererr...
Zones: Programming, Windows BatchDate Answered: 10/20/2004 Rating: 8.2 Views: 0
index.php <?php $tpl = new class_templates; $tpl->set_file ("page","index.tpl"); $tpl->set_var ("myname","Test Name"); $tpl->pparse ("out","page"); ?> index.tpl <html> <body> {mynam...
Zones: PHPDate Answered: 02/04/2006 Rating: 8.4 Views: 0
Hi, How do I add this <?php $_SERVER['REMOTE_ADDR'] ?> to a .tpl file?
Zones: PHP, PHP and Databases, PHP install...Date Answered: 08/20/2008 Rating: 8.6 Views: 4
How can i insert php code into *.tpl files? I have inserted the phpBB forum into my webpage and i can't insert php code. Any ideas?
Zones: PHPDate Answered: 09/04/2005 Rating: 9.0 Views: 0
Hi, I want to parse .tpl files in a particular directory through PHP and thought .htaccess would  be the way to go.  I uploaded an .htaccess file containing the following line to the directory t...
Zones: Apache Web ServerDate Answered: 10/18/2006 Rating: 7.8 Views: 8