Posted by: Md. Masud on: May 27, 2007
Installing Smarty in Windows
This document assumes that your webserver and php5 is running.
Download Smarty – http://smarty.php.net
Installation – Windows, IIS/Apache, PHP5
Extract files, rename Smarty.x.x.x to smarty (suggest OUTSIDE of your www root!)
Example: d:\smarty
Run phpinfo.php to find out your php.ini location
Edit php.ini’s include_path and add the location of the libs folder.
example: include_path = “.;d:\smarty\libs”
Restart IIS/Apache
Setup these two [...]
Posted by: Md. Masud on: May 24, 2007
I have found a code of php like that.
what is the Output of this code?
<?php
$x = 0;
echo -$x;
?>
Answer: -1
But i want to know why and how?????
with regards
masud
Posted by: Md. Masud on: May 9, 2007
Apache web server is one of the most important server in web world. Therefore maximum of web application run under it. Virtual Host is one of the major part of it. But very few of us knows how to configure and setup a virtual host in APACHE.
For them i provide some easy tutorial. This is [...]
Posted by: Md. Masud on: May 9, 2007
OpenLaszlo is an open source platform for creating zero-install web applications with the user interface capabilities of desktop client software.
OpenLaszlo programs are written in XML and JavaScript and transparently compiled to Flash and, with OpenLaszlo 4, DHTML. The OpenLaszlo APIs provide animation, layout, data binding, server communication, and declarative UI. An OpenLaszlo application can be [...]
Posted by: Md. Masud on: May 6, 2007
Tim Koschuetzki has discovered a new tool for beautifying existing PHP code. It works via a web interface. You can either upload a script or directly input it. The code is beautified according to the PHP PEAR Standard Requirements. It does not change or debug your code in any way.
The functions of this tool are [...]
Recent Comments