How to Update WordPress Automatically Without Using FTP?
Written by codeadminOpen “wp-config.php” and add below code at end of file. [snippet id=”37″]
Open “wp-config.php” and add below code at end of file. [snippet id=”37″]
you need to go to menu Debug -> Exceptions ( Ctrl + Alt + E ), open the Managed Debugging Assistants, find LoaderLock and uncheck. That’s it…
Go to drive:\\wamp\www folder then open index.php at line 30. change $suppress_localhost = true; to $suppress_localhost = false; It will work.
Please uncomment ;extension=php_openssl.dll from both php.ini location wamp\bin\php\php5.4.12\php.ini wamp\bin\apache\Apache2.4.4\bin\php.ini
You could use following code in web.config to show PHP errors instead of 500 on plesk. [snippet id=”30″]
When you trying to install Composer for Laravel in WAMP setup. You may getting a warning message for not enabling openssl in WAMP. Step 1 1 Find the location ..
Store AM PM time string into TIME or DATETIME datatype in MySQL and retrieve with AM PM while display? Save time as a regular 24 hour HH:MM:SS in the MySql ..
To use iframe in prettyphoto you need to: 1. Create a link (a href=”#”). 2. Add the rel=”prettyPhoto” attribute “prettyPhoto” to it. 3. Change ..
For this solutio take contact form example jQuery AJAX Contact Form This form contains collection of inputs to get user feedback. It triggers jQuery AJAX ..
window.open(‘url’,’_blank’)