No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: Or you could just use php direct. Get the http referer link the user types on your pages, if it contains example.com/user then redirect. \\ $url=$_HTTP['REQUEST_URI']; $match=preg_match('|^example\.com\/[a-zA-Z0-9]+ $|i',$url,$username); ///or u can replace the + there wif this {max username chars iistin from 1. } ///like this {2,3,4,5,6} for 6 chars … | |
Please i got a problem linking my .cpp files together in my c++ project. I dnt knw how to specify the file path for #include . Please any help? | |
Here, i've built a script that gets the time a user accessed the login page and stores it in a session with the user's i.p address and when next the same user accesses the login page, if the time difference is less than 5 seconds, the script wil display a … | |
I've got a simple php script here that recieves a POST data from my ajax script. But i want to make sure that only my own ajax script can have a successful request from the page and not some other ajax scripts to avoid brute attacks as ajax requests are … | |
Re: The problem with your question is that, you haven't realy explain what realy happened in the code you posted. The code looks unclear. | |
Re: Or u can just try some few tricks with css3's box-shadow, border-image, position, overscroll, and canvas for the menu header. Hope u understand that | |
I have an online forun i just finished building. Now i need to build a script that moderates my forum witout me there. | |
Please i need a sm1 to tel me how to correctly format my codes if i want to post them on daniweb |
The End.