show/add to database show/add to database
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

show/add to database

Started by dhanshiri, August 08, 2008, 03:29:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dhanshiri


I learn how to create a static page to coppermine. I wanna to ask one thing, can i add or show from database in that new static pages? is it possible to customize any page in my way or what i want to do?

Αndré


dhanshiri


Αndré

Of course. What should be different? Use cpg_db_query() to make database queries...

dhanshiri

Quote from: eenemeenemuu on August 08, 2008, 03:54:26 PM
Of course. What should be different? Use cpg_db_query() to make database queries...

thanks for the info.