Horizontal drop down menu in several levels – or as we “drop down menu multilevel horisontal” is a common element of the website. When you first decide to locate in our code seems to be a very simple task, a few lines of html, css and a pair of nearly! Read more about Multilevel drop down menu horisontal with CSS/JS/HTML …
Latest Topics
PHP & CURL: step by step
After you read this article: Getting data without risking death with PHP, CURL, you’ve seen the power of CURL. I’ll write more about CURL to…
Page generated in seconds x.xxxx
You’ve probably noticed at some sites a little message, mainly in the page footer, type ‘ Page generated in 0th seconds …. ‘or something similar. Here you can learn how to easily make using PHP microtime() function Read more about Page generated in seconds x.xxxx …
PHP: Methods to encrypt and decrypt with private key (part 3)
Please read PHP: Methods to encrypt and decrypt with private key (part 1) PHP: Methods to encrypt and decrypt with private key (part 2) Method…
CURL cookie.txt file format
CURL autogenerate file cookie.txt: # Netscape HTTP Cookie File # http://curl.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. www.filefactory.com FALSE…
PHP: Methods to encrypt and decrypt with private key (part 2)
Please read PHP: Methods to encrypt and decrypt with private key (part 1) Method 2: use arcfour algorithm Example usage: result: It isn’t a nice…
PHP: Methods to encrypt and decrypt with private key (part 1)
There are some methods to encrypt your data with a private key. Method 1: Note: your private key must have string length greater than 8.…
Create a Search Box using CSS/HTML
Nowadays, most websites come with a search box to improve surfing experience. To make your website looks good, beside having a nice looking theme, you would need a fancy search box to replace the classic ones. Read more about Create a Search Box using CSS/HTML …
PHP: Using SOCKS4 with SSL connection
Please read first: PHP SOCKS4 Interface Try to grab data from a HTTPS page like: https://www.google.com we get a empty string string(0) “” or an…
PHP SOCKS4 Interface
SOCKS was originally developed by David Koblas and subsequently modified and extended by me to its current running version — version 4. It is a…