2,083 reputation
111
bio website pixeleague.co.uk
location
age
visits member for 9 months
seen 2 days ago
stats profile views 169

Mar
21
answered submit on correctly entered captcha
Mar
12
comment How to manage User Roles in a Database?
gonna give it a shot, cheers
Mar
12
comment How to manage User Roles in a Database?
@MarkBaker thanks, that makes sense, I suppose that with this advice I can just add to the manager_user table a third column which assigns managers to projects if I need that as well. Thanks for your time, you helped me out!
Mar
12
comment How to manage User Roles in a Database?
Thanks @Mark, excellent help. Now, say I have a role Graphic Designer and he does not have permission to view anyones profile but his own. I have assigned him a user to take care of and he needs access to the user's profile. How can I store in the Database that he has the right to view any profile that he has been assigned to?
Mar
11
comment Does it make any sense to store a user as an object?
So would you recommend that a Current_user class which logs a user in extends a User class?
Mar
11
comment How to manage URL's between subdomain and the main domain
@Wrikken cheers
Mar
11
comment How to manage URL's between subdomain and the main domain
@Wrikken I see that hard links dont work on directories in Unix unix.stackexchange.com/questions/22394/…, would a soft directory link be good enough?
Mar
11
comment How to manage URL's between subdomain and the main domain
@Wrikken brilliant idea, just got it working in Windows. Now to hope that it works on a shared Linux server on Hostgator ;) thanx
Mar
10
comment How to manage URL's between subdomain and the main domain
@Pekka웃 going to, thanks a lot for the advice :)
Mar
10
comment How to manage URL's between subdomain and the main domain
@CrayonViolent that makes sense, great tips! Cheers!
Mar
10
comment How to manage URL's between subdomain and the main domain
@Pekka웃 could you really access everything inside secure even if I checked if HTTPS is off and if it is off then I redirected you to https://secure.domain.com?
Mar
10
comment How to manage URL's between subdomain and the main domain
@Wrikken thanks, checkingn it out
Mar
10
comment How to manage URL's between subdomain and the main domain
@Pekka웃 thanks, so shall I place the folder outside of the root directory?
Mar
10
comment How to manage URL's between subdomain and the main domain
@CrayonViolent cool, thanks for the tips! Think I will create an automated system that copies them over!
Mar
10
comment How to manage URL's between subdomain and the main domain
@Pekka웃 and hardcoding is even harder when switching between localhost and my online server
Mar
10
comment How to manage URL's between subdomain and the main domain
@CrayonViolent doesnt sound very good practice to keep copying every time there is a change! Any suggestions?
Mar
10
comment How to manage URL's between subdomain and the main domain
@CrayonViolent you're right, how could I forget that. Is it usual to copy them all over?
Mar
10
comment How to manage URL's between subdomain and the main domain
@Pekka웃 to process credit cards on a secure connection, I wanted to use a certificate with secure.mydomain.com
Mar
10
comment How to manage URL's between subdomain and the main domain
@CrayonViolent sorry, updated. I am strict on it, the problem is the SERVER NAME is different
Mar
10
comment How to manage URL's between subdomain and the main domain
@Pekka웃 what else can I do?