Creating a News Module using PHP and MySQL
In this tutorial we will look at an easy way to implement news into your website using only 3 different PHP scripts.
Read MoreIn this tutorial we will look at an easy way to implement news into your website using only 3 different PHP scripts.
Read MoreFile upload on a RaQ running MySQL/Chilisoft is relatively simple but has practical limitations that have been overcome on MS platforms using Pure ASP Upload. The key issue is that the CHili ASP engine on the RaQ will only allow a single file to be uploaded at a time and the VBScript used on the upload page prohibits the use of any other Response or Request handlers.
The method describes here allows a user to upload a chosen file to a folder location on the RaQ server. Ideally the file name should be changed from the browsed fileName to something shorter. It can then be accessed using a database call from the MySQL database whenever it needs to be displayed.
Read More
Using Dreamweaver's standard insert, update, and delete server behaviours you can't modify records in multiple database tables using input from a single form. This article shows how to use the Command behaviour which enables you to do this. This is essential if you need to modify records in separate database tables and maintain relationships between them.
http://www.drdev.net/article01.htm
In this tutorial we will cover the following:
This Tutorial will walk you through the process of Page Scraping.
What is Page Scraping, the legalities and ethics and an example of Page Scraping with a PHP Script.
Read MoreOLE DB not only offers a performance benefit over ODBC connections (DSN) but also has some increased functionality. This article shows how to set up an OLE DB connection to a SQL Server database.
http://www.drdev.net/article10.htm
The ActivEdit extension is bundled with the trial version of ActivEdit 3.0. This Dreamweaver MX server behavior enables you to easily embed the ActivEdit editor into an HTML form. It is also compatible with Dreamweaver's standard server behaviors, including Insert Record and Update Record.