R
|
ringlis1 5/10/2008 |
I have 3 projects on the same server and it was just easier to keep them different, since there is alot that changes when you edit just 1 page. |
J
|
Jane 5/12/2008 |
Hi, |
![]() |
kujox author 5/16/2008 |
Hi, you can place all common files in another place and then edit location of these files in another generated files.
|
J
|
Jane 5/16/2008 |
Hi, |
K
|
KeithS 6/26/2008 |
I think I'm getting to realize that this is an area that could use some advancement. |
A
|
alang 6/26/2008 |
Keith - agree with what you are saying.
|
![]() |
kujox author 6/30/2008 |
I have a project that was quite big and every little change took ages to rebuild so I split it into modules, each module is in a seperate directory and each uses the same mysql db, it's about 10 modules currently. |
S
|
Scot 8/7/2008 |
I have a project that was quite big and every little change took ages to rebuild so I split it into modules, each module is in a seperate directory and each uses the same mysql db, it's about 10 modules currently. I have set them up to use the same template layout for lists etc I have a common php function set so all modbule have access to all the functions, I put this as an include in the login page between a function and a dummy function to take care of the closing bracket. I would like all the common generated files, connection css etc, to be in one common place I can point the data to these locations but the files still get generated and uploaded, pity I can't just turn off the generation/upload of these flies
|
![]() |
Admin 8/7/2008 |
Scot, |
S
|
Scot 8/11/2008 |
Scot, each project needs to go to separate folder on the web server.
|
![]() |
Admin 8/11/2008 |
Scot, header("Location: http://www.yourwebsite.com/Trade.php"); |
S
|
Scot 8/11/2008 |
Scot, you can use full URL of your page:
|
R
|
ramjamram 8/13/2008 |
Hi Guys, |