Important Links of Queries
- https://stackoverflow.com/questions/22195493/export-mysql-database-using-php-only
- https://stackoverflow.com/questions/25960568/php-variable-to-sql-zip-it-and-then-download
- https://www.youtube.com/watch?v=-ZlCVVnp_Aw
- https://www.webslesson.info/2018/08/create-dynamic-pdf-send-as-attachment-with-email-in-php.html
- https://www.the-art-of-web.com/php/implementing-namespaces/
- https://www.youtube.com/watch?v=4UwbSCVgVas //How to share WAMP in LAN
- RewriteRule ^products_range_detail/([0-9]+)/([^/\.]+)/?$ products_range_detail.php?catid=$1
- https://stackoverflow.com/questions/24005828/how-to-enable-local-network-users-to-access-my-wamp-sites/24011132
- https://stackoverflow.com/questions/5524116/accessing-localhost-xampp-from-another-computer-over-lan-network-how-to
- https://scotch.io/tutorials/easily-create-read-and-erase-cookies-with-jquery
- https://stackoverflow.com/questions/3161816/get-first-n-characters-of-a-string
- https://stackoverflow.com/questions/17932679/how-do-i-create-2d-object-collision-from-every-sidetop-left-bottom-right-prope
//open select list on focus
$(document).on('focus', '.select2', function (e) {
if (e.originalEvent) {
$(this).siblings('select').select2('open');
}
});
//add class on focus on element
$('input[type="checkbox"]').focus(function(){
$(this).parent().addClass("focus");
})
.icheckbox_square-blue.focus {
background-position: -24px 0;
}
$('#specialPriceCheck').on('ifChecked', function(event){
$('#specialPrice').removeAttr("readonly");
$('#discountPercentage').attr("readonly", "true");
account();
$('#discountPercentageCheck').iCheck('uncheck');
}); - https://stackoverflow.com/questions/5422915/detect-when-input-has-a-readonly-attribute
- https://stackoverflow.com/questions/9165766/html5-canvas-set-z-index //canvas link
- https://www.ibm.com/developerworks/library/wa-canvashtml5layering/index.html
- https://stackoverflow.com/questions/29359594/jquery-datatables-search-set-search-filter-to-get-only-matches-that-starts-lik
- //read cookies-with-jquery
https://stackoverflow.com/questions/5639346/what-is-the-shortest-function-for-reading-a-cookie-by-name-in-javascript
//if event binding lost with ajax response do following
$(document).ready(function(){
$('body').on('click','.myClickableElement',function(){
... event handler code ....
});
}); - https://www.maxlaumeister.com/blog/hide-related-videos-in-youtube-embeds/
- https://stackoverflow.com/questions/9032007/arrays-in-cookies-php
- https://stackoverflow.com/questions/6815520/cannot-use-object-of-type-stdclass-as-array
- https://stackoverflow.com/questions/12108584/how-to-group-the-array-by-the-same-key-and-value
- https://stackoverflow.com/questions/34808054/how-to-use-a-sub-folder-in-default-controller-route-in-codeigniter-3/34808170
function makeid() {
var text = "";
var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
for (var i = 0; i < 5; i++)
text += possible.charAt(Math.floor(Math.random() * possible.length));
return text;
}
console.log(makeid()); - https://stackoverflow.com/questions/3708153/send-email-with-phpmailer-embed-image-in-body
- https://stackoverflow.com/questions/10593013/delete-cookie-by-name
- https://stackoverflow.com/questions/6320113/how-to-prevent-form-resubmission-when-page-is-refreshed-f5-ctrlr
- https://tiffanybbrown.com/2015/11/an-invalid-form-control-is-not-focusable/index.html
- https://stackoverflow.com/questions/6676768/php-get-highest-value-from-array/6676851
- https://itsolutionstuff.com/post/php-dynamic-drag-and-drop-table-rows-using-jquery-ajaxexample.html
- https://stackoverflow.com/questions/364946/how-to-make-pdf-file-downloadable-in-html-link
html code of single quote '
html code of Indian rupee ₹ - https://stackoverflow.com/questions/32629949/show-entries-dropdown-disappear-when-using-export-tools
- https://www.tutorialrepublic.com/faq/how-to-check-a-checkbox-is-checked-or-not-using-jquery.php
- https://rechneronline.de/matrix/calculator.php
- https://github.com/fronteed/icheck
- https://stackoverflow.com/questions/8557172/mysql-order-by-sorting-alphanumeric-correctly
- https://www.copterlabs.com/natural-sorting-in-mysql/
if ($dbc->mysqli()->errno == 0){
echo "<p style='text-align:center; color: red; font-size:16px; padding-bottom:10px'>Title is duplicate</p>";
} - https://stackoverflow.com/questions/10942443/add-class-to-parent-div-when-textarea-clicked-or-focused
- https://stackoverflow.com/questions/20100055/add-class-on-sibling-next-to-element
- https://stackoverflow.com/questions/12459119/rupee-symbol-not-working-in-firefox
- https://stackoverflow.com/questions/26446986/convert-php-file-to-pdf-file-by-using-mpdf
- https://www.phpflow.com/php/create-pdf-file-using-mpdf-php/
- https://stackoverflow.com/questions/44570877/gst-number-validatoin-in-jquery
- https://stackoverflow.com/questions/3269899/fancy-box-how-to-refresh-parent-page-when-close-iframe-popup
- https://stackoverflow.com/questions/8398278/fancybox-custom-close-button
- https://stackoverflow.com/questions/18073599/on-hover-thumbnail-change-main-image-with-jquery
- http://jsfiddle.net/RyDqX/
- https://stackoverflow.com/questions/10798228/php-date-function-seven-days-previous
- https://stackoverflow.com/questions/29391465/jquery-add-remove-class-onclick
- https://stackoverflow.com/questions/19521146/calculate-age-based-on-date-of-birth
- https://stackoverflow.com/questions/6092054/checking-during-array-iteration-if-the-current-element-is-the-last-element
- https://www.wired.com/2010/02/ftp_for_beginners/
- https://stackoverflow.com/questions/16955019/how-to-reload-a-page-after-the-ok-click-on-the-alert-page
- https://stackoverflow.com/questions/31983492/how-to-change-datatable-default-empty-table-message
- https://www.w3schools.com/howto/howto_js_countdown.asp
- https://stackoverflow.com/questions/17642447/change-bootstrap-tooltip-color
- https://stackoverflow.com/questions/2040560/finding-the-number-of-days-between-two-dates
- https://wa.me/919417293066
- https://github.com/fronteed/icheck/issues/244
- https://stackoverflow.com/questions/28138043/icheck-jquery-blocks-custom-script
- https://getcodify.com/create-secure-login-script-php-mysql/
- https://php.net/manual/en/function.mb-strimwidth.php
- https://stackoverflow.com/questions/12319171/how-to-handle-the-modal-closing-event-in-twitter-bootstrap
- https://stackoverflow.com/questions/14769026/how-to-select-rows-that-have-current-days-timestamp
- https://www.empower-yourself-with-color-psychology.com/website-colors.html
- https://www.plus2net.com/php_tutorial/php_email_validation.php
https://www.plus2net.com/php_tutorial/filter_validate_email.php - https://stackoverflow.com/questions/17909646/counting-and-limiting-words-in-a-textarea
- https://stackoverflow.com/questions/11434091/add-if-string-is-too-long-php
- https://stackoverflow.com/questions/8228088/remove-header-and-footer-from-window-print
- https://stackoverflow.com/questions/41511083/php-redirect-after-5-seconds/41511161
- https://www.w3schools.com/jsref/met_his_back.asp
- https://stackoverflow.com/questions/462537/overriding-important-style
- https://stackoverflow.com/questions/46155/how-to-validate-an-email-address-in-javascript
//google reviews api
https://wpbusinessreviews.com/documentation/platforms/google/
https://developers.google.com/my-business/content/review-data
https://developers.google.com/my-business/content/basic-setup
https://developers.google.com/my-business/content/prereqs - https://stackoverflow.com/questions/39104608/cross-origin-requests-are-only-supported
- https://stackoverflow.com/questions/46986139/how-to-change-php-version-used-by-composer
- https://stackoverflow.com/questions/12999910/https-to-http-redirect-using-htaccess
- https://www.peopleshost.com/2017/05/permanent-301-redirect-htaccess-code-example/
- https://stackoverflow.com/questions/18526979/remove-backslash-from-string-using-preg-replace-of-php
- https://stackoverflow.com/questions/13346395/php-array-containing-all-dates-of-the-current-month
- https://stackoverflow.com/questions/4517672/how-to-add-20-minutes-to-a-current-date
- https://stackoverflow.com/questions/19407305/how-to-show-only-hours-and-minutes-from-javascript-date-tolocaletimestring
- https://stackoverflow.com/questions/23565070/get-minimum-value-from-an-array-that-contains-null-values
- https://stackoverflow.com/questions/30938077/get-base-url-using-jquery-in-laravel
- https://stackoverflow.com/questions/8729410/php-get-key-name-of-array-value
- https://stackoverflow.com/questions/8622336/jquery-get-value-of-selected-radio-button
- https://stackoverflow.com/questions/30608696/innodb-corruption-in-xampp
- https://stackoverflow.com/questions/985818/php-date-time-current-time-add-minutes
- https://stackoverflow.com/questions/2142535/how-to-clear-the-canvas-for-redrawing
- https://stackoverflow.com/questions/15736445/mysql-query-to-search-multiple-values-in-comma-separated-list-with-and-clause
- https://stackoverflow.com/questions/1953857/fatal-error-cannot-redeclare-function
- https://stackoverflow.com/questions/26394017/laravel-5-custom-404
- https://stackoverflow.com/questions/38718881/dompdf-special-character-showing-question-mark
- https://stackoverflow.com/questions/43224300/override-default-auth-routes-in-laravel-5-4
- https://stackoverflow.com/questions/3654295/remove-empty-array-elements
- https://forum.directadmin.com/threads/cronjob-error.3062/
- https://stackoverflow.com/questions/3266077/php-strtotime-is-returning-false-for-a-future-date
Comments
Post a Comment
Please give your valuable feedback!