Browse a Listing
Top > PHP > Online Communities
Popular Tags
Free Script links
Welcome to today's most trusted resource for advanced online business development. As the creator and supplier of advanced Content Management and eCommerce software -- featuring our PHP CMS and the Content Control Framework -- Edit-X is your source for powerful, yet low-cost, solutions that drive Web site traffic and help turn that traffic into sales.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 12 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
phpNet is an easy to use eCommunity for your site. phpNet is committed to providing you, the internet user, quality community solutions, only the best php tutorials, scripts, dynamic development tools, and information to improve your web site and to stimulate interaction in order to make a more friendly environment for you and your visitors.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 10 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Unlike many other PHP community sites, abcphp.com is an exclusive site dedicated to forums, relating to PHP. abcphp.com is in still in its preliminary stage and to further enhance community activity we plan to implement revenue sharing for member and moderators through Google Adsense. We are right now inviting people from around the world who can share and spread the knowledge of PHP through our various our forums.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
When it comes to Web development these days, you have a lot of options. Many of these methods involve preprocessing?that is, embedding code into HTML pages with special tags that signal to a preprocessor that they contain code, and that it should do something with it. Much like a CGI, this code is then run on the server, and it returns some content, which then assumes part of the shape of the resulting HTML page sent back to the browser. Both the open source scripting language PHP and languages within Microsoft's ASP.NET framework fall into this category; JavaServer Pages (JSP) and Perl/Mason operate this way as well.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
New PHP article by Smoke is a basic script to allow downloads of .zip files using a coupon code and redirecting the user to the download file using another download script. Please note: This is not a secure method, and should be used for learning purposes.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
The MVC approach that separates business logic from presentation logic. In Freeform, it is impossible to write business logic code that will generate resulting HTML directly. The bundled html package that implements the best templating engine in PHP5 world, while allowing you to stick small PHP code fragments, discourages this and is truly XML-based. With its tools you can create your own tags that will present complex content and separate the business logic from the presentation logic. The template designers will never have to type endless URLs and select lists or take care of not destroying some parts of embedded PHP code, while the programmers can concentrate on code manageability because their code is free from any markup.
The framework also offers an elegant form processing automation solution. All you have to do now is to create a form class and add fields to it, specifying validators. Upon submission the form will validate itself, and, if it fails, you can redisplay the page where wrong input will be re-prompted saving the correct input. File uploads are also fully automated; you can validate upload correctedness with no coding at all.
Packages is a solution to application modularity. With Freeform, it is easy to create separate packages, or modules, that solve some common sub-application problems (a forum, for instance). Using its own configuration the package can easy plug into your existing application in seconds with no additional programming. You will just have to modify several configuration setting and you are done!
Session API is a new approach to handling sessions and users. It unifies interface to sessions while giving you the ability to choose from many underlying implementations. Thus, the packages are unaware from all session and user handling tricks. Unified user handling guarantees that whatever user model your application has, other packages will be sure that there is a current user and what role he has.
Security API is a standard way to protect critical areas of your application from unauthorized access. Each user action is checked against a security policy that makes decisions on whether the request can be completed in the current environment. You can then configure other packages to use your security policies to protect access to them. Besides, the user system is role-based, where you define the roles and instruct other packages which roles to allow or to deny. Being that simple, you can easily define your custom and reusable security policies for the entire application.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 4 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR