sorry I can't help you here. the code is under copyrite.
and cut the code out of your post: posting it here is infringing the copyrights
php includes or SSI
- Oliver Georgi
- Site Admin
- Posts: 9928
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
when you are using {PHP:myscript.php} myscript.php has to be placed in the same directory where phpwcms is installed.
myscript.php can be ANY kind of html or text or php file.
when you try to access mysql inside your script and the table is in the same database as phpwcms then you do not need to connect to your database again.
do it like this:
Oliver
myscript.php can be ANY kind of html or text or php file.
when you try to access mysql inside your script and the table is in the same database as phpwcms then you do not need to connect to your database again.
do it like this:
Code: Select all
mysql_query($sql, $GLOBALS['db']) ...
- Oliver Georgi
- Site Admin
- Posts: 9928
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact: