PHP Tutorial – 17 – Return Values
Go to my website http://thenewboston.com/ if you need any help or have any questions. I will answer them all there!
Subscribe if you like my videos!
Duration : 0:3:34
Go to my website http://thenewboston.com/ if you need any help or have any questions. I will answer them all there!
Subscribe if you like my videos!
Duration : 0:3:34
Nice tutorial!!
Nice tutorial!!
I have learned much …
I have learned much more php from you than teacher.
Good tutorials.
Good tutorials.
yes, i got it sir !
yes, i got it sir !
thx nice one
thx nice one
nice! this will be …
nice! this will be very useful!
Hi..thanks for the …
Hi..thanks for the advice..i found a solution to the problem, but now that you mention it , I have been reading about the zend framework..but i just don’t know how to tackle the whole thing..it seems so complicated. If you have more advice on frameworks (especially zend, let me know)
I realize you are …
I realize you are probably trying to code something to handle user sessions on your webserver’s site, but have you tried using a web application framework. There are some out there that handle that already. Some are based around plugging in modules that take care of tasks like this(i think there’s a module that already does what you’re trying to do). Some w.a.f. are open source & written strictly in php, so you can even have fun mucking around and customizing some code that already exists.
i meant “make a …
i meant “make a tutorial”
Hi. I just …
Hi. I just suscribed. Can you please a tutoria on sessions with the following conditions?
user goes to index then he registers he inputs data to mysql and then he goes to index where index recognizes him.He logs out and goes to index where he is no longer recognized, he clicks link and is sent to log in form, he logs in and then he goes to index and index recognizes him. He then logs out and session is destroyed.
Can you do this? I am having a hard time trying to make it