Access website from only 1 computer...?
One of my customers wants his website to only be accessed by people in which they bought the website
Must-Know Topics of PHP
Can you guys list the must-know topics of PHP. I am still a learner and I am trying to cover most of
Auto install
Hi I have a directory lets say "apps" that I then have more folders ie "email",
Need to write a cookie with a url var
Not sure if its possible, but I need to write a cookie with a url.
So this would write 2232 a
SESSION CHECK WORKS "MOST" of the time... whats going on?
i have a sign in check thats included in every page that is a members only page which is basically a
How to set pass login name from htaccess to php
When the user logs into my members page via htaccess, I'd like to retain the username so that I can
error reporting
hey everyone
I have a production server in which I want error reporting but only on some page
Renaming a file that a user uploads to site?
My site allows for registered users to upload images to the site under their own gallery. Currently
cstdatomic (c++0x std::atomic) / g++ 4.4
Hello,
I'm trying to use cstdatomic (std::atomic in the upcoming c++0x standard) in g++
How to copy a part of a vector in a raw memory
Hi,
How can I copy a part of a vector into a memory:
1
2
3
4
5