To carefully learn the major languages of the dynamic Web, ASP or PHP, then to pass from the one to the other in order to have its own idea on their advantages and respective disadvantages even if it means to become AsPhPien (neither categorically for one, nor savagely against the other!)
Post the Databaseby artvoila Post content of a database >> As the database is filling in, it's becoming necessary to list its content... So, we will connect the database to the page, select all content...More...
Forms and DBby artvoila Fill a data base in reading a form >> Forms are extremely used in dynamic pages. And, they enable to collect information provided by visitors in order to fill in a data base...More...
Connection to a databaseby artvoila Connect a database to an ASP|PHP page >> The main objective of a database is to collect data entries from visitors and enable to easily sort, retrieve and search...More...
Manage files and foldersby artvoila Copy, rename or delete files and folders >> To end of all discussion about Files System, find hereby some functions and methodologies to administrate your files...More...
Edit in a fileby artvoila Create and modify a file >> It is better and clever to edit in a file instead of a database in numerous cases… It is even smoother and quite often faster! We can edit not...More...
Read a fileby artvoila Read and post content of a file >> We can read all Files using the File System and it does not matter about the origin of the file… In this presentation, we focus on files containing...More...
Read a directoryby artvoila List content of a folder >> This is very useful in a lot of cases; The Files System enables to access folders and files located on the server so as to list, modify, and...More...
Upload filesby artvoila <Demo> Visitors upload files on your site >> Sometimes, it can be nice to enable visitors to collaborate in editing the content of the site without giving them the login to FTP… If...More...
Formsby artvoila Collect fields in a form (POST method) >> Forms are extremely used when creating dynamic pages. Because a form enables to collect information entered by visitors before analysis via...More...