I\'m trying to get Shop-Script Free by Webasyst to display the same shopping cart on 2 different websites. I want to only use one admin section.
im new into PHP. how to configure the PHP5.2.11, MYSQL with smarty? I have installed mysql, PHP separately. How to configure mysql开发者_StackOverflow中文版 with PHP, PHP with smarty?Well, if you\'ve
I\'m using Smarty and PHP. If I have a template (either as a file or as a string), is there some way to get smarty to parse that file/string and return an array with all the smarty variables in that t
I have some old php code th开发者_如何学Cat has been working happily.I need to do some updating and have moved the code to another machine.Everything is fine except this smarty code no longer works.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have problem outputing this to page.. for ( $i = 0; $mainarray[$i] != \'\'; $i++ ){ $query =mysql_query(\"SELECT开发者_开发技巧 ... FROM ... WHERE id=$i\") or die(mysql_error());