can i attach gallery into my webpages

jokerjoker

Joined: 2004-08-17
Posts: 28
Posted: Fri, 2004-08-20 03:51

Can i embed gallery into my webpages and make it a part of my website(index and other pages) thx in advance

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2004-08-20 06:02

sure, but it depends on what your site is running. just plain HTML or is it a php/perl/asp site? do you run a database of users, etc.?

for users of phpbb there's a built in phpbb integration, the same applies for *nuke sites, mambo, etc.

if you just wanna integrate it cosmetically (add the menu of your website, the footer, etc.), take a look at the sticky threads of the customizations forum.

 
jokerjoker

Joined: 2004-08-17
Posts: 28
Posted: Fri, 2004-08-20 06:13

Thx for helping. My site is in simple html, but however i have phpbb and php nuke on my site. Still trying to learn how nuke works. But having said that, does that mean that the only way i can integrate gallery into my site is by one of those.

p.s if i want my site to become php or whatever all i have to do is change the file extension from html, to .php right! thx in advance

 
geddeth
geddeth's picture

Joined: 2004-05-16
Posts: 52
Posted: Thu, 2004-08-26 21:12

Well, it might be a bit more complicated than that. Yes, you can change the extension of the HTML files, but that doesn't make it PHP code!

You need to have your site running on a webserver with the ability to parse PHP code (most all webservers can do this, it just needs to be enabled). But a "real" PHP-based website contains some PHP-code that is parsed by the webserver, which then in turn outputs HTML pages for the user on the other end. If you're running phpbb and PHP Nuke, you have PHP available to you. But you ought to learn a bit more about what PHP is, before you think about coding PHP yourself.

Take a look at www.php.net for information about that (in my opinion fantastic) programming language.

Best of luck,
G.