Search Results
Article: PHP Easter Eggs
… for PHP by appending one of the following strings to the end of the URL. ?=PHPE9568F34-D428-11d2-A769-00AA001ACF42 …
Article: Apache Log File Into MySQL Table
… first line of the request, basically the method used (GET/POST) the URL that was accessed and the HTTP protocol level that was used. This …
… sending out the email, which will reset the password. Here is the URL that can be used to reset the password. …
… rules to replace settings with real values. --> <regexp pattern="\$db_url = 'mysql:\/\/username:password\@localhost\/databasename';" replace="\$db_url = '${drupal.destination.database.url}';" ignoreCase="true"/> <regexp pattern="\$db_prefix = '';" …
… alternative method is to see if the preview parameter is set in your URL string. if(!isset($_GET['preview'])){ // analytics code here } … …
Article: Using The view-source Protocol
… of HTML and JavaScript into your page. It will just take the current URL, paste view-source in front of it and then redirect to that …
… [QSA] If you want to use a folder for a specific URL then you can do it like this: RewriteRule …
… to be run that has a number of different parameters. This might be a curl command or even an rsync command, where the order of the parameters …
… Continue with the rest of the submit function // Mail one time login URL and instructions using current language. …
… reference to the file. The rule is, if you can't cut and paste the URL into your browser and get the file then this method isn't going to …