Quantcast
Channel: PHP Archives - mypapit gnu/linux
Browsing latest articles
Browse All 16 View Live

PHP – Generate PDF on-the-fly with FPDF

Do you want to create PDF documents online for your commercial software? Now you can do it with FPDF class library. FPDF is a PHP class which allows to generate PDF files with pure PHP without...

View Article



Using Feedcreator to generate ATOM 1.0 feeds

I’m going give out a tip on using feedcreator class library to ease up generating syndication feeds for your web project. As you might know, there are different kind of syndication format out there...

View Article

sphpblog – php blog scripts with text storage

blog, blogging, sphpblog, php, open source, free software, gnu/gpl One of my friends is using sphpblog as his blogging platform which makes me curious to try it out myself. Simple PHP Blog script is a...

View Article

libcurlemu – a pure PHP curl implementation (libcurl emulator)

Have you came across a situation where you need to use php libcurl extension and it was not enabled on your webserver? Then, try libcurlemu, apure-PHP implementation to PHP cURL. It emulates all of the...

View Article

Image may be NSFW.
Clik here to view.

Debian GNU/Linux Hands On Guide and Tutorial

After surfing for leisure last evening, I found a nice and comprehensive guide written for Debian GNU/Linux users. I guess Debian GNU/Linux beginner and GNU/Linux newbies will find this guide, Hands-on...

View Article


owasp php filters – help sanitize php variables

Internet is full of spam bots, autosubmitters, malicious users and worms that can compromise the security of your website at any given time, therefore you should be suspicious of any data you receive...

View Article

RFC 2822 Email Validator in PHP

Here’s regex pattern that checks for email validity that conforms to RFC 2822 specs : regex.txt This may be useful for you if you’re writing a robust email validation class/function in PHP, that checks...

View Article

Image may be NSFW.
Clik here to view.

I’m selling Webbots, Spiders, and Screen Scrapers Book

Hi there, I’d like to announce here that I’m offering to sell Webbots, Spiders, and Screen Scrapers : A Guide to Developing Internet Agents with Php/cURL for a heavily discounted price to Malaysian....

View Article


Image may be NSFW.
Clik here to view.

HP Officejet 5680 – How to Send Fax from Ubuntu Linux Computer

This serves as a continuity from my previous post, I got myself a new and flexible Printer – HP Officejet 5680 All in One. HP Officejet All-in-One Under Ubuntu Its all seems rather easy at the way I...

View Article


How to find cause of heavy usage on your Apache webserver

Here’s a quick and dirty tips on how to find cause of heavy CPU resources usage on your Apache webserver (especially when running php scripts). First you need to locate the Apache 2 “access.log” file....

View Article

5 things that I look for when getting PHP / MySQL Web Hosting

1. SSH Access Ftp access is not enough anymore as it is insecure (password is being transfered in plaintext). Besides, SSH access enables me to download updates and patch and updates directly inside...

View Article

Image may be NSFW.
Clik here to view.

My wishlist: PHP Development in the Cloud

I’m not a PHP developer by profession, nor I’m very good at it, there are times where I was required to write PHP web application for my daytime job. While it is still a simple application,...

View Article

Securing Ajax and Web Services

It is undeniable that Web services and AJAX-ified interfaces are the trend now. Application that utilizes internet to retrieve data (such as mobile application or other thin client) uses web services...

View Article


Image may be NSFW.
Clik here to view.

How to convert between sqlite2 and sqlite3 database

Here’s a short guide on how to convert between sqlite2 to sqlite3 database file: sqlite2 /path/to/mysqlite2.db .dump > backupfile sqlite3 /path/to/mynewsqlite3.db < backupfile Using the same...

View Article

Image may be NSFW.
Clik here to view.

This blog now runs on PHP 7!

Hi all, I’m proud to announce to all the after several tinkering, this blog now runs on PHP 7 ! PHP 7 is the latest iteration of the popular general-purpose scripting language that is suited to web...

View Article


How to convert Microsoft Office *.docx files to PDF using Linux in command-line

Here’s how to convert Microsoft Office *.docx files to PDF using Linux in Command Line. This trick can also be used together with other documents files supported by LibreOffice First make sure you’ve...

View Article
Browsing latest articles
Browse All 16 View Live


Latest Images