-
1 month ago
Create A Sign In Form In Dreamweaver CS5
In this tutorial I am teaching you how to create a sign-in form in dreamweaver cs5/4. This technique is great for anyone who owns a professional a...
TutorialsForTechys • 1,490 views
stephensansatymail
favorited
-
2 months ago
3. How to Create A Basic Membership Website System Using PHP and MySQL Tutorial
Source File Package Link:
http://www.developphp.com/v...
How to build or create a basic member system for your websites part 3.
Less...
flashbuilding • 20,315 views
stephensansatymail
commented:
-
2 months ago
PHP Tutorial: Make a Member System // User Login (2/3)
How to create a Member System. Our member system will include user login, registration, email activation, and even a forgot password pages. This vi...
MrNickfrosty • 3,968 views
stephensansatymail
commented:
Not sure I understand how the password hash will get inputted in database automatically as 100+ members sign up? You did a echo, then cut and paste. Please advise. Thanks.
-
2 months ago
PHP Tutorial: Make a Member System // User Login (1/3)
How to create a Member System. Our member system will include user login, registration, email activation, and even a forgot password pages. This vi...
MrNickfrosty • 7,688 views
stephensansatymail
commented:
Can I set the id to begin at a certain number? Like 10001 instead of 1?
-
2 months ago
PHP Tutorials: Register & Login: User login (Part 3)
Part of the 'Register & Login' Project from phpacademy. This tutorials walks you through how to process a username and password based login against...
phpacademy • 116,380 views
stephensansatymail
liked
-
2 months ago
stephensansatymail
commented:
can i download the code from anywhere?
-
-
2 months ago
PHP Tutorial : Bare Basic Loops
Like the Facebook Page:
http://www.facebook.com/#!/......
In this tutorial, I'll be covering how to create a:
* Basic PHP Loop
TheProgrammingSchool • 57 views
-
2 months ago
Auto Prepend File + Power Functions
Visit Us at: www.phpvault.net for more videos!
Learn to prepend a file in php to boost your programming power. Every programmer needs to understan...
phpclass • 503 views
-
2 months ago
PHP Tutorials: Auto Suggest Drop Down Field (Part 5/5)
Creating an auto suggest dropdown for a search field using PHP, jQuery and CSS styling. When a user starts typing, clickable results start to appea...
phpacademy • 1,513 views
-
2 months ago
How to setup a localhost
A video tutorial on how to download and setup a localhost. Also how to install the directory into Dreamweaver.
abell12 • 7 views
-
2 months ago
CSS HTML Embed Custom Font Tutorial for Cool Special Epic Web Site Text
Code: http://www.developphp.com/v...
Learn to embed special fonts into your web design projects and pages to be sure all visitors will...
flashbuilding • 1,939 views
-
2 months ago
HTML Tutorial: Create a Two Column Site (Part 3/3)
In this HTML and CSS tutorial, demonstrate how to create a two column web site.
Source Package:
MrNickfrosty • 1,156 views
-
2 months ago
CS5 Doesn't work?? - Dropdown Menu in less than 60 seconds
// just a video response. //
There is a general misconception amongst beginners who use Dreamweaver that Dreamweaver somehow changes code or even ...
DreamWeaverTutorial • 2,156 views
Found it!! Line 22 looks for the 'emailactivated' field in the db and I had named the field 'emailactivation'. A simple edit in phpMyadmin did the trick!