What is my script src URL?

Put this in the js file that needs to know it’s own url. Fully Qualified (eg http://www.example.com/js/main.js): var scriptSource = (function(scripts) { var scripts = document.getElementsByTagName(‘script’), script = scripts[scripts.length – 1]; if (script.getAttribute.length !== undefined) { return script.src } return script.getAttribute(‘src’, -1) }()); Or As it appears in source (eg /js/main.js): var scriptSource = (function() … Read more

Get path of Android resource

Use URI Paths instead of “absolute” path, see this post Uri path = Uri.parse(“android.resource://com.segf4ult.test/” + R.drawable.icon); Uri otherPath = Uri.parse(“android.resource://com.segf4ult.test/drawable/icon”); Or use openRawResource(R.id) to open an inputStream, and use it the same way you would use a FileInputStream (readonly)

PHP absolute path to root

Create a constant with absolute path to the root by using define in ShowInfo.php: define(‘ROOTPATH’, __DIR__); Or PHP <= 5.3 define(‘ROOTPATH’, dirname(__FILE__)); Now use it: if (file_exists(ROOTPATH.’/Texts/MyInfo.txt’)) { // … } Or use the DOCUMENT_ROOT defined in $_SERVER: if (file_exists($_SERVER[‘DOCUMENT_ROOT’].’/Texts/MyInfo.txt’)) { // … }

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)