Smarty Installation
Sir, i did all steps have said in tutorial for smarty.
I did the path changes in
C:\wamp\bin\php\php5.3.3\php.ini as
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
into
; Windows: "\path1;\path2"
;include_path = ".;c:\Smarty\libs"
but while running its giving error like,
Warning: require(Smarty_connect.php) [function.require]: failed to open stream: No such file or directory in C:\wamp\www\my\index.php on line 2
Fatal error: require() [function.require]: Failed opening required 'Smarty_connect.php' (include_path='.;C:\php5\pear') in C:\wamp\www\my\index.php on line 2