[CaRP] Can't open cache file.

About PHP / MySQL
Get the latest headlines from the About.com PHP / MySQL GuideSite.
Rounding Numbers
5 Jul 2007 at 4:34am
Sometimes when you write a script you need to work in whole numbers. You can not, for example, have 3.5784 hats in your inventory. This number would need...
Blank White Pages?
2 Jul 2007 at 6:14am
Sometimes when you make a mistake in PHP, you end up loading what appears to be a blank white page. Often it is hard to isolate what went wrong,...
MySQL_Close PHP Fucntion
27 Jun 2007 at 5:40am
Although most people know how to open a connection to MySQL from PHP, some people are unaware there is also a function to close the connection. This is usually...
Connect to MySQL from PHP
25 Jun 2007 at 4:31am
In order to interact with MySQL data on your PHP website, you must first connect to the database. This can be done using the mysql_connect() function. Once connected...
Absolute Value
21 Jun 2007 at 6:22am
The absolute value of a number is the distance a number is from zero, and is always a positive number. So the absolute value of 6 is 6, and...
Upgrading WordPress
18 Jun 2007 at 4:15am
If you've looked into upgrading WordPress but found the directions a little... overwhelming... you aren't alone. Our simple tutorial shows you how to do it, it's really not that...
The Three Most Basic Regular Expressions
12 Jun 2007 at 9:44am
The three most basic regular expressions are:
"^Abc" which searches for something at the beginning of the string
"Abc$" which searches for something at the end of a string
"Abc"...
Variables in PHP
11 Jun 2007 at 4:34am
All variables in PHP start with a $
Variables must start with a letter (not a number or _underscore)
Variable contents can be any length
Variables are CaSe SeNsaTivE. $Test is not...
FTP
8 Jun 2007 at 3:42am
One way to get your PHP documents from your computer to your web server is to send them via an FTP Program. When you use FTP to connect to...
What is PHP and MySQL?
7 Jun 2007 at 4:03am
PHP and MySQL combine to be an easy yet powerful way to create dynamic web pages that actually interact with your visitors. HTML can create useful and well formatted web...
Newsfeed display by CaRP
 Best Selling PHP-related books from 
[CaRP] Can't open cache file.
Pro Drupal Development
Amazon Price: $29.69
Customer Review: Pro Drupal Development is a very good book that gives a lot of insights on how to do things with drupal - not as a portal administrator or webmaster but as a module/theme developer who wishes to customize his/her drupal website to his/her own needs. ...
Beginning PHP and MySQL 5: From Novice to Professional, Second Edition
Amazon Price: $29.69
Customer Review: this guide speaks in laymens terms and teached using simple examples. I would recomend this book for grandmothers and professional web admins collections
Mastering Regular Expressions
Amazon Price: $29.69
Customer Review: Are you a programmer working on text-related tasks? If you are, then this book is for you. Author Jeffrey Friedl, has done an outstanding job of writing a cool book that will interest anyone who has an opportunity to use regular expressions.
<...
PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (2nd Edition) (Vis...
Amazon Price: $23.09
Customer Review: We had to hire a programmer to construct a MySql database and construct the PHP code to complete the site project. Time was critical.
After the job was done, however, I had the time to teach myself the basics of MySql, especially, and enough P...
Programming PHP
Amazon Price: $26.39
Customer Review: I used this book at work, and wasn't impressed.
Now, maybe it's the language itself that lacks consistency and isn't all that interesting, I don't know.
I wasn't as much exceited reading the book as I was when I read, for example, ...
|