<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Core PHP Programming</title>
	<atom:link href="http://www.leonatkinson.com/writing/core-php-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leonatkinson.com</link>
	<description>There is no duty that is not accepted.</description>
	<lastBuildDate>Mon, 15 Feb 2010 03:13:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Leon</title>
		<link>http://www.leonatkinson.com/writing/core-php-programming/comment-page-1/#comment-43530</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Thu, 13 Dec 2007 15:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://home.leonatkinson.com/wordpress/?p=23#comment-43530</guid>
		<description>Aahmed: I wrote the book in advance of PHP 5 being final. There were namespaces in the betas of PHP 5, but they were removed a few weeks before the book was published. There was no opportunity to fix the chapter. I did note this in preface, but it&#039;s easy to miss.</description>
		<content:encoded><![CDATA[<p>Aahmed: I wrote the book in advance of PHP 5 being final. There were namespaces in the betas of PHP 5, but they were removed a few weeks before the book was published. There was no opportunity to fix the chapter. I did note this in preface, but it&#8217;s easy to miss.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aahmed</title>
		<link>http://www.leonatkinson.com/writing/core-php-programming/comment-page-1/#comment-43465</link>
		<dc:creator>aahmed</dc:creator>
		<pubDate>Wed, 12 Dec 2007 20:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://home.leonatkinson.com/wordpress/?p=23#comment-43465</guid>
		<description>namespace?? in section 6.14 you talked about namespace in php5... where is that coming from? I tried several times running php script with namespace... it returns error.  i couldn&#039;t find any reference that php5 has name space... what am i doing wrong???</description>
		<content:encoded><![CDATA[<p>namespace?? in section 6.14 you talked about namespace in php5&#8230; where is that coming from? I tried several times running php script with namespace&#8230; it returns error.  i couldn&#8217;t find any reference that php5 has name space&#8230; what am i doing wrong???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean Pierre Daviau</title>
		<link>http://www.leonatkinson.com/writing/core-php-programming/comment-page-1/#comment-27114</link>
		<dc:creator>Jean Pierre Daviau</dc:creator>
		<pubDate>Wed, 25 Jul 2007 21:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://home.leonatkinson.com/wordpress/?p=23#comment-27114</guid>
		<description>Hi,
It is about listing 24-6 in CorePhp3edition.
It sends an empty file.

Thank.

JPDaviau</description>
		<content:encoded><![CDATA[<p>Hi,<br />
It is about listing 24-6 in CorePhp3edition.<br />
It sends an empty file.</p>
<p>Thank.</p>
<p>JPDaviau</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://www.leonatkinson.com/writing/core-php-programming/comment-page-1/#comment-10218</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Sat, 24 Feb 2007 17:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://home.leonatkinson.com/wordpress/?p=23#comment-10218</guid>
		<description>Terry: I can&#039;t think of an easy, simple way to do what you&#039;re asking.  Someone may have written functions that take arrays and turn them into images using the GD library.  Or you might find a command-line utility that renders HTML into images that you could shell out to from PHP.</description>
		<content:encoded><![CDATA[<p>Terry: I can&#8217;t think of an easy, simple way to do what you&#8217;re asking.  Someone may have written functions that take arrays and turn them into images using the GD library.  Or you might find a command-line utility that renders HTML into images that you could shell out to from PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry Todd</title>
		<link>http://www.leonatkinson.com/writing/core-php-programming/comment-page-1/#comment-10215</link>
		<dc:creator>Terry Todd</dc:creator>
		<pubDate>Sat, 24 Feb 2007 17:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://home.leonatkinson.com/wordpress/?p=23#comment-10215</guid>
		<description>I looked through the book for an example of what I want to do but could not find it.  I would like to be able to display a large table generated from mysql
and php as an image of what would be normally displayed by the html
that php generates.  Is there an easy way to do this?  I am using the html
table function to create a large table with a border.  I want the png or
jpg image to look the same as the html table.</description>
		<content:encoded><![CDATA[<p>I looked through the book for an example of what I want to do but could not find it.  I would like to be able to display a large table generated from mysql<br />
and php as an image of what would be normally displayed by the html<br />
that php generates.  Is there an easy way to do this?  I am using the html<br />
table function to create a large table with a border.  I want the png or<br />
jpg image to look the same as the html table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://www.leonatkinson.com/writing/core-php-programming/comment-page-1/#comment-31</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Sun, 23 Oct 2005 19:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://home.leonatkinson.com/wordpress/?p=23#comment-31</guid>
		<description>Zulfiqar:  your function is missing something that my example has, namely a check that the variable (count) is set.  If you try to increment a variable that doesn&#039;t exists, whether it&#039;s PHP 4 or PHP 5, you should expect to get an error message.</description>
		<content:encoded><![CDATA[<p>Zulfiqar:  your function is missing something that my example has, namely a check that the variable (count) is set.  If you try to increment a variable that doesn&#8217;t exists, whether it&#8217;s PHP 4 or PHP 5, you should expect to get an error message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zulfiqar Ali</title>
		<link>http://www.leonatkinson.com/writing/core-php-programming/comment-page-1/#comment-14</link>
		<dc:creator>Zulfiqar Ali</dc:creator>
		<pubDate>Thu, 15 Sep 2005 17:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://home.leonatkinson.com/wordpress/?p=23#comment-14</guid>
		<description>Dear sir,
               In Core PHP 5 book, the example in Arguments Section, Where default Arguments Section with reference variable is not working..... 

&amp;$count=NULL   

is giving error....

any solution...

i have installed php 4 version</description>
		<content:encoded><![CDATA[<p>Dear sir,<br />
               In Core PHP 5 book, the example in Arguments Section, Where default Arguments Section with reference variable is not working&#8230;.. </p>
<p>&amp;$count=NULL   </p>
<p>is giving error&#8230;.</p>
<p>any solution&#8230;</p>
<p>i have installed php 4 version</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zulfiqar Ali Talpur</title>
		<link>http://www.leonatkinson.com/writing/core-php-programming/comment-page-1/#comment-12</link>
		<dc:creator>Zulfiqar Ali Talpur</dc:creator>
		<pubDate>Tue, 13 Sep 2005 21:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://home.leonatkinson.com/wordpress/?p=23#comment-12</guid>
		<description>here is my function...sorry about above mistake...
&quot;function xyz(&amp;$count)
{
	$count++;
}
$c =0 ;
xyz($c);
print($c);

//output is 1&quot;</description>
		<content:encoded><![CDATA[<p>here is my function&#8230;sorry about above mistake&#8230;<br />
&#8220;function xyz(&amp;$count)<br />
{<br />
	$count++;<br />
}<br />
$c =0 ;<br />
xyz($c);<br />
print($c);</p>
<p>//output is 1&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zulfiqar Ali Talpur</title>
		<link>http://www.leonatkinson.com/writing/core-php-programming/comment-page-1/#comment-11</link>
		<dc:creator>Zulfiqar Ali Talpur</dc:creator>
		<pubDate>Tue, 13 Sep 2005 21:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://home.leonatkinson.com/wordpress/?p=23#comment-11</guid>
		<description>Dear Leon,
               I just started reading your PHP 5 Core Programming book, I found it usefull for me... but as well as i am at the starting..i found some bugs in your coding and one error in programming... following are the details..

1. Mis-printing (may be in my side...)
on page number 87, you have defined three functions, which are:
1. func_get_arg
2. func_get_args
3. func_num_args
it is written further that you will find these in Chapter 8, but these functions are not available in Chapter 8, but instead, these are available in Chapter 11 on page number 412-414.


2. Error in programming...(function is not working)
following function which is on page number 86, listing 4.8  is given error... 
-------------------------------------------------------------
function printColor($text, $color=&quot;black&quot;, &amp;$count=NULL)
-------------------------------------------------------------
Error is:
&quot;Parse error: parse error, unexpected &#039;=&#039;, expecting &#039;)&#039; in C:\FoxServ\www\arg2.php on line 2&quot;

But regarding to this i mean referencing variable, i wrote my own little function with one arguments...(variable reference)
following is an example:

this one is working when $count=0, but not working with &amp;$count=NULL OR &amp;$count=0, giving me same error as i mentioned above...

please inform me about that...
I will be very thankfull to you...

thinking you...</description>
		<content:encoded><![CDATA[<p>Dear Leon,<br />
               I just started reading your PHP 5 Core Programming book, I found it usefull for me&#8230; but as well as i am at the starting..i found some bugs in your coding and one error in programming&#8230; following are the details..</p>
<p>1. Mis-printing (may be in my side&#8230;)<br />
on page number 87, you have defined three functions, which are:<br />
1. func_get_arg<br />
2. func_get_args<br />
3. func_num_args<br />
it is written further that you will find these in Chapter 8, but these functions are not available in Chapter 8, but instead, these are available in Chapter 11 on page number 412-414.</p>
<p>2. Error in programming&#8230;(function is not working)<br />
following function which is on page number 86, listing 4.8  is given error&#8230;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
function printColor($text, $color=&#8221;black&#8221;, &amp;$count=NULL)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Error is:<br />
&#8220;Parse error: parse error, unexpected &#8216;=&#8217;, expecting &#8216;)&#8217; in C:\FoxServ\www\arg2.php on line 2&#8243;</p>
<p>But regarding to this i mean referencing variable, i wrote my own little function with one arguments&#8230;(variable reference)<br />
following is an example:</p>
<p>this one is working when $count=0, but not working with &amp;$count=NULL OR &amp;$count=0, giving me same error as i mentioned above&#8230;</p>
<p>please inform me about that&#8230;<br />
I will be very thankfull to you&#8230;</p>
<p>thinking you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cl</title>
		<link>http://www.leonatkinson.com/writing/core-php-programming/comment-page-1/#comment-9</link>
		<dc:creator>cl</dc:creator>
		<pubDate>Fri, 19 Aug 2005 07:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://home.leonatkinson.com/wordpress/?p=23#comment-9</guid>
		<description>Great book. Thank you!</description>
		<content:encoded><![CDATA[<p>Great book. Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
