Jump to content

PHP+BG Set


01hanstu

Recommended Posts

Hi,

 

I am trying to make my app more customizable by allowing people to set their own bg (choice of 5 images), when installing.

 

The code idea i have is:

 

Function BG {

BG[0] = "images/BG01";

BG[1] = "images/BG02";

BG[2] = "images/BG03";

BG[3] = "images/BG04";

}

 

NO sure if this would even work but any advise would be great!

 

Cheers

 

 

Link to comment
https://forums.phpfreaks.com/topic/201941-phpbg-set/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.