Categories
-
Recent Posts
Like us on Facebook
Tags
absolute position action add_action add_management_page add_media_page add_options_page ajax app attachments authentication token ban ip block ip button controller email facebook facebook permissions facebook status gmp gradient ip javascript js json jsonp mail mod_php mvc php php rsa encryption and decryption plugin post to wall rsa rsa decryption rsa encryption save file sdk sencha touch suPHP twitter twitter status update twitter php view wordpress wordpress pluginArchives
Meta
Category Archives: PHP
Force file download using php
If you want to provide the ability to download some content (like a text from the database) or to be sure that the browser won’t open a file you gave a like to instead of downloading it here are the …
Share this:
Tagged download, force download, php
Generate gradient image with php
There are a lot of nice effects you can get using php’s gd library. The one I decided to show now is a very simple way to render an image with a gradient between any two colors. You will be …
Share this:
Send email with attachments using php
Most people know about php’s mail function. Even if it’s not the only way to send emails it is very used because of its simplicity. One thing that is not very often found in tutorials but is very useful might …
Share this:
Tagged attachments, email, mail, php
PHP RSA encryption and decryption
In this post I will give you a simple example of RSA encryption and decryption using php. I guess that if you searched for this you already know what RSA is. If you don’t there’s a great article on it …
Share this:
Update twitter status using php
After my first post about posting on facebook wall had some feedback I decided to create another tutorial for twitter since the system is very similar. Twitter also uses oauth, so you will need to ask for the user’s permission …
Share this:
Tagged php, twitter, twitter status, update twitter php

