ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WEBDEV concepts / Part 1 - Internet: Main concepts
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
3. Types of dynamic sites
Previous pageTable of contentsNext page
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database.
A dynamic site can be used to manage real-time travel bookings for example. These bookings are saved in a data file and they can be displayed at any time.
WEBDEV proposes two types of dynamic sites:
  • dynamic WEBDEV site (in Session or AWP mode). This type of site requires a WEBDEV Application Server on the server. It can be used to handle several databases.
  • dynamic PHP site. This type of site requires a PHP engine on the server. This type of site is recommended for the dynamic sites hosted by a public hosting company.
Types of dynamic sites
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 10/27/2022

Send a report | Local help