old Archives | phpGrid - PHP Datagrid Create PHP grids in minutes, not hours. Sun, 14 Mar 2021 21:13:50 +0000 en-US hourly 1 CodeProjecthttps://wordpress.org/?v=7.0.3 129966043 ABS_PATH (prior to version 4.3) https://phpgrid.com/old/abs_path-prior-to-version-4-3/ Tue, 29 Mar 2011 05:00:47 +0000 http://phpgrid.com/?p=1274 What is ABS_PATH Pay attention to ABS_PATH variable. Make sure it is the absolute URL to phpGrid folder in the web browser. This value tells your script where to find phpGrid library on the web server. For instance, if the URL to get to the phpGrid is http://www.yoursite.com/phpGrid, or http://localhost/phpGrid, the ABS_PATH should be “/phpGrid”; […]

The post ABS_PATH (prior to version 4.3) appeared first on phpGrid - PHP Datagrid.

]]>
What is ABS_PATH

Pay attention to ABS_PATH variable. Make sure it is the absolute URL to phpGrid folder in the web browser. This value tells your script where to find phpGrid library on the web server.

For instance, if the URL to get to the phpGrid is http://www.yoursite.com/phpGrid, or http://localhost/phpGrid, the ABS_PATH should be “/phpGrid”;

1
define('ABS_PATH', '/phpGrid');

or if the URL to phpGrid is http://www.yoursite.com/admin/phpGrid, or http://localhost/admin/phpGrid, the ABS_PATH should be “/admin/phpGrid”,

1
define('ABS_PATH', '/admin/phpGrid');

and so forth.

The post ABS_PATH (prior to version 4.3) appeared first on phpGrid - PHP Datagrid.

]]>
1274