Page 2 of 2
Posted: Wed 5. May 2004, 11:39
by pSouper
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
Posted: Wed 5. May 2004, 11:45
by Haaid
done
tx
Posted: Wed 5. May 2004, 11:46
by pSouper
you could search hot scripts for an open source file

Posted: Wed 5. May 2004, 20:35
by Oliver Georgi
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:
Code: Select all
mysql_query($sql, $GLOBALS['db']) ...
Oliver
Posted: Wed 5. May 2004, 22:16
by DeXXus
This must be ~almost~ a candidate for a -=STICKY=- you think?
Thanks O.G.
Could you add one (or more) little extra tidbits to flesh this out??
Posted: Wed 5. May 2004, 23:37
by pSouper
the names for ALL the index.php extentions would br nice

i have seen the descripotions of these in other posts such as $GLOBALS[content][cat_id] & $GLOBALS[content][article_id] but the others?
I reaslse i am THIS dumb

but please humour me

Posted: Wed 5. May 2004, 23:53
by Oliver Georgi
no problem - I will write a documentation for this.
Oliver