Jump to content

Daniel0

Staff Alumni
  • Posts

    11,885
  • Joined

  • Last visited

Everything posted by Daniel0

  1. http://web.archive.org/web/20080209154336/http://www.phpit.net/article/simple-mvc-php5/
  2. A login script is essentially so simple that it's not even worth dedicating a tutorial for that. Stuff involved is essentially form processing, database access and sessions/cookies. We have a tutorial for sessions and cookies and we have one for database access and another one focusing on joins and unions. Then you have form processing, but that's fairly straightforward. You simply read from the $_GET or $_POST superglobal. You might also be interested in this blog post that talks about breaking a script/application down into logical elements the same way I just did.
  3. You mean like this? http://www.phpfreaks.com/tutorial/debugging-a-beginners-guide
  4. Please do not post links to download copyrighted material that you do not have the right to redistribute yourself.
  5. I'll sticky this for further reference and in case other people might know books that people might find useful.
  6. I can't remember when I've last used FTP. I always use SSH, SCP and SVN.
  7. I've read some of SitePoint's Simply JavaScript. At the time I read it I found it pretty good.
  8. [quote author=lukkyjay link=topic=119433.msg728404#msg728404 date=1193718287] I'm just now starting to learn php for a project on my own site.  I don't understand how a WYSIWYG would work with php, but that would be awesome if it were actually possible.  Can you get specific about the best WYSIWYG for a beginner? [/quote] WYSIWYG is for HTML only. Best is a matter of personal preference and hence the reason why this and [url=http://www.phpfreaks.com/forums/index.php/topic,54859.0.html]this[/url] topic are created.
  9. http://zend.com/studio (Zend Studio)
  10. And for those who don't know how to use Google: FileZilla SmartFTP CuteFTP (Pro - Home - Mac Pro) RightFTP CoreFTP JFtp FireFTP
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.