Added: 4 years ago
From: lifeg0eson666
Views: 59,909
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (134)

Sign In or Sign Up now to post a comment!
  • Comment removed

  • u rox!! thanks a lot, this tutorials are wondeful :)

  • Hi, do you want free cPanel hosting of 1 GB! of disk space unlimited bandwidth! and more for lifetime. You will not have to pay any coins ever and (ads free like google adsense). Contact support@hostingfriend.in for more info....

    Or visit hostingfriend.in

  • hey i just wanted to stop by and say thanks for the awesome tutorial. I watched it at phpsquad dot net but i just gotta say that it was really helpful for me as ive made couple websites just in plain html and administrated couple of Joomla websites but it might be little too confusing for newcomers..

    so if you already know bit about the basics this will be an excellent tutorial to get started with php and mysql!

    Again, Thanks for the great tutorial!

  • Hey mate I have problem with the code. I write exactly like the one you write in the video if ($_SESSION['uid']){ $sql = "SELECT idMember, username FROM `member` WHERE `idMember`='".$_SESSION."'"; It keep saying undefined uid in the ($_SESSION['uid']) . HELLLP

  • @Paait1 Use if(isset($_SESSION['uid']))

  • @lifeg0eson666 It wil still produce the same result right?

  • @Paait1 Yea, some servers don't like you just putting unresolved variables into an if statement, so using isset just checks to see if it exists fist.

  • Noch Probleme mit XAMPP, PHP, HTML, CSS, CMS-Systemen, DynDNS oder so? Schau mal vorbei:  my first server .tk

    is aber noch ganz neu :)

  • watch?v=SQw645qw1os&feature=re­lated

    you voice now and previuos :D

  • could you upload the files plz

  • @katoon1997 They are uploaded.

  • $sql = "SELECT username FROM ''users' WHERE 'id'=*=.$_SESSION[uid']

    Is this right? You just kind of flew past it, and my monitor doesn't have the best quality to view all the characters you were using.

  • @CyricRO For the most part yes, if you want the full source you can get that from my website.

  • The register tutorial is good, but you echoed out the register form!

    I dont like that because its not external D;.

  • Who could hate this?

    11 hates.

  • @vancar6 now it's 13, i think those who hate these video is someone who don't even know what it means the button hate lol, they just push it. nice video lifeg0eson666 even if i already knew what you said keep it up

  • Meet Asian women #lushfmlk.info#

  • hello...i am just novice in programming...i have created users database on my own...your source code i try to integrate with my users database, but it wont detect user...so after check out, the problem is with _SESSION['uid'] ...i try to view your video on registration tutorial and source code 4 users, but no uid in table field just id, if i change it to _SESSION['username'] it just work well...so where did u define uid use for session if it is not in users database?..sorry for my english ..^_^

  • i have problems on your code. i copy all your code and make a database. but when im going to run it. theres always undefined index

  • ur awesome for posting these things

  • Hey, thanks so much for these videos! I was wondering if you could post somewhere or send me the text of the database you used in the tutorial? Thanks.

  • @sdunbabi All source files are on my website.

  • 15:40 - 15:45 "If you would like to see the CONTINUATION of this tutorial" :)

  • @OceanicViewStudios Lmao, thanks :P

  • @lifeg0eson666 Haha, no problem. I like your tutorials, you just go a bit to fast for my taste. Like, you need to slow down a bit and explain things a little better. But other than that they are great :D

  • Very useful tutorial dude!, I'm going to give phpDesigner a try . Thanks :-)

  • Great tut a usual ;) May I suggest using mysql COUNT instead of num_rows to see if a user exists =D e.g. "SELECT COUNT (*) FROM users WHERE uid='{$userid_var}' " cause its faster and more server friendly

  • I cant read some of this, line 47 in index.php does it read

    $sql = "SELECT username FROM 'users' WHERE 'id'=".$_SESSION['uid'].""; ???

    if not what is it?

  • Hey man, i just want to say thank you for these tutorials! You didn't have to do them, but you did, just to help someone, and i really appriciate it.

    * * * * *

    Greetings from Croatia!

  • @ivanjakovl Thanks for watching :)

  • do know how to create a php forum in coolpagebiz?

  • what is the web server u are going to used ?

  • I use my localhost, you can set one up by searching Google for wamp ot xampp

  • @honeyj2c Hi thanx for the nice tutorial :) I use WebServ 2.0 is good and it's working under Win Vista :)

  • man this is good jop dude good jop

  • this stuf its just daim good

  • Hi , Nice tutorial,

    I received a error called 'No Database selected'

    Can you tell me how to solve this problem..?

    Thnx.

  • Check the lines in your code that refer to: mysql_connect and mysql_select_db

  • Thank you Sir ,

    I fixed it ..there was a silly spell mistake in my code ..... 'Users' and 'User'

    hahaahha

    Thnx a Tone ...!!

  • nice text editor...

  • Note: IF you do have a pass for ur database remember to put a comma ater your database username and put yur password.

  • thks for this

    pls put Pagination tutorial

  • what version of php are you using?

  • Very well done. I would like to throw a few things I saw. First your include should have been written include("something.php"); Also no need to keep specifying font attributes unless you are changing. This will keep your stylesheets small. Hope I did not offend ya by this.

  • Should have? Lol, includes do not require parenthesis. I like my fonts special :D

  • $sql = "SELECT `username` FROM `users` WHERE `id` = " . $_SESSION['uid']) or die(mysql_error());

    Use that if you get an SQL error.

  • hi!!!

    even i am getting a same error as

    ljustin6 ...

    can u help plz???

  • I am getting this error

    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''' at line 1

    I am using php 5 and mysql 5.1

    Please help

  • 13:54

  • Hi!

    I just found out, if u get the same error as

    shadowflare45 you can do this, instead of writing

    if($_SESSION['uid']){

    write: if(isset($_SESSION['uid'])){

    Hope it works for u aswell :)

  • can you give me a download? I tried to do this and got way to many errors. I know you probably want me to do the work, but i've tried your method and other peoples and still got errors.

  • Stupid? Lol, the videos were perfectly fine before I started using a different SWF player. I've been meaning to make all the YouTube videos downloadable anyways.

  • help?

    After this video, when I tried it, i get the error:

    Notice: Undefined index: uid in C:\Abyss Web ServerX2\htdocs\testforum\inde­x.php on line 41

    Please login to your account or register a new account.

  • hi, can you please tell me how to make a search box in php ?

  • great job :)

  • ur web with vids i cant pause ,rewind etc eventhough its very useful but i have to close it;

    hope u fix it soonly

  • That's only for the first few videos

  • can u make a forum only using html and scripts?

  • Without php and mysql, no!!

  • how many toolbars do u have? lol

    any way It's realy helpful tut . Thanks .

  • Thank you for such an awesome tutorial, has been very helpful. :D

  • i can't find hd video on your website..Those are great tutorial man i would like to see them in hd coz i can't read in this resolution.

  • Click "Video Tutorials" on his site...

  • i wish i could read it man...i have terrible eyes an my damn laptop wont go fullscreen :(

  • Add &fmt=18 after the URL

  • Go to my website for the HD o-o

  • =P Thanks alot.

    I got 9284 points. Jon: You Phail!

  • Where did you get that background? I like it.

  • thanks for this video.. can't wait to see the rest :)

  • can you link me to myadminphp 2008 pls =)

  • Really great tutorial, can't wait to see the rest :)

  • Wonderful tutorial I'm now using PHP because I'm back in to web design and i know CSS and HTML with the standard of XHTML so I mite as well move on to PHP SQL

  • PHP & SQL are server side.

  • Ok, I sent you a message, I hope you read it :3

  • Uhh, what?

    When I use index.php on my site, the page wont show up because HTML is in it. So I use index.html.

    But still, I did the echo, and that didn't work either. And all you're gonna do is laugh at me and not help. >_>

  • you use the extension .php on files with php. I can't help you if you think PHP belongs in HTML files. PHP produces an HTML output anyways

  • THis doesn't work. I read the HD versions, got the code to look like your's, but I get this: Login to your account, or Register a new account!\n"; }else { $row = mysql_fetch_assoc($res); echo "Welcome back, ".$row['username']."!\n"; } }else { echo "Please Login to your account, or Register a new account!\n"; } ?>

    I wasted 2 hours doing this. These aren't the best.

  • ahahaha, you failed.

    You wasted 2 hours trying to make a PHP file without having PHP, nice one though.

  • Download EasyPHP and set it up, PHP files cannot be opened through my computer etc.

  • Too bad..can't read a thing..not very usefull.

  • Well..i found the HD vids...i take back all the words..great job !

  • Thank ya :D

  • powerbo51 its called a video if its to fast you stop it rewind and play it again thats why half the videos on youtube are worthless because it takes ten million years to make a user understand a 30 second lesson

  • at 13:41 i can't see what you're typing, and i'd really like to know!!!

  • oh and by the way i can't be bothered to watch 13 minutes just to see a couple of words!!!

  • nice

  • um, you have Zango spyware..

  • lol what?

  • youve downloaded Zango a spyware/virus

  • are you still doing css/html tutorials

  • Didn't understand it, and you went too fast 1/5

  • learn basic php first, then you'll understand it. and speed up your eyes o.O

  • great video(s). I've learned a lot but sometimes you go way too fast.

    btw, can I download these HD videos somewhere?

  • Is it me, or does the audio quality on the HD videos screw up every now and again? Nevertheless, great videos, keep it up man!

  • Good tutorials dude. Thank you!

  • Whats the SQL for the users table?

  • Could you make your HD videos ffable and rwable?? or at least provide the source for some of these files?? it gets pretty hard to follow if you cant read what it says on youtube and having to wait for the whole HD videos to pass without being able to rewind is not practical.... by the way, awesome tutorials

  • Some videos, I know, don't have the pause or the timeline, so just right click the video and uncheck the Play button.

  • Excelent Tutorial thanks.

  • Thanks :D

  • Excellent tutorial!

  • Thanks :)

  • You seem to have a lot to teach others... I think it's cool, but if I may ask, how come you assume the 'sign' of the Beast '666'. Has it got any undertone.. or just coincident?

  • Lol, just random.

  • what difference does that 666 make?

  • Great tutorial. Simple and very useful. But I guess I'll have to wait for the high def or the source because the text is a bit blurry.

  • high def is available, go to the link in the description.

    thank you :D

  • Woah. So that's what "HD" means. :)

  • wud u make an tutorial on every thing in a forum or just the basics?

    and Thx for great tutorials

  • Your tutorials are v. good!!!!

  • Hi ! Your tutorials are great ! You rock !!! When you'll upload the other High Definition parts on your website ? We are waiting for the other parts on high def. related to the forum tutorials !

  • Thanks :) All the forum tutorials have an HD video.

  • hey, nice tutorials! i watched for now the registration video and Forum part one! All are great! Going to watch all what you have. On your side video is better than here. And wow, i admire you, just 15 years.... know a lot and make good tutorials! +5! Continue!

  • Like the tuts but what are hose weird sounds that sometimes come up?

  • Thanks, hmm, they could just be sounds glitches when I was saving the files.

  • i cant get any of the videos to play, on your site or here. it just stops after 1 or 2 seconds.

  • The files are large in size, so let them load.

  • "CONTINUING TUTORIAL"

  • HUH? Part 10 just came out :p

  • how come when i did everything you did logged in...the user isnt displayed thats he/she is logged on itll only say Please make an account or login, but i did sucessfully login and it only says im already logged on on the login.php basically when i go home it doesent say WElcome, NAme whats wrong? also one more thing the sources on phpsquad links dont do anything

  • You're calling session start on every page correct? And um, my website doesn't give you the source files for anything, if I did that there would be no use for tutorials like these.

  • Your tutorials are awesome. They've helped me learn so much, after i gave up learning from books. Thank you so much, and now i have my own working forum.

    Thanks again

  • add "&fmt=18" at the end of the url to make it clearer XD

  • phpsquad[dot]net has the high quality vids :)

  • thnx alot,....

  • the link to your profile about the forum videos returns a 404

  • yep

  • :( That just showed the registration/login and an error message, is there a forum posting threads, etc. part? Thanks.

  • great tutorial. Im just wondering where you downloaded phpdesigner 2008?

  • amazing tutorials i hope you keep doing them!

    :)

  • thank you, i shall

  • thank you §

  • you're welcome :D

  • what is that text editor that you are using, and does it cost anything?

  • phpdesigner

  • Sooooooooooooo Sloooooooooooooooooooow

  • You mean your typing? A tutorial of such length isn't going to take 5 minutes.

  • No offense dude, you got some great videos, thanks for sharing your knowledge with us by the way. I guess i was a bit ignorant. I apologize if you misunderstood my comment. Just saying that it could have gone a bit quicker. Eliminate long pauses, get rid of unnecessary info and try to cut down on saying aaam. Perhaps plan out a lecture? Making it more fluent. As a student thats what i would like to see. Hope you take this comment as advice, no hate.

  • Why does your voice always sound different in each tutorials lol =/

  • with program do you use to make your localhost sever ?

  • wamp

  • I subscribed! Would like the source code also please. Thanks.

  • Thanks. And nope, source will not be available unless I decide to release it.

  • OK. Cool, thought you WERE planning on releasing it though. Thanks.

  • Great videos. Thanks allot. Your help and time is appreciated.

  • Thanks, you're welcome :D

  • Do you have a source code?

  • Source will be available at the end of the completed tutorial.

  • thanks, the video was for me right?

  • If you suggested it yes.

  • Yes i suggested it =)

  • Pretty nice video....

    But I am kinda disappointed you are teaching people PHP4 style stuff, OOP would have been perfect for this....

    Maybe you will be using it in your future videos about this project, I don't know...

  • Guess my comment didn't post before.

    I'm more experienced with PHP4, which makes it easier to post tutorials and also to simplify the learning process.

  • Ah OK...

    You should really learn PHP5 OOP though, there is pretty much nothing too it, and you could probably learn 90% of what you need to know in one afternoon!

    I was stuck in PHP4 programming until I decided to test classes and stuff out one afternoon, and BOOM I realised all the great stuff it could help me do...

  • Hey take your time you could actually make money of all of your brains lol.

  • Lol, thanks :)

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more