php-general Digest 14 Dec 2008 18:32:20 -0000 Issue 5845
Topics (messages 284599 through 284604):
Re: Chrome 1.0 released
284599 by: tedd
284600 by: tedd
284601 by: Richard Heyes
Re: apache and PHP / Eclipse
284602 by: Nathan Rixham
284603 by: Nathan Rixham
Re: [PHP-INSTALL] PHP on Windows without Apache
284604 by: Daniel Brown
Administrivia:
To subscribe to the digest, e-mail:
[email protected]
To unsubscribe from the digest, e-mail:
[email protected]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
At 8:28 PM +0000 12/13/08, Richard Heyes wrote:
> I did catch that. But you mentioned that it shouldn't be used on the
internet because of that limitation, and my argument is that one
browser that is _known_ problematic should not be cause to eliminate a
feature for everyone else.
That's a nice thought, but not feasible in reality.
--
Richard Heyes
Richard:
IE's popularity is dropping. I know it depends upon what site you
test, but I like this set of stats:
http://www.w3schools.com/browsers/browsers_stats.asp
You see here that IE6 and IE7 together hold less than 50 percent.
As I posted some time ago, I have one site where in the last two
years it has had over 50,000 unique visitors with less than 200 using
any version of IE.
So, not doing something because IE does play well isn't as strong an
argument as it was -- and that argument is growing weaker every month.
Oddly enough, it looks like the world is winning and I for one
couldn't be happier.
Cheers,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--- End Message ---
--- Begin Message ---
At 3:08 PM -0800 12/13/08, Yeti wrote:
I have to defend poor little IE a little now. It supports XHTML and
CSS2 pretty well so far. And those standards came out a couple of
months ago.
Even a blind pig finds an acorn every once in a while.
Cheers,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--- End Message ---
--- Begin Message ---
> ...
I tend to use this:
http://www.upsdell.com/BrowserNews/stat.htm
Source 5, because that is most similar to thecounter.com was before it
went haywire.
--
Richard Heyes
HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.rgraph.org (Updated December 5th)
--- End Message ---
--- Begin Message ---
Eduardo Vizcarra wrote:
I am having a hard time trying to get some pages work. I have PHP 5.2.8,
Apache 2.2 and MySQL 5.1 running in a Windows Vista home edition. All
packages were installed, and configured, the strange thing is that pages
commonly work but when I add a new line (e.g. an echo line) with a dummy
text, Apache crashes and it is restarted
I am using Eclipese europa to create the code
e.g. I have this code and the page works:
include 'upper_pagina.php';
include 'forma.php';
$link = mysql_connect("127.0.0.1","root","root");
if (!$link)
{
echo "<table width='100%' border='0' cellspacing='0' cellpadding='5'
bordercolor='FFFFFF'>\n";
echo "<tr>\n";
echo "<td bgcolor='FF9327'>\n";
echo "<b>La Base de datos no esta disponible en este momento.<BR>";
echo "Disculpe las molestias, intente mas tarde</b>";
echo "</td>\n";
echo "</tr>\n";
echo "</table>\n";
}
mysql_select_db("estoydevacacionesdb") or die("No pudo seleccionarse la
BD.");
$busquedasql1 = "select * from servicios";
include 'bottom_pagina.php';
but if I add a new line ($servicios1 = mysql_query($busquedasql1);)
before the last include line, apache crashes, it has been very hard for
me to identify what it is causing this problem
any clue ?
Regards
Eduardo
check the apache error logs; however check you don't have the postgres
and threads modules enabled in you're php.ini
regards!
--- End Message ---
--- Begin Message ---
Eduardo Vizcarra wrote:
I am having a hard time trying to get some pages work. I have PHP 5.2.8,
Apache 2.2 and MySQL 5.1 running in a Windows Vista home edition. All
packages were installed, and configured, the strange thing is that pages
commonly work but when I add a new line (e.g. an echo line) with a dummy
text, Apache crashes and it is restarted
I am using Eclipese europa to create the code
e.g. I have this code and the page works:
include 'upper_pagina.php';
include 'forma.php';
$link = mysql_connect("127.0.0.1","root","root");
if (!$link)
{
echo "<table width='100%' border='0' cellspacing='0' cellpadding='5'
bordercolor='FFFFFF'>\n";
echo "<tr>\n";
echo "<td bgcolor='FF9327'>\n";
echo "<b>La Base de datos no esta disponible en este momento.<BR>";
echo "Disculpe las molestias, intente mas tarde</b>";
echo "</td>\n";
echo "</tr>\n";
echo "</table>\n";
}
mysql_select_db("estoydevacacionesdb") or die("No pudo seleccionarse la
BD.");
$busquedasql1 = "select * from servicios";
include 'bottom_pagina.php';
but if I add a new line ($servicios1 = mysql_query($busquedasql1);)
before the last include line, apache crashes, it has been very hard for
me to identify what it is causing this problem
any clue ?
Regards
Eduardo
also.. you may find it worth while to upgrade to the PDT 2.0 version of
eclipse which uses ganymede and comes with the zend debugger, allowing
you to test and debug you're code in eclipse.
http://www.zend.com/en/community/pdt
--- End Message ---
--- Begin Message ---
On Sun, Dec 14, 2008 at 13:19, Jeffery Harris
<[email protected]> wrote:
> Thanks Daniel. Any recommendations on a good php learning book.
My pleasure, Jeff.
I've honestly never read any of the PHP books out there, so I
wouldn't be able to give you a definite recommendation on that. What
I *will* highly recommend, though, is subscribing to the PHP General
mailing list. You'll not only get a lot of good information and
insight from that list, but it's a decent, friendly group of
highly-skilled people there, too.
When you subscribe to the list, your introductory post could be
asking about a good PHP book, and I'll bet that you get some good
answers.
--
</Daniel P. Brown>
http://www.parasane.net/
[email protected] || [email protected]
50% Off Hosting! http://www.pilotpig.net/specials.php
--- End Message ---