PHP is a computer scripting language originally designed for producing dynamic web pages. The name PHP is a recursive acronym for PHP: Hypertext Preprocessor.PHP is used mainly in server-side scriptin... More
PHP 5.3.0 released. New features include namespaces, closures, optional garbage collection for cyclic references, new extensions, and there are many bug fixes.
Red Hat seeks to certify the cloud--Q&A. Mike Evans, Red Hat's vice president of Corporate Development, on the company's cloud strategy.
KDE's Aaron Seigo gives sneak peek at version 4.3. Here's a screencast on the upcoming release.
Will Stallman C# warning fall flat? Richard Stallman of the Free Software Foundation says C# and Mono are a Microsoft conspiracy.
Building a Linux App Store: Can You Help? Isn't there room for one?
Secret EU open source migration study leaked. A hush-hush study from the EU Council has made it into the wild.
8 cool tricks to make the most of Google Chrome. Coax it to use less memory and become a wizard with tabs.
Microsoft debuts open source PHP for Azure, IE8. The company has a new Software Developer Kit (SDK) for PHP on Microsoft's cloud services platform Windows Azure.
Can the enterprise open source strategy work? In associating with Red Hat, Ingres grabs a lifeline into the larger enterprise customer space.
aTunes is an unsung cross-platform audio player and manager. It makes it easy to organize music, rip audio CDs, and more.
The perfect desktop - Ubuntu Studio 9.04. This tutorial shows you how to set up Ubuntu Studio with a slew of open source applications, for a full replacement of a Windows desktop.
Moonlight assumes subordinate position for Microsoft Silverlight. How should open source feel about the release of a new Microsoft Silverlight Linux port implementation?
Open source working as advertised: ICINGA forks Nagios. ICINGA is an offshoot of the popular network monitoring application.
PHP speeds to the cloud With Zend Framework 1.8. Developers will have new ways to connect their applications to the cloud.
Red Hat answers everybody on patents. In a brief filed with the European Patent Office, the company argues that patents hinder software innovation and should be limited in Europe.
I'm Using (XAMPP)PHP in windows .
I'm a student and doing project,
In my project I want to send and receive SMS via GSM phone to System?
How can I use this GSM LIB?
Shall I change any settings?
dear sir,
i want to learn php language and give me some study matarial into my email account.i need some project work.
thank you
Hello friends,
I am developing one site using PHP, Mysql, JavaScript & Smarty.
site is working fine on windows server but when i change the server windows to linux then i have got the problem of case-sensitivity with Smarty....as smarty is Case Sensitive
now my question is there any idea to have Case Insensitive Smarty?
or any idea how to remove Case insensitivity in linux?
Dear All,
I am a JSP programmer, trying to get my first PHP app running.
How do I redirect from one php to another. Or, whats the equivalent of Request.Redirect ? I tried Location("index.php") and it gave me the usual "Headers have already been sent" error.
Regards,
Kecheri
I am about to write some code to process RSS feeds. However, I am finding that I have to special case for the several different types of RSS standards that our there (Atom 1.0, RSS 1.0, RSS 2.0, etc.). There are some libraries out there, and I was wondering what people had to say about which ones might make sense. I'm open to writing this in Python, Java, PHP or Ruby.