![]() |
PHP Scripts
Where is the best free online resource for simple to advanced php scripts? I already passed W3school. :)
|
HotScripts has just about everything you'd ever need.
|
if you ever need help phpbuilder.com and devshed.com will help you out
|
Bookmarked, I suppose they are free. Thanks!
|
|
Hotscripts isn't free. Looking for free ones. Basic guides that go over common advanced scripting. Not looking for website scripts etc, just trying to learn the language
|
I am specifically trying to find out how to let only logged in users have access to a
index.php?action=XXX page |
Quote:
And yes...lots of it is FREE! |
http://www.pscode.com/ is all you need :)
|
Quote:
http://hotscripts.com/PHP/Tips_and_Tutorials/index.html |
php.net's documentation is my best friend
|
Quote:
|
Actually I think I found what I was looking for on php.net. Thanks guys!
http://www.php.net/manual/en/features.http-auth.php |
Quote:
|
Quote:
that's what I was going to say :) |
I can't seem to find what I am looking for. The problem is I am having is that anyone can simply type in www.site.com/index.php?action=hello
and get access to the full page. I want to make it so only logged in users can access this page. Here is the member login box source if that helps: case "1": if(isset($_COOKIE['USERNAME'])) { $oldSignin = $_COOKIE['USERNAME']; } echo "<form name=\"form1\" method=\"post\" action=\"\" style=\"margin-left:17px; margin-right:12px;\">\n <br />\n <div class=\"loginFormTxt\">\n Login:\n </div>\n <input name=\"login\" type=\"text\" value=\"{$oldSignin}\"size=\"16\">\n <div class=\"loginFormTxt\">Password:</div>\n <input name=\"password\" type=\"password\" size=\"16\">\n <input type=\"submit\" name=\"Submit\" value=\" login \" class=\"loginFormButton\" size=\"20\">\n <br />\n |
All times are GMT -7. The time now is 09:52 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123