PHP Classes

File: docs/Installation.html

Recommend this page to a friend!
  Classes of Chara Miteo   ApPHP Data Validator   docs/Installation.html   Download  
File: docs/Installation.html
Role: Documentation
Content type: text/plain
Description: Installation Guide
Class: ApPHP Data Validator
Validate sets of values in different ways
Author: By
Last change:
Date: 11 years ago
Size: 3,926 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>ApPHP DataValidator :: Installation Guide</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> BODY { padding:5px 10px; } PRE { background-color:#f1f2f3; border:1px solid #cccccc; padding:3px 5px; } .msg_success{ font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size:13px; margin-bottom:6px; margin-top:6px; height:auto; padding:5px; color: #000000; background-color:#f1fff1; border:1px solid #3ac13a; } .bullet_success{ color:#3ac13a; font-size:13px; } </style> </head> <body> <!-- last update 13.04.2012 --> <h2 id="post-1">Installation of ApPHP DataValidator (version 1.0.0 or above)</h2> <div class="storycontent"> <table> <tbody> <tr> <td> <ul> <li> <a href="Installation.html#Installation_of_ApPHP_DataValidator"><span>1.</span> <span>Installation of ApPHP DataValidator </span></a><br /><br /> <ul> <li>&nbsp;&nbsp;&nbsp;<a href="Installation.html#Step_1._Uncompressing_downloaded_file."><span>1.1</span> <span>Step 1. Uncompressing downloaded file.</span></a></li> <li>&nbsp;&nbsp;&nbsp;<a href="Installation.html#Step_2._Uploading_files."><span>1.2</span> <span>Step 2. Uploading files.</span></a></li> <li>&nbsp;&nbsp;&nbsp;<a href="Installation.html#Step_3._Running_example_file."><span>1.3</span> <span>Step 3. Running example file.</span></a></li> </ul> </li> </ul> </td> </tr> </tbody> </table> <a name="Installation_of_ApPHP_DataValidator"></a> <p>(for version 1.0.0 or above) </p> <p>A new installation of ApPHP DataValidator is a very straight forward process: </p> <br /> <div style="FLOAT: right; MARGIN-LEFT: 5px">[<a href="Installation.html#top">top</a>]</div> <a name="Step_1._Uncompressing_downloaded_file."></a> <h3><b>Step 1. Uncompressing downloaded file.</b></h3> <hr /> <p>Uncompress the ApPHP DataValidator version 1.x.x script archive. The archive will create a directory called &quot;php_datavalidator_1xx.zip&quot;.</p> <p><br /></p> <div style="FLOAT: right; MARGIN-LEFT: 5px">[<a href="Installation.html#top">top</a>]</div> <a name="Step_2._Uploading_files."></a> <h3><b>Step 2. Uploading files.</b></h3> <hr /> <p>Upload content of this folder (all files and directories it includes) to your document root (public_html, www, httpdocs etc.) or your "validator directory" using FTP.<br /> <b>Pay attention:</b> DON&#39;T use the capital letters in the name of the folder (for Linux users).</p> <p>For example: </p> <pre>public_html/</pre> or <pre>public_html/{validator directory}/<br /></pre> <p><br /></p> <div style="FLOAT: right; MARGIN-LEFT: 5px">[<a href="Installation.html#top">top</a>]</div> <a name="Step_3._Running_example_file."></a> <h3><b>Step 3. Running example file.</b></h3> <hr /> <p>Now you can run the example files. To do this, open a browser and type in Address Bar following:</p> <pre>http://localhost/{validator directory}/examples/index.php</pre> or <pre>http://{www.mydomain.com}/{validator directory}/examples/index.php</pre> <p><br /></p> <div class='msg_success'><span class='bullet_success'>&#8226;</span> Congratulations, you now have ApPHP DataValidator installed!</div> </div> <br /> </body> </html>