<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>alt.comp.lang.php Google Group</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php</link>
  <description>Discussion of PHP scripting</description>
  <language>en</language>
  <item>
  <title>Re: explode and offset problem</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aae31a9a935c51cc/b9fe14ad6a962807?show_docid=b9fe14ad6a962807</link>
  <description>
  On Thu, 18 Mar 2010 19:29:47 -0000, &amp;quot;John Swan&amp;quot; &lt;br&gt; Heh, well done for admitting it. Spent a good half hour tracking down &lt;br&gt; a stupid mistake myself today.
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aae31a9a935c51cc/b9fe14ad6a962807?show_docid=b9fe14ad6a962807</guid>
  <author>
  blthe...@ckdog.co.uk
  (Geoff Berrow)
  </author>
  <pubDate>Thu, 18 mrt 2010 20:29:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: MYSQL USER-TABLE. Manage USERS [EXPERT]</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/663edeea8323957f/19566d9165eb269c?show_docid=19566d9165eb269c</link>
  <description>
  .oO(Pseudonyme) &lt;br&gt; This means that you forgot the &#39;;&#39;. The &#39;-&amp;gt;&#39; simply continues the &lt;br&gt; statement on the next line. &lt;br&gt; Also make sure to select the right database &#39;mysql&#39; if you want to &lt;br&gt; access the system tables. &lt;br&gt; Same way. &lt;br&gt; netizen@kira:~$ mysql -V &lt;br&gt; mysql Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (i486) using
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/663edeea8323957f/19566d9165eb269c?show_docid=19566d9165eb269c</guid>
  <author>
  neti...@gmx.de
  (Michael Fesser)
  </author>
  <pubDate>Thu, 18 mrt 2010 19:40:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: explode and offset problem</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aae31a9a935c51cc/46213ae3b7feccdd?show_docid=46213ae3b7feccdd</link>
  <description>
  I found out what it was and to be honest I&#39;m quite embarrassed. &lt;br&gt; Someone suggested that there maybe a blank line on the end of the file which &lt;br&gt; when I checked there was. &lt;br&gt; I then realized that since I opened the file in excel to add a column of &lt;br&gt; data, it replaced all | with tab characters!!!! &lt;br&gt; So, I&#39;ll hold my hand up and say sorry but also thank you.
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aae31a9a935c51cc/46213ae3b7feccdd?show_docid=46213ae3b7feccdd</guid>
  <author>
  j.a.s...@ntlworld.com123
  (John Swan)
  </author>
  <pubDate>Thu, 18 mrt 2010 19:29:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: MYSQL USER-TABLE. Manage USERS [EXPERT]</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/663edeea8323957f/bc26409ed784be71?show_docid=bc26409ed784be71</link>
  <description>
  Thanks Lennart, &lt;br&gt; Thanks Jerry, &lt;br&gt; [root@dedicated ~]# mysql --user=root --password=k5456dxx &lt;br&gt; mysql&amp;gt; show tables like &#39;user%&#39; &lt;br&gt; -&amp;gt; &lt;br&gt; -&amp;gt; &lt;br&gt; -&amp;gt; &lt;br&gt; The result is &lt;br&gt; -&amp;gt; &lt;br&gt; That means result = empty ?? &lt;br&gt; The point is that I don&#39;t want to use LINUX to configuring the mysql &lt;br&gt; users. Also, because I must configure the privilege in a detailed
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/663edeea8323957f/bc26409ed784be71?show_docid=bc26409ed784be71</guid>
  <author>
  normancougl...@gmail.com
  (Pseudonyme)
  </author>
  <pubDate>Thu, 18 mrt 2010 19:21:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: MYSQL USER-TABLE. Manage USERS [EXPERT]</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/663edeea8323957f/bc58002ccbcc3335?show_docid=bc58002ccbcc3335</link>
  <description>
  The standard way to manage users is with the SQL commands such as GRANT &lt;br&gt; and REVOKE, not direct manipulation of the tables.
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/663edeea8323957f/bc58002ccbcc3335?show_docid=bc58002ccbcc3335</guid>
  <author>
  jstuck...@attglobal.net
  (Jerry Stuckle)
  </author>
  <pubDate>Thu, 18 mrt 2010 11:02:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: MYSQL USER-TABLE. Manage USERS [EXPERT]</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/663edeea8323957f/db72d499cfb9d046?show_docid=db72d499cfb9d046</link>
  <description>
  I don&#39;t know about 5.0.x version, but in 5.1.x the mysql database is &lt;br&gt; present. &lt;br&gt; mysql&amp;gt; select @@version; &lt;br&gt; +-----------+ &lt;br&gt; +-----------+ &lt;br&gt; +-----------+ &lt;br&gt; 1 row in set (0.00 sec) &lt;br&gt; mysql&amp;gt; use mysql; &lt;br&gt; Database changed &lt;br&gt; mysql&amp;gt; show tables like &#39;user%&#39; &lt;br&gt; -&amp;gt; ; &lt;br&gt; +-------------------------+ &lt;br&gt; +-------------------------+
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/663edeea8323957f/db72d499cfb9d046?show_docid=db72d499cfb9d046</guid>
  <author>
  erik.lennart.jons...@gmail.com
  (Lennart)
  </author>
  <pubDate>Thu, 18 mrt 2010 18:45:41 UT
</pubDate>
  </item>
  <item>
  <title>MYSQL USER-TABLE. Manage USERS [EXPERT]</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/663edeea8323957f/c0d4f4097f5b782a?show_docid=c0d4f4097f5b782a</link>
  <description>
  Hi All ! &lt;br&gt; We moved from Mysql 3 to Mysql 5. The exact one : 5.0.77. &lt;br&gt; In the past, (4.1.20), we had a database called mysql. In that DB, we &lt;br&gt; could manage the overall properties a the users, and detailed &lt;br&gt; parameters. &lt;br&gt; Now, in the 5.0.77. version, we don&#39;t have that DB anymore ! We knew &lt;br&gt; it, because there is a new fashion in the computer sciences to get rid
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/663edeea8323957f/c0d4f4097f5b782a?show_docid=c0d4f4097f5b782a</guid>
  <author>
  normancougl...@gmail.com
  (Pseudonyme)
  </author>
  <pubDate>Thu, 18 mrt 2010 18:00:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: explode and offset problem</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aae31a9a935c51cc/4c11f18abdff2186?show_docid=4c11f18abdff2186</link>
  <description>
  On Wed, 17 Mar 2010 21:23:12 -0000, &amp;quot;John Swan&amp;quot; &lt;br&gt; What do you get if you run my code snippet?
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aae31a9a935c51cc/4c11f18abdff2186?show_docid=4c11f18abdff2186</guid>
  <author>
  blthe...@ckdog.co.uk
  (Geoff Berrow)
  </author>
  <pubDate>Thu, 18 mrt 2010 00:25:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: explode and offset problem</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aae31a9a935c51cc/61a404f7f4274702?show_docid=61a404f7f4274702</link>
  <description>
  Thank you for the speedy reply and apologies for not putting in the other &lt;br&gt; snippet..... &lt;br&gt; It is: &lt;br&gt; while(!feof($file_view)) &lt;br&gt; { &lt;br&gt; $the_string = fgets($file_view); &lt;br&gt; //debug &lt;br&gt; echo $the_string; &lt;br&gt; $The_comment = explode(&amp;quot;|&amp;quot;, $the_string, -1); &lt;br&gt; $name = $The_comment[0]; &lt;br&gt; $comment = $The_comment[1];
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aae31a9a935c51cc/61a404f7f4274702?show_docid=61a404f7f4274702</guid>
  <author>
  j.a.s...@ntlworld.com123
  (John Swan)
  </author>
  <pubDate>Wed, 17 mrt 2010 21:23:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: explode and offset problem</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aae31a9a935c51cc/6d47059f6c34a12c?show_docid=6d47059f6c34a12c</link>
  <description>
  On Wed, 17 Mar 2010 15:29:08 -0000, &amp;quot;John Swan&amp;quot; &lt;br&gt; Well let&#39;s test it. &lt;br&gt; $the_string=&amp;quot;Geoff | Comments go here | today | ge...@example.com | &lt;br&gt; this element not returned&amp;quot;; &lt;br&gt; $The_comment = explode(&amp;quot;|&amp;quot;, $the_string, -1); &lt;br&gt; echo $name = $The_comment[0]; &lt;br&gt; echo $comment = $The_comment[1]; &lt;br&gt; echo $when = $The_comment[2];
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aae31a9a935c51cc/6d47059f6c34a12c?show_docid=6d47059f6c34a12c</guid>
  <author>
  blthe...@ckdog.co.uk
  (Geoff Berrow)
  </author>
  <pubDate>Wed, 17 mrt 2010 16:42:34 UT
</pubDate>
  </item>
  <item>
  <title>explode and offset problem</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aae31a9a935c51cc/418d19e53b6d9477?show_docid=418d19e53b6d9477</link>
  <description>
  Hello all. &lt;br&gt; Essentially, I am recieving an &lt;br&gt; Notice: Undefined offset: 0 &lt;br&gt; Notice: Undefined offset: 1 &lt;br&gt; Notice: Undefined offset: 2 &lt;br&gt; Notice: Undefined offset: 3 &lt;br&gt; which is referring to the code below. &lt;br&gt; $The_comment = explode(&amp;quot;|&amp;quot;, $the_string, -1); &lt;br&gt; $name = $The_comment[0]; &lt;br&gt; $comment = $The_comment[1]; &lt;br&gt; $when = $The_comment[2];
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aae31a9a935c51cc/418d19e53b6d9477?show_docid=418d19e53b6d9477</guid>
  <author>
  j.a.s...@ntlworld.com123
  (John Swan)
  </author>
  <pubDate>Wed, 17 mrt 2010 15:29:08 UT
</pubDate>
  </item>
  <item>
  <title>MVC example</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/1874b293b6ee59e7/87c5546b12398c33?show_docid=87c5546b12398c33</link>
  <description>
  Hi! I&#39;m looking for an example of script with: autenthication, grid view &lt;br&gt; and insert records using MVC + Zend. I&#39;ve made many search on google but &lt;br&gt; I&#39;ve not found examples :-(((( &lt;br&gt; Can you help me? &lt;br&gt; Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/1874b293b6ee59e7/87c5546b12398c33?show_docid=87c5546b12398c33</guid>
  <author>
  sa...@libero.it
  (sarah)
  </author>
  <pubDate>Thu, 11 mrt 2010 15:06:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: DOM problem</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/746404da73dd397f/ed109029a7794435?show_docid=ed109029a7794435</link>
  <description>
  For those who really wants the answer to this question i happily found it &lt;br&gt; myself and i like to share it with others. So here it is my working example: &lt;br&gt; &amp;lt;?php &lt;br&gt; // function which is supposed to produce xml node &lt;br&gt; function getBook() { &lt;br&gt; // create domdocument in local scope of the function &lt;br&gt; $dom = new DOMDocument;
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/746404da73dd397f/ed109029a7794435?show_docid=ed109029a7794435</guid>
  <author>
  afraidofs...@sorry.com
  (MaMo)
  </author>
  <pubDate>Thu, 11 mrt 2010 10:24:52 UT
</pubDate>
  </item>
  <item>
  <title>PHP exec cmd dir</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aead0dd09511c194/c2007ad3285f9346?show_docid=c2007ad3285f9346</link>
  <description>
  Can anyone help me? &lt;br&gt; Using exec(&amp;quot;cmd /u /c dir /B /S /O:N &amp;gt; $outpufile&amp;quot;,$directory) the &lt;br&gt; function fopen will not read the UTF $outpufile. Possible is this file &lt;br&gt; of directories and sundirectories is unicode UTF-16LE and cannot be read &lt;br&gt; ( Characters like Greek characters are visible as � � � � � � ) by PHP
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/aead0dd09511c194/c2007ad3285f9346?show_docid=c2007ad3285f9346</guid>
  <author>
  n...@geen.com
  (draw)
  </author>
  <pubDate>Tue, 09 mrt 2010 12:23:59 UT
</pubDate>
  </item>
  <item>
  <title>automatic login to different websites</title>
  <link>http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/83cdb9f9815e0f8d/b09cebcc556b9499?show_docid=b09cebcc556b9499</link>
  <description>
  Hi All, &lt;br&gt; I have roundcube webmail,phpBB forum &amp;amp; wiki hosted on one machine. &lt;br&gt; All of the above authenticate against LDAP using same username and &lt;br&gt; password. &lt;br&gt; I want to group all the 3 services in drupal in order to make a &lt;br&gt; portal. &lt;br&gt; The problem is once i will log into drupal i have to log into each of &lt;br&gt; the services(mail,forum,wiki)
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/alt.comp.lang.php/browse_thread/thread/83cdb9f9815e0f8d/b09cebcc556b9499?show_docid=b09cebcc556b9499</guid>
  <author>
  vksc...@gmail.com
  (coolatt)
  </author>
  <pubDate>Tue, 09 mrt 2010 07:26:19 UT
</pubDate>
  </item>
  </channel>
</rss>
