|  | |
02-28-2009, 05:29 PM
|
#1 (permalink)
|
Wizard Techie Join Date: Feb 2006 Location: Maine Posts: 3,683
| My PHP Video Tutorials I want to help spruce this section up a bit, get some good information flowing about. So, I've decided to start making some tutorials. I figured I'd start with some basic PHP scripts, and maybe do some XHTML/CSS at some point too.
My first one is a basic login/register system using PHP and MySQL. Part 1 - YouTube - PHP Simple Login System Tutorial 1 Part 2 - YouTube - PHP Simple Login System Tutorial 2
I dunno how this will pan out, but we'll see how it goes. Criticism welcome. If you have any requests for a specific script tutorial, post away.
Enjoy.
__________________ Need website help? PM me!
Last edited by Baez; 03-07-2009 at 07:35 PM.
Reason: fixed up
|
| |
03-04-2009, 03:12 AM
|
#2 (permalink)
|
Join Date: Feb 2007 Posts: 6,362
| Re: My PHP Video Tutorials When you up part two mate I will sticky this for you.
__________________ I am not here for long I am deploying soon so please don't expect anything long winded. |
| |
03-04-2009, 05:09 AM
|
#3 (permalink)
|
I am of the highest lvl.. Join Date: Oct 2007 Location: Sydney, Australia Posts: 2,452
| Re: My PHP Video Tutorials Awesome.
At 3:20 though, do you need to have the @? Because it wont show your password, usually just says 'yes' or something.
__________________ My pick up line is: I know Vernong. Trotter: "Ask all the questions you want... whatever we don't know, we'll make
up something that sounds pretty good."
Antec-User: "I have a display now, but the darn system is crash-bandicoot on stock" |
| |
03-04-2009, 04:41 PM
|
#4 (permalink)
|
Wizard Techie Join Date: Feb 2006 Location: Maine Posts: 3,683
| Re: My PHP Video Tutorials Quote:
Originally Posted by zedman3d Awesome.
At 3:20 though, do you need to have the @? Because it wont show your password, usually just says 'yes' or something. | Yes.
If you don't use the @, and your MySQL credentials are invalid, it will look like this: Code: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'test'@'localhost' (using password: YES) in C:\WEB\public_html\test.php on line 8
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\WEB\public_html\test.php on line 9
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in C:\WEB\public_html\test.php on line 9
If you do it the way I did it in the video, it will look like this: Code: could not connect to database!
__________________ Need website help? PM me! |
| |
03-06-2009, 12:06 AM
|
#6 (permalink)
|
I am of the highest lvl.. Join Date: Oct 2007 Location: Sydney, Australia Posts: 2,452
| Re: My PHP Video Tutorials Awesome.
And yeah thats right.
__________________ My pick up line is: I know Vernong. Trotter: "Ask all the questions you want... whatever we don't know, we'll make
up something that sounds pretty good."
Antec-User: "I have a display now, but the darn system is crash-bandicoot on stock" |
| |
03-08-2009, 11:30 PM
|
#7 (permalink)
|
Bake a Pretty Cake! Join Date: Jun 2008 Location: Madison, WI Posts: 718
| Re: My PHP Video Tutorials Have you ever been told that you have a majestic voice that could probably seduce Jessica Alba with ease? |
| |
03-09-2009, 12:24 AM
|
#8 (permalink)
|
Wizard Techie Join Date: Feb 2006 Location: Maine Posts: 3,683
| Re: My PHP Video Tutorials Quote:
Originally Posted by Spit-wad Have you ever been told that you have a majestic voice that could probably seduce Jessica Alba with ease? | LOL!!
Nope, first time.
__________________ Need website help? PM me! |
| |
03-09-2009, 03:35 AM
|
#9 (permalink)
|
Bake a Pretty Cake! Join Date: Jun 2008 Location: Madison, WI Posts: 718
| Re: My PHP Video Tutorials **** you type fast... I mean I think that I type pretty fast, but I can't do special characters for ****... which means I can't code fast.
Good tutorial, though... I need to read up before I try it cuz I didn't understand a lot of that. |
| |
03-09-2009, 06:02 AM
|
#10 (permalink)
|
Wizard Techie Join Date: Feb 2006 Location: Maine Posts: 3,683
| Re: My PHP Video Tutorials If by special characters you mean brackets and stuff, then yeah, you get used to it after a while.
Which parts didn't you understand?
__________________ Need website help? PM me! |
| |  | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | |