Php-beginners - php-beginners.com - PHP Tutorials for Beginners
General Information:
Latest News:
Could not connect to LiveReload server 11 Mar 2013 | 07:14 am
I’m using vagrant, virtualbox, guard-livereload, chrome browser, and Windows 7 OS. I’m using the following command to login or connect to the vagrant server. $ ssh 127.0.0.1 -p 2222 -i ~/.vagrant.d/in...
How to login to your server using SSH in PuTTY. 15 Apr 2012 | 01:37 pm
PuTTY is a free telnet and open source terminal emulator. I often use PuTTY to connect to my server for some reasons like creating a backup files, running simple scripts, deleting, moving files, and e...
Remove WordPress Header Tags 21 Sep 2011 | 03:12 pm
Add the code below to your [CURRENT_THEME_FOLDER]/function.php file.
WordPress Hack: Malware Scanner 17 Sep 2011 | 05:04 am
This Malware Scanner script scans files and detects for a possible malware codes. This script will return a list of possible infected files. Each file will be labelled with (eval, c99madshell, & long_...
[Solve] WordPress Malware Script Attack Fix 7 Sep 2011 | 11:10 pm
Our server was hacked, and all PHP files were infected. The infected PHP file was injected with a malicious code / malware, see below, the code calls another PHP file and run it’s program. In order, t...
[Solved] Local PHP Date/Time is not working properly 10 Jun 2011 | 10:04 pm
I had a little problem running date(“F j, Y, g:i a”); function, it works fine at the first time but then I notice that it displays different time from my computer. OUTPUT: The correct output is June...