Big Blog

Arts & Culture
Banking
Biological Science
Blog Watch
Celebrities
Computer Games
Computer Security
Cricket
Data Privacy
Developer
Domain Names
E-commerce
Gadgets
General Science
Handhelds
IP & Patents
Java
Linux
Mobile Technology
Movie Reviews
MP3
Nanotech
Online Auctions
Online Legal Issues
Open Source
Personal Finance
Photography
Quirky
Robotics
Search Engines
Space Science
Top Internet
Top Stories
Top Tech
Video Games
Web Developer
Webmaster Tips
XML & Metadata
{Home}



php: search

NEWS: Google introduces Picasa 3 and Picasa Web Albums 3

Fatal error: Uncaught exception 'EDatabaseQueryError' with message 'Table './photographypress/News' is marked as crashed and should be repaired' in /var/www/photographypress.co.uk/include/MySQLDatabase.class.php:248 Stack trace: #0 /var/www/photographypress.co.uk/include/News.class.php(733): MySQLDatabase->query('SELECT News.* F...') #1 /var/www/photographypress.co.uk/include/newsscroller.module.php(35): News->getLatestContent('2008-09-04', '', 20) #2 /var/www/photographypress.co.uk/include/Module.class.php(86): NewsScrollerModule->createContent() #3 /var/www/photographypress.co.uk/include/Module.class.php(57): Module->sync() #4 /var/www/photographypress.co.uk/include/newsscroller.module.php(29): Module->__construct() #5 /var/www/photographypress.

Google introduces Picasa 3 and Picasa Web Albums 3

Fatal error: Uncaught exception 'EDatabaseQueryError' with message 'Table './photographypress/News' is marked as crashed and should be repaired' in /var/www/photographypress.co.uk/include/MySQLDatabase.class.php:248 Stack trace: #0 /var/www/photographypress.co.uk/include/News.class.php(733): MySQLDatabase->query('SELECT News.* F...') #1 /var/www/photographypress.co.uk/include/newsscroller.module.php(35): News->getLatestContent('2008-09-04', '', 20) #2 /var/www/photographypress.co.uk/include/Module.class.php(86): NewsScrollerModule->createContent() #3 /var/www/photographypress.co.uk/include/Module.class.php(57): Module->sync() #4 /var/www/photographypress.co.uk/include/newsscroller.module.php(29): Module->__construct() #5 /var/www/photographypress.

Migrating Class Code for a MIME Email to PHP 5

Welcome to the final installment of the series, “Sending MIME email with PHP.” This series teaches you how to build a highly modular PHP class that can be used to send MIME-compliant email messages in plain text and HTML, while letting you work with file attachments as well. In this article, I'm going to migrate the source code from the previous article to PHP 5, taking full advantage of the new and improved features in the latest version of PHP.

Intro to PHP + Oracle

"PHP also now supports a whole host of object oriented features, if that suits your fancy. You'll find abstract classes for prototyping, use of the final classes to prevent further subclassing. PHP also supports overloading, thus multiple functions with the same name but different parameters, allow the PHP interpreter to choose which function to call at runtime. You'll also find private and protected member variables as well as constructors, and destructors.

Script GUI for PHP

One of the problems with writing PHP scripts on the Windows operating system is that you can't easily execute them in order to do testing. Sure, you could download XAMPP or some another package to run Apache and PHP on your Windows machine, but for some people that's overkill. They just want to write PHP code, plain and simple.

Building Your Own System Tray Application Using PHP-GTK

You have seen how easy it is to write your own desktop applications using PHP-GTK in the article “Building Your Own Desktop Notepad Application Using PHP-GTK.” Once you have learned how to write desktop applications using PHP-GTK, you will be pleased to know that writing system tray applications is just a matter of adding a couple of lines of code. The bulk of your code remains exactly the same!

Zend: PHP set for enterprise growth

PHP (Hypertext Preprocessor) is moving beyond hobbyist and academic realms and into the enterprise, the CEO of Zend Technologies stressed Tuesday during a keynote presentation at the 2008 Zend/PHP Conference (ZendCon) in the US.

Simple PHP Blog 0.5.0 Multiple Remote Vulnerabilities

Simple PHP Blog Simple PHP Blog 0.5

Upcoming PHP 5.3 Beefs up Security

"Probably the simplest and most effective change that will come with PHP 5.3 is a modification to the way that $_REQUEST superglobal variables are handled. After several years of known vulnerability, it seems that the PHP developers are finally addressing one of the most risky elements of the scripting language."

Working with the Active Record Class in Code Igniter

If you’re a PHP developer who’s searching for a third-party framework that lets you build full-blown web applications without having to deal with a long and hard learning curve, then this group of articles might be what you really need. Welcome to the sixth installment of the series entitled “Introducing the Code Igniter PHP Framework.” By using a hands-on approach, this series of articles walks you through the main features that come packaged with this friendly yet powerful development software that lets you quickly build robust PHP applications.

Working with the Email Class in Code Igniter

Unless you’ve already built a PHP toolkit that lets you develop web applications by reusing its components, the best way to create complex PHP programs quickly is by means of a third-party framework, such as Code Igniter (http://codegniter.com). This package will let you build robust object-based PHP applications in literally minutes, thanks to its extremely friendly interface. So, if you’re interested in learning how to put this framework to work for you, start reading this article now!

PHP Networking

PHP has a great many tools for interacting with a network and also with the Internet. In this article we will look at some of those tools and functions to see how we can use them to make our scripts more useful in a network environment. This article is the first of two parts.

Zend adds Flex to PHP for developing rich Web apps

PHP (Hypertext Preprocessor) will be linked with Flex development for rich Web applications under an arrangement being announced Tuesday by Zend Technologies.

PHP web developers and programmers for hire

AHMEDABAD, INDIA: Hidden Brains, an outsourcing company in India allows clients to hire PHP programmer on monthly contract basis as well as on hourly basis based on client requirements. The company provides cost effective IT outsourcing solutions through its offshore development center in Ahmedabad.

PHP, JavaScript, Ruby, Perl, Python, and Tcl Today: The State of the Scripting Universe

Three years ago, Lynn Greiner interviewed the big cheeses responsible for the popular scripting languages PHP, Perl, Tcl, Python, Ruby and JavaScript to find out where the languages were headed. In this follow-up discussion, she asks the dynamic language luminaries what has changed since then.

PHP, JavaScript, Ruby, Perl, Python, and Tcl Today: The State of the Scripting Universe

Three years ago, Lynn Greiner interviewed the big cheeses responsible for the popular scripting languages PHP, Perl, Tcl, Python, Ruby and JavaScript to find out where the languages were headed. In this follow-up discussion, she asks the dynamic language luminaries what has changed since then.

E-Shop Shopping Cart Script 'search_results.php' SQL Injection Vulnerability

E-Php Scripts E-Shop Shopping Cart Script 0

Generate PDF Documents with PHP on the Windows Platform

If you're a PHP programmer who has tried to generate PDF documents on the Windows platform, you may have run into some very irritating issues. This article will discuss those issues, show you how to generate PDF documents that can be viewed on a desktop and through a browser, and help you troubleshoot if you run into problems.

Microsoft supports PHP for developers

In line with its new strategy of greater interoperability, Microsoft's Expression Web development tool now includes support for open source scripting language PHP.

The preg_replace_callback() function in PHP

The preg_replace_callback() function is an under-utilized and little documented PHP function that you will find useful and powerful in many situations, especially if you have been actively using preg_match() and preg_replace(). In this article, you will find a clear explanation of what this function does, together with carefully crafted examples that illustrate some of its uses.

Introduction to the CodeIgniter PHP Framework

In this group of articles, I’ll be taking a close look at the main features bundled with the CodeIgniter PHP framework. With it, you can quickly build small to moderate object-oriented applications. Now, it’s time to begin harnessing the real power of CodeIgniter. Ignite yourself and start reading now!

An easy way of integrating YouTube with PHP

http://www.ibm.com/developerworks/edu/os-dw-os-php-ondemvideo3.html?S_TACT=105AGX59&S_CMP=grsite-lnxw961&ca=dgr-lnxw961PHP-YouTube3

Change Pages.html To Pages.php

Yup, you'll certainly want to set up 301 redirects for the old .html pages pointing to the new .php filenames.

Seven Habits For Writing Secure PHP Applications

"When it comes to security, remember that in addition to actual platform and operating system security issues, you need to ensure that you write your application to be secure. When you write PHP applications, apply these seven habits to make sure your applications are as secure as possible:

Building Your Own Desktop Notepad Application Using PHP-GTK

If you think building a desktop application such as Notepad is difficult, think again. If you use PHP-GTK, it's almost ridiculously easy. This article will show you how. By the time you're done, you'll have a full cross-platform application in about 100 lines.


Search News:


Copyright © 2001-2008 Jonathan Hedley