Quantcast
Channel: Programming – All things technology
Browsing latest articles
Browse All 14 View Live

PHP database logging

In order to make database logging in php we should first create a table with 2 fields: the message that we log and the date that the log was made. After creating the database we should create a php...

View Article



Create a PHP file log

Writing a file log on disk with php it’s pretty straigt forward. Here is a simple php class that can help you log to a file. The class is logging on the directory where the script exists. You can also...

View Article

Creating a PHP rss feed parser class

If you thought how to build rss feed parser you should think first think about what php xml parse you should use. If we examine the parser that we have built in then you will find expat, simple xml and...

View Article
Browsing latest articles
Browse All 14 View Live




Latest Images