9. Modern PHP CSRF Protection Example using a PHP Forms Library
Updated on: 2023-01-24
Posted on: 2023-01-23
Cross-Site Request Forgery (CSRF) attacks are means that badly intentioned users may use to make users of a site perform actions without intention. For instance, a successful CSRF attack can make e-commerce purchases, and the purchased goods are delivered to an attacker's location address.
Good Web sites are protected against CSRF security attacks. Attempts to perform these attacks are ignored.
As a responsible Web developer, it is in your best interest to learn how to prevent these attacks so your PHP Web projects can be more secure.
Please read this short article to learn more about CSRF attacks and a practical example of protection against CSRF attacks in your Web form pages generated and processed by PHP.
More ... Post a comment See comments (2) Trackbacks (0)
Good Web sites are protected against CSRF security attacks. Attempts to perform these attacks are ignored.
As a responsible Web developer, it is in your best interest to learn how to prevent these attacks so your PHP Web projects can be more secure.
Please read this short article to learn more about CSRF attacks and a practical example of protection against CSRF attacks in your Web form pages generated and processed by PHP.
More ... Post a comment See comments (2) Trackbacks (0)
8. Validating PHP Form Inputs Depending Other Inputs
Updated on: 2017-02-13
Posted on: 2011-03-10
Sometimes you have PHP generated pages with forms that have fields which you may want to validate or not depending on the state of other fields.
This article tells how you can easily implement conditional validation logic by explaining how to make one field be validated only if a radio or checkbox is site or some other special custom logic that you need to implement.
More ... Post a comment See comments (3) Trackbacks (0)
This article tells how you can easily implement conditional validation logic by explaining how to make one field be validated only if a radio or checkbox is site or some other special custom logic that you need to implement.
More ... Post a comment See comments (3) Trackbacks (0)
7. How to Show Google Maps with Multiple Locations and Many Markers using Latitude and Longitude in PHP
Updated on: 2017-02-13
Posted on: 2010-02-04
Sometimes you need to display Google Maps with a large number of markers. However, adding too many markers makes the map page load too slow.
This article explains how you can use marker cluster feature of the forms map location plug-in to cluster large numbers of markers to make the page load much faster.
More ... Post a comment See comments (0) Trackbacks (0)
This article explains how you can use marker cluster feature of the forms map location plug-in to cluster large numbers of markers to make the page load much faster.
More ... Post a comment See comments (0) Trackbacks (0)
6. Rich HTML form select input plug-in
Updated on: 2013-04-21
Posted on: 2009-12-22
The HTML forms select inputs are very useful but their limitations do not allow presenting a more detailed and pleasant to read information about the options that the user can select.
The form list select custom input plug-in was released with the goal of overcoming the limitations of regular select inputs.
This article provides an introduction to the features of this new plug-in.
More ... Post a comment See comments (1) Trackbacks (0)
The form list select custom input plug-in was released with the goal of overcoming the limitations of regular select inputs.
This article provides an introduction to the features of this new plug-in.
More ... Post a comment See comments (1) Trackbacks (0)
5. Locating addresses on Google Maps embedded in PHP generated Web forms
Updated on: 2013-04-21
Posted on: 2009-11-04
The forms generation and validation class map location plug-in has been enhanced to help users locating an address or a city on Google Maps embedded in PHP generated Web forms.
This article explains how the maps location plug-in uses the Google Maps Geo-Coding API to find locations entered by the users in Web forms.
More ... Post a comment See comments (0) Trackbacks (0)
This article explains how the maps location plug-in uses the Google Maps Geo-Coding API to find locations entered by the users in Web forms.
More ... Post a comment See comments (0) Trackbacks (0)
4. Making money with advertising in embedded Google Maps
Updated on: 2009-10-27
Posted on: 2009-10-27
Since a few months ago, you can place advertising in Google Maps and make money from maps embedded in your site pages.
This article explains how to achieve it easily in PHP using the map location plug-in of the Forms Generation and validation package.
More ... Post a comment See comments (4) Trackbacks (0)
This article explains how to achieve it easily in PHP using the map location plug-in of the Forms Generation and validation package.
More ... Post a comment See comments (4) Trackbacks (0)
3. Upcoming Visual HTML templates editor plug-in
Updated on: 2013-04-21
Posted on: 2009-09-29
A new plug-in for the PHP HTML forms validation and generation is being developed to provide a Visual editor for HTML templates.
This article gives an overview of this plug-in features and invites every user to test it and comment on its current features, report bugs and suggest new features to make it more useful to everybody.
More ... Post a comment See comments (0) Trackbacks (0)
This article gives an overview of this plug-in features and invites every user to test it and comment on its current features, report bugs and suggest new features to make it more useful to everybody.
More ... Post a comment See comments (0) Trackbacks (0)
2. Advanced PHP forms scaffolding AJAX enabled plug-in released
Updated on: 2009-04-10
Posted on: 2009-04-08
A new plug-in for the PHP forms generation and validation class to implement scaffolding forms with AJAX support and other advanced features was released.
This article presents the current and future features of the plug-in.
More ... Post a comment See comments (2) Trackbacks (0)
This article presents the current and future features of the plug-in.
More ... Post a comment See comments (2) Trackbacks (0)
1. New scaffolding AJAX plug-in beta
Updated on: 2009-03-19
Posted on: 2009-03-19
A new version of the forms generation and validation class package will be released soon.
The main new feature is a powerful scaffolding plug-in that makes possible to quickly build forms to manage data records performing basic CRUD operations (Create, Read, Update and Delete), as well other useful operations like Previews.
Currently, this scaffolding plug-in is in beta testing phase, but it already includes advanced features such as transparent AJAX support.
Feedback is needed from users interested in testing the plug-in before it is released to the general public.
More ... Post a comment See comments (2) Trackbacks (0)
The main new feature is a powerful scaffolding plug-in that makes possible to quickly build forms to manage data records performing basic CRUD operations (Create, Read, Update and Delete), as well other useful operations like Previews.
Currently, this scaffolding plug-in is in beta testing phase, but it already includes advanced features such as transparent AJAX support.
Feedback is needed from users interested in testing the plug-in before it is released to the general public.
More ... Post a comment See comments (2) Trackbacks (0)