doushi5752 2009-02-03 15:30
浏览 50

PHP注册email-validate登录脚本/类

I am looking for a decent PHP script or class library to handle user sign-up/register, email-validation and login for a website. I've written this sorta thing before, but I'd rather use something more tested and robust. The handful of open-source offerings I have thus far come across are, in my view, not very good. I've also looked at RPX and tho interesting is probably, for my needs, overkill. At this point I do not think I need a full CMS which would likely include such a facility.

Any pointers or suggestions would be most appreciated.

  • 写回答

1条回答 默认 最新

  • douchengchu8374 2009-02-03 23:17
    关注

    I used for my private projects Picora (http://picora.org/). For more professional Work, you can use the ZEND-Framework (http://framework.zend.com/) components for this sort of things. This framework has a loose coupling to the core and can be easily used alone.

    评论

报告相同问题?

悬赏问题

  • ¥15 C++ yoloV5改写遇到的问题
  • ¥20 win11修改中文用户名路径
  • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
  • ¥70 PlayWright在Java上连接CDP关联本地Chrome启动失败,貌似是Windows端口转发问题
  • ¥15 帮我写一个c++工程
  • ¥30 Eclipse官网打不开,官网首页进不去,显示无法访问此页面,求解决方法
  • ¥15 关于smbclient 库的使用
  • ¥15 微信小程序协议怎么写
  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?