<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>PHP Developers's topics - tribe.net</title>
    <link>http://php.tribe.net/threads/rss</link>
    <description>Tribe.net. Local Connections</description>
    <item>
      <title>using dreamweavers PHP</title>
      <link>http://php.tribe.net/thread/202db5b4-6f0a-46f7-8104-2729b8103fe4</link>
      <description>&lt;div&gt;any drawbacks to using PHP code made by dreamweaver?  anything I should know about, matter of fact anything in general I should know about dreamweaver when it comes to building a site that works and is reliable, etc.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 30 Jul 2008 18:54:03 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/202db5b4-6f0a-46f7-8104-2729b8103fe4</guid>
      <dc:creator>Jivatma</dc:creator>
      <dc:date>2008-07-30T18:54:03Z</dc:date>
    </item>
    <item>
      <title>Another question about formatting date &amp;amp; time</title>
      <link>http://php.tribe.net/thread/26b6f709-dfaa-4851-af62-6797587e0e38</link>
      <description>&lt;div&gt;Hey all~
&lt;br/&gt;
&lt;br/&gt;Recently I set up a simple database for a "News and Updates" page. Basically it's just a comment field that is stored with a current timestamp. It's almost the way I want it but I'm having trouble getting the date to display correctly. I thought that I could assign the timestamp to a variable and use strftime() to format. Unfortunately that bit, the third line, is formatted how I want but it seems to see a zero date.
&lt;br/&gt;
&lt;br/&gt;Any thoughts on how to get this to work
&lt;br/&gt;
&lt;br/&gt;SMSapphire
&lt;br/&gt;
&lt;br/&gt;Here is how the dates for the first three entries look:
&lt;br/&gt;---------------------------------------------------------------------------------------------------------------------------------------------------------------
&lt;br/&gt;Date: 2008-05-10 02:21:02
&lt;br/&gt;$time_format= 2008-05-10 02:21:02
&lt;br/&gt;Fixed Date: Wed, 31 Dec, 1969 06:33PM
&lt;br/&gt;
&lt;br/&gt;Date: 2008-04-09 09:30:22
&lt;br/&gt;$time_format= 2008-04-09 09:30:22
&lt;br/&gt;Fixed Date: Wed, 31 Dec, 1969 06:33PM
&lt;br/&gt;
&lt;br/&gt;Date: 2008-03-13 12:25:52
&lt;br/&gt;$time_format= 2008-03-13 12:25:52
&lt;br/&gt;Fixed Date: Wed, 31 Dec, 1969 06:33PM
&lt;br/&gt;
&lt;br/&gt;And here is the snippet of code that displays it:
&lt;br/&gt;---------------------------------------------------------------------------------------------------------------------------------------------------------------
&lt;br/&gt;
&lt;br/&gt;&amp;amp;lt;h3&gt;What's going on around here lately???&amp;amp;lt;/h3&gt;
&lt;br/&gt;    &amp;amp;lt;?php do { ?&gt;
&lt;br/&gt;      &amp;amp;lt;p&gt;&amp;amp;lt;strong&gt;Date:&amp;amp;lt;/strong&gt; &amp;amp;lt;?php echo $row_rs_news_updates['date']; ?&gt;&amp;amp;lt;/p&gt;
&lt;br/&gt;	  
&lt;br/&gt;	  
&lt;br/&gt;	  &amp;amp;lt;p&gt;&amp;amp;lt;strong&gt;$time_format=&amp;amp;lt;/strong&gt;
&lt;br/&gt;	  &amp;amp;lt;?php $time_format = $row_rs_news_updates['date']; 
&lt;br/&gt;	  echo $time_format;
&lt;br/&gt;	  ?&gt;
&lt;br/&gt;	  
&lt;br/&gt;	  &amp;amp;lt;p&gt;&amp;amp;lt;strong&gt;Fixed Date:&amp;amp;lt;/strong&gt; &amp;amp;lt;?php echo strftime("%a, %d %b, %Y %I:%M%p", $time_format); ?&gt;&amp;amp;lt;/p&gt;
&lt;br/&gt;	  
&lt;br/&gt;      &amp;amp;lt;p&gt;&amp;amp;lt;?php echo nl2br($row_rs_news_updates['content']); ?&gt; &amp;amp;lt;/p&gt;
&lt;br/&gt;      &amp;amp;lt;hr /&gt;
&lt;br/&gt;      &amp;amp;lt;?php } while ($row_rs_news_updates = mysql_fetch_assoc($rs_news_updates)); ?&gt;
&lt;br/&gt;
&lt;br/&gt;---------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 6 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 13 May 2008 20:05:47 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/26b6f709-dfaa-4851-af62-6797587e0e38</guid>
      <dc:creator>SMSapphire</dc:creator>
      <dc:date>2008-05-13T20:05:47Z</dc:date>
    </item>
    <item>
      <title>phpews</title>
      <link>http://php.tribe.net/thread/e15a7522-c063-405b-a5eb-0e9a96dee104</link>
      <description>&lt;div&gt;Hi
&lt;br/&gt;
&lt;br/&gt;Does anyone know about phpews? If yes, did you try to use it?
&lt;br/&gt;
&lt;br/&gt;I'm having problem in running that application. So, if someone has used that apps, please help
&lt;br/&gt;
&lt;br/&gt;Regards &lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 04 Jun 2008 13:25:18 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/e15a7522-c063-405b-a5eb-0e9a96dee104</guid>
      <dc:creator>timsi</dc:creator>
      <dc:date>2008-06-04T13:25:18Z</dc:date>
    </item>
    <item>
      <title>how works with joomla ???</title>
      <link>http://php.tribe.net/thread/377a76c4-484e-4044-9c6a-2ebdae3e5208</link>
      <description>&lt;div&gt;is that what joomla is writin in is php?
&lt;br/&gt;im looking for more info on joomla &lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Sat, 17 May 2008 19:42:33 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/377a76c4-484e-4044-9c6a-2ebdae3e5208</guid>
      <dc:creator>iShaun</dc:creator>
      <dc:date>2008-05-17T19:42:33Z</dc:date>
    </item>
    <item>
      <title>advice?</title>
      <link>http://php.tribe.net/thread/45f2b670-729e-4310-a13a-54dcb2594f47</link>
      <description>&lt;div&gt;i hired a php/mysql programmer to set up a web site for  a client. everything went successfully. we built the site on a staging server. yesterday i was attempting to migrate the entire directory over to the live server which resulted in an error.
&lt;br/&gt;
&lt;br/&gt;Parse error: syntax error, unexpected T_VARIABLE in /mnt/gs01/herd02/31283/domains/staging.domain-custom.com/html/Gallery/admin/includes/php/connection.php on line 4
&lt;br/&gt;
&lt;br/&gt;i then moved everything back to it's original location and get the same error. i am not a programmer and realize that perhaps some permissions dialog got fuxored in this process?
&lt;br/&gt;
&lt;br/&gt;i am really in a bind here trying to "go live" with client site.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 20 Mar 2008 19:44:40 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/45f2b670-729e-4310-a13a-54dcb2594f47</guid>
      <dc:creator>tristram</dc:creator>
      <dc:date>2008-03-20T19:44:40Z</dc:date>
    </item>
    <item>
      <title>Great PHP tutorial site</title>
      <link>http://php.tribe.net/thread/a886396e-7855-4bca-8dac-2f844e859956</link>
      <description>&lt;div&gt;
&lt;br/&gt;http://www.devclicks.com
&lt;br/&gt;
&lt;br/&gt;Lots of php tutorials and general web dev how to's (mysql apache linux)&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 06 Mar 2008 04:54:37 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/a886396e-7855-4bca-8dac-2f844e859956</guid>
      <dc:creator>Nunya</dc:creator>
      <dc:date>2008-03-06T04:54:37Z</dc:date>
    </item>
    <item>
      <title>php and youtube</title>
      <link>http://php.tribe.net/thread/c2f09deb-8667-4297-96f2-0edb276ba289</link>
      <description>&lt;div&gt;Hi
&lt;br/&gt;
&lt;br/&gt;I'm wondering if someone knows anysite like youtube made in php, or if someone knows any script that i can use for a site like youtube.
&lt;br/&gt;
&lt;br/&gt;Any advice/suggestion?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Wed, 20 Feb 2008 15:39:11 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/c2f09deb-8667-4297-96f2-0edb276ba289</guid>
      <dc:creator>timsi</dc:creator>
      <dc:date>2008-02-20T15:39:11Z</dc:date>
    </item>
    <item>
      <title>Don't Show this again Page</title>
      <link>http://php.tribe.net/thread/b72d7869-77a3-467f-8905-8ad3e9255da7</link>
      <description>&lt;div&gt;Hi, I'm trying to create a page with a "don't show this page again" checkbox within a members area for a new network I'm building but I'm stumped as to how to do it and Google Searches are getting me nowhere, I'm guessing there are two ways to do it using either cookies or SQL - Does anyone have any ideas or know of any ready made scripts... &lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Tue, 29 Jan 2008 22:57:15 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/b72d7869-77a3-467f-8905-8ad3e9255da7</guid>
      <dc:creator>Lee</dc:creator>
      <dc:date>2008-01-29T22:57:15Z</dc:date>
    </item>
    <item>
      <title>Probably a really simple question...</title>
      <link>http://php.tribe.net/thread/6196e6cb-9efd-4940-9cbe-ff4a71bd97df</link>
      <description>&lt;div&gt;Hey all~
&lt;br/&gt;
&lt;br/&gt;So I'm really just diving in to the world of PHP and created a website for some friends that uses to insert header and footer information into the pages, plus a simple hit counter and a guestbook. I just finished a MySQL class and am interested in switching the guestbook over to PHP/MySQL, as it currently reads from, and writes to a flat text file. 
&lt;br/&gt;
&lt;br/&gt;So as I was setting up the initial form to populate the database, I noticed that the date kept coming up NULL, so I added the following statements:
&lt;br/&gt;
&lt;br/&gt;&amp;amp;lt;?php		  
&lt;br/&gt;  $date = date("h:ia, F jS, Y");
&lt;br/&gt;?&gt; 	
&lt;br/&gt;	
&lt;br/&gt;      &amp;amp;lt;p&gt;Todays Date is: &amp;amp;lt;?php date("h:ia, F jS, Y"); ?&gt;&amp;amp;lt;/p&gt; &amp;amp;lt;!-- Try inserting date directly --&gt;
&lt;br/&gt;      &amp;amp;lt;p&gt;Todays Date is: &amp;amp;lt;?php $date; ?&gt;&amp;amp;lt;/p&gt; &amp;amp;lt;!-- Try using local variable --&gt;
&lt;br/&gt;
&lt;br/&gt;And nothing is coming up!I thought it would be a total non-issue, but I'm at a loss why something this simple wouldn't just work.
&lt;br/&gt;
&lt;br/&gt;Any thoughts? Thanks for any assistance.
&lt;br/&gt;
&lt;br/&gt;SMSapphire&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 6 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 20 Dec 2007 20:51:08 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/6196e6cb-9efd-4940-9cbe-ff4a71bd97df</guid>
      <dc:creator>SMSapphire</dc:creator>
      <dc:date>2007-12-20T20:51:08Z</dc:date>
    </item>
    <item>
      <title>problem: generated output ends up in wrong place</title>
      <link>http://php.tribe.net/thread/bea82780-3da5-4f9f-9eba-4d0dc866fbde</link>
      <description>&lt;div&gt;can you point me in a better direction? every time i get something to output through the $errmsg it ends up in the top of the xhtml-code and thats about the last place it should be in. 
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;////first part of the file////
&lt;br/&gt; &amp;amp;lt;?php
&lt;br/&gt;	session_start();
&lt;br/&gt;	
&lt;br/&gt;	$username = "username";
&lt;br/&gt;	$errmsg = "";
&lt;br/&gt;	
&lt;br/&gt;	if (isset($_POST["user"]) &amp;amp;&amp;amp; isset($_POST["pass"])) 
&lt;br/&gt;	{
&lt;br/&gt;		require_once("code/account.php");
&lt;br/&gt;		$username = $_POST["user"];
&lt;br/&gt;		$password = $_POST["pass"];
&lt;br/&gt;		
&lt;br/&gt;		$db = new account();
&lt;br/&gt;		$db-&gt;login($username, $password);
&lt;br/&gt;		$errmsg = $db-&gt;errormessage;
&lt;br/&gt;	}
&lt;br/&gt;?&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;////part where the errmsg is supposed to be printed////
&lt;br/&gt;
&lt;br/&gt;&amp;amp;lt;div id="owncal"&gt;
&lt;br/&gt;	&amp;amp;lt;?=$errmsg?&gt;
&lt;br/&gt;&amp;amp;lt;/div&gt;
&lt;br/&gt;
&lt;br/&gt;//// or ////
&lt;br/&gt;&amp;amp;lt;div id="owncal"&gt;
&lt;br/&gt;	&amp;amp;lt;?
&lt;br/&gt;		print $errmsg;
&lt;br/&gt;	?&gt;
&lt;br/&gt;&amp;amp;lt;/div&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 4 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 27 Nov 2007 10:59:21 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/bea82780-3da5-4f9f-9eba-4d0dc866fbde</guid>
      <dc:creator>Namzu</dc:creator>
      <dc:date>2007-11-27T10:59:21Z</dc:date>
    </item>
    <item>
      <title>question..</title>
      <link>http://php.tribe.net/thread/834f59fa-d763-4956-93b2-7afe5cdec9ba</link>
      <description>&lt;div&gt;my script does this:
&lt;br/&gt;
&lt;br/&gt;$out = '  &amp;amp;lt;div id="morenews"&gt;  &amp;amp;lt;h2&gt;more news&amp;amp;lt;/h2&gt;                               
&lt;br/&gt; &amp;amp;lt;?php include "../newsblocks/latestnews.php" ?&gt;                               
&lt;br/&gt; &amp;amp;lt;/div&gt;'
&lt;br/&gt;
&lt;br/&gt;echo $out
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;but it doesn't perform the include statement...how do I escape the &amp;amp;lt;?php include "../newsblocks/latestnews.php" ?&gt; so that it performs&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 8 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 01 Nov 2007 07:31:05 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/834f59fa-d763-4956-93b2-7afe5cdec9ba</guid>
      <dc:creator>donovan</dc:creator>
      <dc:date>2007-11-01T07:31:05Z</dc:date>
    </item>
    <item>
      <title>customizable survey engine?</title>
      <link>http://php.tribe.net/thread/d284cb70-ba0b-4f47-8523-900d83cfe2df</link>
      <description>&lt;div&gt;hello all,
&lt;br/&gt;i am looking for a php/mysql based survey engine.  the main requirement is that i need to be able to put our existing authentication protocol onto it, so that select authorized users can create and edit surveys (preferably through a web interface), and select authorized users can take them.  i want the results to be stored in our mysql database and results retrievable by authorized users in a usable form.  if such an engine costs (not a huge amount of) money, that is fine, too.
&lt;br/&gt;does anything like that exist?  thankful for any leads.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Mon, 08 Oct 2007 22:12:34 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/d284cb70-ba0b-4f47-8523-900d83cfe2df</guid>
      <dc:creator>areyouxp</dc:creator>
      <dc:date>2007-10-08T22:12:34Z</dc:date>
    </item>
    <item>
      <title>Looking for a Web Developer</title>
      <link>http://php.tribe.net/thread/699c8744-8775-4f6e-b5c3-9b65bb8d435e</link>
      <description>&lt;div&gt;We are looking for an experienced PHP developer to join our team on a full-time, permanent basis and become the leading developer of a unique online business model for a medical community.
&lt;br/&gt;
&lt;br/&gt;MyPathology.org is a startup supported by industry veterans and leading software partners, developing the first Web 2.0 model of its kind: an online community for medical specialists combined with killer applications, including the first per-click access to high-end digital pathology software and the best search engine (based on NLP) in the industry.  The offering will rapidly grow to include jobs and eCommerce.  The market size we are after is $11 billion, plus $200 billion in 4 adjacent markets to grow into from a successful base.
&lt;br/&gt;
&lt;br/&gt;You will be reporting to the Chief Architect, Oz Basarir, an experienced technologist, entrepreneur, and software coach. Oz is the owner and principal of EzKode, an innovative web consulting boutique. He is the original developer and former technical director of WiserEarth web platform that provides a global community directory and networking forum for organizations addressing climate change, the environment, and social justice. Over the last 15 years Oz has served in technology and management roles at leading companies such as SAP and Oracle, as well as best-of-breed startups-such as Evant coached by Kent Beck.
&lt;br/&gt;
&lt;br/&gt;The president and founder is J-F Gauthier.  Before founding MyPathology.org he was CEO of HR Alloy, a leading software company funded by premier VCs.  He has been working in Life Science for 10 years, most recently as a partner of TSG Partners and Scientia Advisors, Corporate Finance, M&amp;amp;A, and strategy consultancy leaders in the diagnostic and tools and technologies sectors of Life Sciences.  He also worked for the technology strategy and new product development consulting firm of the ex-Dean of Harvard Business School (where J-F did his MBA), Kim Clark, where he advised the executives of Cisco, IBM, Agilent, J&amp;amp;J, Abbott, and led the consulting team advising the Department of Justice and its key witnesses against Microsoft.
&lt;br/&gt;
&lt;br/&gt;Requirements
&lt;br/&gt;
&lt;br/&gt;    * 3+ years development experience using PHP as the main development platform
&lt;br/&gt;    * Possess the skills and experience necessary to develop websites from end-to-end
&lt;br/&gt;    * A plus would be either
&lt;br/&gt;
&lt;br/&gt;         ** ability to work with Drupal to modify or replace core modules
&lt;br/&gt;
&lt;br/&gt;         ** or experience with Symfony
&lt;br/&gt;
&lt;br/&gt;    * Recognized for his or her ability to work independently and both meet budget objectives and meet or beat deadlines
&lt;br/&gt;    * Recognized for the quality and structure of his or her code
&lt;br/&gt;
&lt;br/&gt;    * Motivated by the possibility of being one of the first employees of a high-potential startup led by experienced executives
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Compensation and benefits are highly competitive.
&lt;br/&gt;
&lt;br/&gt;Please send resumes to oz [at] ezkode [dot] com . Principals only please.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 04 Oct 2007 03:26:40 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/699c8744-8775-4f6e-b5c3-9b65bb8d435e</guid>
      <dc:creator>kama</dc:creator>
      <dc:date>2007-10-04T03:26:40Z</dc:date>
    </item>
    <item>
      <title>CharacterLimit and Richtext Editor Issue</title>
      <link>http://php.tribe.net/thread/0f158392-3ec9-43f3-a10f-de8643b5cc4d</link>
      <description>&lt;div&gt;I have a description field that uses a Rich Text Editor.
&lt;br/&gt;When I display the results on an overview page I want to limit the characters.  I am having an issue with html tags getting cut off and, as a result, the rest of the page is not rendered correctly.
&lt;br/&gt;Example:
&lt;br/&gt;&amp;amp;lt;span font-family="arial, ...
&lt;br/&gt;
&lt;br/&gt;Currently using:
&lt;br/&gt;$CharacterLimit=200; // Define how many characters to be displayed in the description
&lt;br/&gt;			$ColumnLimit = substr($description, 0, $CharacterLimit);
&lt;br/&gt;			echo "&amp;amp;lt;td colspan='6'&gt;".$ColumnLimit."...&amp;amp;lt;/td&gt;\n";
&lt;br/&gt;
&lt;br/&gt;Any help would be appreciated.
&lt;br/&gt;
&lt;br/&gt;David&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</description>
      <pubDate>Sat, 29 Sep 2007 23:38:39 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/0f158392-3ec9-43f3-a10f-de8643b5cc4d</guid>
      <dc:creator>david</dc:creator>
      <dc:date>2007-09-29T23:38:39Z</dc:date>
    </item>
    <item>
      <title>Please Help!!</title>
      <link>http://php.tribe.net/thread/a67c72fa-48f1-453e-a23f-7c222ed9f672</link>
      <description>&lt;div&gt;I am new to php coding and website design. I was eondering if anyone could help me figure something out.
&lt;br/&gt;Okay so I have a dynamic website that prints the info in the database out with checkboxes next to it. When a user checks the boxes and press the submit button, they should disapper from the page and then they should be stored in another database that assigns a different primary key.  
&lt;br/&gt;I'm figuring that I need to use a if...else statement as well as some type of loop. Any other help would be greatly appreciated!&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 27 Jul 2007 11:18:09 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/a67c72fa-48f1-453e-a23f-7c222ed9f672</guid>
      <dc:creator>Tamyrah</dc:creator>
      <dc:date>2007-07-27T11:18:09Z</dc:date>
    </item>
    <item>
      <title>Unit Testing in PHP5 !</title>
      <link>http://php.tribe.net/thread/e1aebaf9-8821-4602-bdff-3f37bfc86f90</link>
      <description>&lt;div&gt;I have been working on an open source internet jukebox system for a while now.  It was originally developed in the java/j2ee framework.
&lt;br/&gt;I have recently been considering rewriting the web portion of this project in PHP5.  
&lt;br/&gt;
&lt;br/&gt;The new object model of php5 provides true object oriented programming ability. I like this as I am used to developing in java.  I like that i am able to easily apply my existing knowledge of java design patterns, and that this knowledge translates well to php5.  I.e. I have been writing my own sort of mini collections and OO database wrapper apis.
&lt;br/&gt;
&lt;br/&gt;Eventually this brought me to the question of how to test my code.  Under java i had used JUnit.  Was there something like this for php? 
&lt;br/&gt;
&lt;br/&gt;Enter PHPUnit:
&lt;br/&gt;
&lt;br/&gt;The unit testing framework rocks. 
&lt;br/&gt;It is based on JUnit and very similar to work with.
&lt;br/&gt;
&lt;br/&gt;If you are a php developer and designing your current app with OO code, you should definitely check this out:
&lt;br/&gt;
&lt;br/&gt;www.phpunit.de/en/index.php &lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 8 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 01 Sep 2005 01:26:23 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/e1aebaf9-8821-4602-bdff-3f37bfc86f90</guid>
      <dc:creator />
      <dc:date>2005-09-01T01:26:23Z</dc:date>
    </item>
    <item>
      <title>tearing my hair out</title>
      <link>http://php.tribe.net/thread/314f2137-9cec-4f7d-9d06-2896e317d6d3</link>
      <description>&lt;div&gt;everything in this script seems correct, and ive tried it so many ways, using different commands, with and without use_result, but when i try to get it to output to screen, the server times out. Its localhost, and i'm the only one accessing it. i just don't get it. 
&lt;br/&gt;
&lt;br/&gt;	$sql = "SELECT wdate, wtype, wreason, wmemo FROM empwarn WHERE l_name = '$name'";
&lt;br/&gt;	$res = mysqli_query($mysqli, $sql);
&lt;br/&gt;		 if($res == true) {
&lt;br/&gt;			echo "good";
&lt;br/&gt;			$num = mysqli_num_rows($res);
&lt;br/&gt;			echo $num;
&lt;br/&gt;			$list = mysqli_fetch_array($res);
&lt;br/&gt;			 mysqli_use_result($list);
&lt;br/&gt;			while($list) {
&lt;br/&gt;			 
&lt;br/&gt;			echo "&amp;amp;lt;td&gt;".$list['wdate']."&amp;amp;lt;/td&gt;&amp;amp;lt;td&gt;".$list['wtype']."&amp;amp;lt;/td&gt;&amp;amp;lt;td&gt;".$list['wreason']."&amp;amp;lt;/td&gt;&amp;amp;lt;td&gt;".$list['wmemo']."&amp;amp;lt;/td&gt;&amp;amp;lt;/tr&gt;";
&lt;br/&gt;			
&lt;br/&gt;			}
&lt;br/&gt;			
&lt;br/&gt;			
&lt;br/&gt;		}&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Mon, 02 Jul 2007 14:04:46 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/314f2137-9cec-4f7d-9d06-2896e317d6d3</guid>
      <dc:creator>mathus13</dc:creator>
      <dc:date>2007-07-02T14:04:46Z</dc:date>
    </item>
    <item>
      <title>Symfony-Project/PHP programmers wanted for web app project</title>
      <link>http://php.tribe.net/thread/cdb06dd2-39e0-4119-90bb-90ddf9bfd3f0</link>
      <description>&lt;div&gt;My partners and I are seeking a programming/developer team for a web app project in PHP/Symfony-project/MySQL. The first task we are looking to assign is part of a larger project, and if the results are satisfactory, we may send you other parts of the project as well. My team consists of myself (Nick), a project manager, and a lead LAMP stack web programmer specializing in the Symfony framework.
&lt;br/&gt;Please send inquiries to nick dot dynice [a|t] g mail dott com&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 20 Jun 2007 02:51:40 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/cdb06dd2-39e0-4119-90bb-90ddf9bfd3f0</guid>
      <dc:creator>NickD</dc:creator>
      <dc:date>2007-06-20T02:51:40Z</dc:date>
    </item>
    <item>
      <title>PEAR Auth_HTTP Module</title>
      <link>http://php.tribe.net/thread/2b116023-c143-4363-be89-bfb780680030</link>
      <description>&lt;div&gt;Auth_HTTP works great but seems to store the username and password somehow so that after you've logged out and destroyed the session, you're logged out in terms of the sessions being destroyed. But, when you revisit the Auth_HTTP it remembers the previous info you entered so doesn't ask you again and just logs you in automattically.
&lt;br/&gt;
&lt;br/&gt;Was thinking it might have something to do with the realm name, as I can't find any info on what the realm name does, is used for, etc.
&lt;br/&gt;
&lt;br/&gt;If I randomize the realm name maybe that will force it to re-ask.
&lt;br/&gt;
&lt;br/&gt;Anyone had experience with this?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 4 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 08 Mar 2007 14:53:06 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/2b116023-c143-4363-be89-bfb780680030</guid>
      <dc:creator>Nizla</dc:creator>
      <dc:date>2007-03-08T14:53:06Z</dc:date>
    </item>
    <item>
      <title>Should I get married ? PHP Frameworks</title>
      <link>http://php.tribe.net/thread/1032f961-7bbe-4efe-9590-a13df2b02281</link>
      <description>&lt;div&gt;I am kinda new to php frameworks, it feels like getting married since there are tons out there, I have narrowed down to codeigniter,cakephp and symfony, but each one has its cons/pros, any recomendations ?
&lt;br/&gt;
&lt;br/&gt;THx
&lt;br/&gt;K&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 5 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 17 Apr 2007 04:16:24 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/1032f961-7bbe-4efe-9590-a13df2b02281</guid>
      <dc:creator>k3no</dc:creator>
      <dc:date>2007-04-17T04:16:24Z</dc:date>
    </item>
    <item>
      <title>need help with implamenting a php shout bax script into my html page.......</title>
      <link>http://php.tribe.net/thread/e5a17fd8-7d45-45a2-9666-43b901538f46</link>
      <description>&lt;div&gt;Hello, all you php junkies.... .)p I got a script from a friend of mine, and I am having trouble to configure it into my site, plus i get some sort of error message........... here is where it is being hosted temporarily..........
&lt;br/&gt;
&lt;br/&gt;   http:///www.mindfullproductions.net/spaceturtle/psycircle.com/shoutbox.htm
&lt;br/&gt;
&lt;br/&gt;                   any suggestions would be amazing.)p  Thank u in advance..........
&lt;br/&gt;
&lt;br/&gt;                                sp@cetuRtle..........&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 23 Mar 2007 20:49:04 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/e5a17fd8-7d45-45a2-9666-43b901538f46</guid>
      <dc:creator>sp@cetuRtle</dc:creator>
      <dc:date>2007-03-23T20:49:04Z</dc:date>
    </item>
    <item>
      <title>Point me in a direction</title>
      <link>http://php.tribe.net/thread/f02844f0-4951-421a-8c51-81fdade765e8</link>
      <description>&lt;div&gt;Trying to display an inventory database with a little less coding, im having some trouble. 
&lt;br/&gt;I can call an array from the database of departments, but then im trying to use the results from that query to call another query.
&lt;br/&gt;
&lt;br/&gt;IE: query a answers "paint" in an array
&lt;br/&gt;that array is assigned to $dept
&lt;br/&gt;then calling another query (in a loop) using "SELECT * FROM items WHERE dept = '".$dept."'";
&lt;br/&gt;
&lt;br/&gt;current code looks like this:
&lt;br/&gt;
&lt;br/&gt;	function dept_find() 
&lt;br/&gt;	{
&lt;br/&gt;	
&lt;br/&gt;	$sql1 = "SELECT * FROM items WHERE dept = '$dept' AND qty &gt; '0'";
&lt;br/&gt;		$res = mysqli_query($mysqli, $sql1);
&lt;br/&gt;		if (!$res) {
&lt;br/&gt;   echo "Could not successfully run query ($sql1) from DB: 	dept = ".$dept."&amp;amp;lt;br&gt;" . mysqli_error();
&lt;br/&gt;}
&lt;br/&gt;		if ($res) {
&lt;br/&gt;		$num = mysqli_num_rows($res);
&lt;br/&gt;			while ($newArray = mysqli_fetch_array($res, MYSQL_ASSOC)) {
&lt;br/&gt;			$item = $newArray['Item'];
&lt;br/&gt;			$desc = $newArray['desc'];
&lt;br/&gt;			$price = $newArray['price'];
&lt;br/&gt;			$id = $newArray['id'];
&lt;br/&gt;			printf("&amp;amp;lt;a href=\"#\" onclick=\"toggle_visibility('".$dept."')\"&gt;".$dept."&amp;amp;lt;/a&gt;&amp;amp;lt;br /&gt;
&lt;br/&gt;&amp;amp;lt;div id=\"".$dept."\" style=\"display:block\"&gt;&amp;amp;lt;table&gt;&amp;amp;lt;/td&gt;&amp;amp;lt;td width=\"200\"&gt;".$item."&amp;amp;lt;/td&gt;&amp;amp;lt;td width=\"250\"&gt;".$desc."&amp;amp;lt;/td&gt;&amp;amp;lt;td width=\"5\"&gt;".$price."&amp;amp;lt;/td&gt;&amp;amp;lt;td&gt;&amp;amp;lt;img src=\"Images\\items\\".$id.".jpg\" /&gt;&amp;amp;lt;/td&gt;&amp;amp;lt;/tr&gt;&amp;amp;lt;/table&gt;&amp;amp;lt;/div&gt;");}
&lt;br/&gt;} }
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;	$sql = "SELECT * FROM department";
&lt;br/&gt;		$res = mysqli_query($mysqli, $sql);
&lt;br/&gt;		if (!$res) {
&lt;br/&gt;   echo "Could not successfully run query ($sql) from DB: " . mysqli_error();
&lt;br/&gt;   exit;
&lt;br/&gt;}
&lt;br/&gt;		if ($res) {
&lt;br/&gt;		$num = mysqli_num_rows($res);
&lt;br/&gt;			while ($newArray = mysqli_fetch_array($res, MYSQL_ASSOC)) {
&lt;br/&gt;			$dept = $newArray['name'];
&lt;br/&gt;			echo $dept."&amp;amp;lt;br&gt;";
&lt;br/&gt;			dept_find($dept);
&lt;br/&gt;			
&lt;br/&gt;		}
&lt;br/&gt;}
&lt;br/&gt;
&lt;br/&gt;problem is the $dept is not being passed to the function. What am i doing wrong?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 7 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 15 Mar 2007 16:14:13 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/f02844f0-4951-421a-8c51-81fdade765e8</guid>
      <dc:creator>mathus13</dc:creator>
      <dc:date>2007-03-15T16:14:13Z</dc:date>
    </item>
    <item>
      <title>Degreed folks:  thesis help please</title>
      <link>http://php.tribe.net/thread/214e2e1b-038c-42c3-bf29-a9b8bda8741e</link>
      <description>&lt;div&gt;I'm an altruistic autodidact.  I've run db.etree.org for nearly nine years.  etree pioneered the standards for distributing lossless audio.  Writing my first thesis.  I haven't worked together in a team environment for many years and am applying for a position with the Internet Archive.  
&lt;br/&gt;
&lt;br/&gt;My thesis is about the database structures of wikis.  If you have the time to peer review this work I would appreciate your credentials and look forward to getting in touch.
&lt;br/&gt;
&lt;br/&gt;Tom Anderson
&lt;br/&gt;tom.h.anderson@gmail.com&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 14 Mar 2007 23:10:47 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/214e2e1b-038c-42c3-bf29-a9b8bda8741e</guid>
      <dc:creator>tomanderson</dc:creator>
      <dc:date>2007-03-14T23:10:47Z</dc:date>
    </item>
    <item>
      <title>Subversion</title>
      <link>http://php.tribe.net/thread/535c2126-5ef5-451f-a7b0-04fdd63a4d26</link>
      <description>&lt;div&gt;Im having all kinds of issues getting a Subversion set up on our windows server 2003 (Small Business Server, actually) with apache-2.0.59, mod_ssl, and mod_sspi. Ive found numerous sets of instructions and ive tried them all to the letter but one component never works. First time everything but mod_sspi was working. Then everything but mod_ssl, then the svn modules for apache wouldnt work. Can anyone point me to a good up-to-date wlakthrough on installation and configuring from available binary packages (im loathe to install dev tools on the server to compile from source).&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 14 Mar 2007 14:33:25 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/535c2126-5ef5-451f-a7b0-04fdd63a4d26</guid>
      <dc:creator>pixelslut</dc:creator>
      <dc:date>2007-03-14T14:33:25Z</dc:date>
    </item>
    <item>
      <title>A formmail script no longer works in PHP 5</title>
      <link>http://php.tribe.net/thread/b17d6069-188b-4d94-a813-681037ecf2da</link>
      <description>&lt;div&gt;Here's a text version of the script :
&lt;br/&gt;
&lt;br/&gt;http://frankenstein.com/form.txt
&lt;br/&gt;
&lt;br/&gt;here's a page that calls it:
&lt;br/&gt;
&lt;br/&gt;http://www.frankenstein.com/contact.php
&lt;br/&gt;
&lt;br/&gt;This exact same script works in a PHP 4.3.1.1 environment but not in a 5.1.4 one ( http://frankenstein.com/info.php )
&lt;br/&gt;
&lt;br/&gt;The email that this form sends are not coming with any of the form input variables save the email address, which makes me understand even less what is going on.
&lt;br/&gt;
&lt;br/&gt;Thanks for any help.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 12 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 13 Feb 2007 23:36:52 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/b17d6069-188b-4d94-a813-681037ecf2da</guid>
      <dc:creator>Pink</dc:creator>
      <dc:date>2007-02-13T23:36:52Z</dc:date>
    </item>
    <item>
      <title>Internationalization of tagging</title>
      <link>http://php.tribe.net/thread/e72eadda-2d59-4360-a594-c7f1766f1021</link>
      <description>&lt;div&gt;Tags are helping to define the semantic web but most tagging systems prefer to normalize tags, removing white space, commas, and the like.  As UTF-8 is the standard with the potential of as many characters as the commodore had memory, normalizing tags seems an impossibility.  How should extended characters be handled and what does normalization mean in a global characterset?
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Fri, 16 Feb 2007 19:02:21 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/e72eadda-2d59-4360-a594-c7f1766f1021</guid>
      <dc:creator>tomanderson</dc:creator>
      <dc:date>2007-02-16T19:02:21Z</dc:date>
    </item>
    <item>
      <title>Need lean survey script</title>
      <link>http://php.tribe.net/thread/6eab03bd-5470-441a-8130-aa5b132d1da5</link>
      <description>&lt;div&gt;I have been all over the net looking for a nice lean Survey script that lends itself to be plugged into a webpage.  I just want the framework I will probably do a lot of tweaking myself.  I just don't wanna reinvent the wheel.  
&lt;br/&gt;
&lt;br/&gt;I don't have direct access to the database, but I can create tables within the existing one.  I looked at phpESP but it looks like more than I am looking for at this time.  
&lt;br/&gt;
&lt;br/&gt;Any help or suggestions would be greatly appreciated.  I'm competent with PHP but by no means a real expert. &lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 14 Feb 2007 11:11:28 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/6eab03bd-5470-441a-8130-aa5b132d1da5</guid>
      <dc:creator>MamaLoca</dc:creator>
      <dc:date>2007-02-14T11:11:28Z</dc:date>
    </item>
    <item>
      <title>Online or book resources for learning OO?</title>
      <link>http://php.tribe.net/thread/7de9f5c0-1570-4ef4-9288-04d15ebfde59</link>
      <description>&lt;div&gt;I've been using PHP for a while now and for most of this time I've been kinda lazy as it was only for my personal use.
&lt;br/&gt;
&lt;br/&gt;Some of my sites have started getting big and I don't want to kill my server so classes seems to be the way to go. Any pointers? I'd prefer to buy a book so that I'm spending less time staring at the screen.
&lt;br/&gt;
&lt;br/&gt;Thanks&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 7 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 16 Nov 2006 20:00:07 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/7de9f5c0-1570-4ef4-9288-04d15ebfde59</guid>
      <dc:creator>Nizla</dc:creator>
      <dc:date>2006-11-16T20:00:07Z</dc:date>
    </item>
    <item>
      <title>Db Question: Tracking Inventory</title>
      <link>http://php.tribe.net/thread/b08e3954-ea61-4056-815d-a925567a0933</link>
      <description>&lt;div&gt;I need to make a system to track an inventory. How should i go about it? I mean i can set the initial amount and then jsut add or subtract for records there after but that would mean everytime i calculated id have to run add all the values - this would most certianly at some point in the future be a bottleneck right? So what should i do? I though about making a master table with one record thats updated each time a transaction is made as well as actually storing the transactions in another table but that just seems odd to me for some reason - to have an entire table with just one record... Maybe im jsut being silly. I dunno. 
&lt;br/&gt;
&lt;br/&gt;What are some common practices for this type of thing? &lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 10 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 24 Jan 2007 16:50:20 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/b08e3954-ea61-4056-815d-a925567a0933</guid>
      <dc:creator>pixelslut</dc:creator>
      <dc:date>2007-01-24T16:50:20Z</dc:date>
    </item>
    <item>
      <title>PHP not working in OS X after re-install</title>
      <link>http://php.tribe.net/thread/437fd467-f59c-41d0-8147-7d7aa1e1018e</link>
      <description>&lt;div&gt;I had to reinstall my system and as such lost my Entropy PHP5 install.
&lt;br/&gt;
&lt;br/&gt;I reinstalled it, made a test.php file with the &amp;amp;lt;?php phpinfo() ?&gt; in it and that works fine.  But all of my other PHP files, which are in the same directory as the test.php, don't render correctly at all, ie they just show up as PHP code. 
&lt;br/&gt;
&lt;br/&gt;I do have a custom httpd.conf with a bunch of virtual servers on it. I looked at that page and there is no LoadModule PHP5 or anything like that there. The Loadmodule for php4 is off. So if there is no load module, then why does test.php work? Got me.
&lt;br/&gt;
&lt;br/&gt;I uploaded the resulst of the test.php file here: 
&lt;br/&gt;
&lt;br/&gt;http://frankenstein.com/test.html
&lt;br/&gt;
&lt;br/&gt;any pointers or help greatly appreciated.
&lt;br/&gt;
&lt;br/&gt;Pink&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 5 replies
		&lt;/div&gt;</description>
      <pubDate>Sun, 21 Jan 2007 22:25:16 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/437fd467-f59c-41d0-8147-7d7aa1e1018e</guid>
      <dc:creator>Pink</dc:creator>
      <dc:date>2007-01-21T22:25:16Z</dc:date>
    </item>
    <item>
      <title>server question</title>
      <link>http://php.tribe.net/thread/76214c27-b68b-4032-8eb4-d13a753b84b1</link>
      <description>&lt;div&gt;not strictly php at all, im wondering if anyone can help me out...
&lt;br/&gt;
&lt;br/&gt;i have a domain hosted with a company. but the company is failing to deliver proper service so i would like to terminate my contract with them, and get a new server company to host my domain.
&lt;br/&gt;
&lt;br/&gt;is it possible to still keep my domain name and email addresses while changing companies? if so, how? what info do i need to provide the new company with? thank you!
&lt;br/&gt;
&lt;br/&gt;peace.
&lt;br/&gt;m&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Mon, 22 Jan 2007 09:26:25 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/76214c27-b68b-4032-8eb4-d13a753b84b1</guid>
      <dc:creator>monkstyla</dc:creator>
      <dc:date>2007-01-22T09:26:25Z</dc:date>
    </item>
    <item>
      <title>Alternet.org - non-profit Ezine - seeks Web Architect [Php skills]</title>
      <link>http://php.tribe.net/thread/16121516-a1d7-430f-9834-f7428d61e097</link>
      <description>&lt;div&gt;
&lt;br/&gt;ALTERNET.ORG SEEKS WEB ARCHITECT: 
&lt;br/&gt;We seek a sharp, creative, energetic individual to serve in our top technology position and oversee all aspects of our web and technical presence -- from providing technical solutions for editorial needs to implementing marketing and advertising programs. The position requires dealing with the small details required in maintaining a functioning, interactive web site, as well as assessing new technologies and recommending long-term solutions. The position is also the organization's liaison to outside vendors, including hosting providers, a contract programmer, e-newsletter service provider, and statistical services.
&lt;br/&gt;
&lt;br/&gt;The ideal candidate will be both a forward thinker and a collaborator, working as an integral part of a small editorial, development, advertising, and office team.
&lt;br/&gt;
&lt;br/&gt;Specific areas where we are seeking expertise include:
&lt;br/&gt;
&lt;br/&gt;Web Presence for AlterNet.org
&lt;br/&gt;Maintaining a high quality web presence based on standard and emerging technologies
&lt;br/&gt;Maintaining and improving AlterNet's back end database and CMS using LAMP technology
&lt;br/&gt;Managing relationships with outside vendors, including hosting, e-mail, and statistics services as well as our contract programmer
&lt;br/&gt;Translating editorial needs into technical solutions
&lt;br/&gt;Implementing new features on the site though excellent project management
&lt;br/&gt;Assist in implementing marketing strategies to increase AlterNet's visibility
&lt;br/&gt;Configuring and running statistics software, tracking and reporting statistics
&lt;br/&gt;
&lt;br/&gt;Design and Production
&lt;br/&gt;Work on larger design projects or coordinate with contract designers
&lt;br/&gt;• Some experience with major design applications like Photoshop and Illustrator a plus
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Other Important Skills
&lt;br/&gt;Ability to assess new technologies and recommend solutions, including AJAX, social networking, multimedia (video/podcasts)
&lt;br/&gt;Comfort managing multiple projects and deadlines simultaneously
&lt;br/&gt;Demonstrated ability to maintain a professional web site with proficiency in PHP, XHTML, CSS, and Javascript
&lt;br/&gt;Experience working with robust database-driven sites, CMSs, server side scripting, etc.
&lt;br/&gt;Ability to QA own work
&lt;br/&gt;Experience working on media-driven web sites is a plus.
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;San Francisco is the preferred location for this position, but outstanding candidates will be considered in New York City. Salary is $50k - $75k, depending on experience. Excellent benefits include health, dental, vision, retirement, and four weeks of vacation/year plus regular holidays. The Independent Media Institute, AlterNet's parent non-profit, is an equal opportunity employer. Interviews begin immediately.
&lt;br/&gt;
&lt;br/&gt;To apply, send a text cover letter and resume in the body of an email to: melinda@alternet.org 
&lt;br/&gt;
&lt;br/&gt;No attachments, no calls, please.  Don't spam us with your resume! Applications will not be considered unless they include a personal cover letter that directly addresses how you can meet our needs.
&lt;br/&gt;
&lt;br/&gt;Thanks for your time and interest!
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 18 Jan 2007 22:16:56 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/16121516-a1d7-430f-9834-f7428d61e097</guid>
      <dc:creator>sneakepete</dc:creator>
      <dc:date>2007-01-18T22:16:56Z</dc:date>
    </item>
    <item>
      <title>Handling session timeouts</title>
      <link>http://php.tribe.net/thread/2a000bec-0776-4fec-8df5-b050e39bcdac</link>
      <description>&lt;div&gt;
&lt;br/&gt;We store a bunch of data in the SESSION.
&lt;br/&gt;
&lt;br/&gt;When the session times-out, the user is given a bunch of ugly error messages because that data is now missing.
&lt;br/&gt;
&lt;br/&gt;I could handle it by checking for the existence of certain variables in the SESSION, but that seems like a bit of a kludge.
&lt;br/&gt;
&lt;br/&gt;What's the _proper_ way of checking for this?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 4 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 18 Jan 2007 14:58:59 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/2a000bec-0776-4fec-8df5-b050e39bcdac</guid>
      <dc:creator>mrcurtain</dc:creator>
      <dc:date>2007-01-18T14:58:59Z</dc:date>
    </item>
    <item>
      <title>rss constraint</title>
      <link>http://php.tribe.net/thread/c1f5cb7c-847e-4e1d-b847-050f1da8f88b</link>
      <description>&lt;div&gt;am i missing something? im running php 5 .1.5 on apache server 2.2.3 in a WAMP configuration on an intra net at work, downloaded and installed this rss parsing class, and cant figure out if there is a way to constrain the broadcasts to say a 5 post array. am i blind, or just a stupid noob?
&lt;br/&gt;
&lt;br/&gt;&amp;amp;lt;?php
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;class SimpleXmlParser{
&lt;br/&gt;    // @ Variable Holding Parser
&lt;br/&gt;	var $SimpleParser;
&lt;br/&gt;
&lt;br/&gt;	//@ Feed Source URL
&lt;br/&gt;	var $feedUrl;
&lt;br/&gt;
&lt;br/&gt;	//@ Variables to Hold the Data
&lt;br/&gt;	var $title = "";
&lt;br/&gt;	var $description = "";
&lt;br/&gt;	var $link = "";
&lt;br/&gt;	var $author="";
&lt;br/&gt;	var $pubDate="";
&lt;br/&gt;    var $insideitem = false;
&lt;br/&gt;	var $tag = "";
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;	// Purpose : Constructor, Which will initialize the XML Parser
&lt;br/&gt;	function SimpleXmlParser($MyFeed){
&lt;br/&gt;        //To begin, I create an instance of the XML parser
&lt;br/&gt;	    $this-&gt;SimpleParser = xml_parser_create();   // creates a new XML parser and returns a reousurce handle referencing 
&lt;br/&gt;        
&lt;br/&gt;		$this-&gt;feedUrl=$MyFeed;    // Assigns the Feed Source to the Member Variable
&lt;br/&gt;		
&lt;br/&gt;		xml_set_object($this-&gt;SimpleParser,&amp;amp;$this);	  // allows to use parser inside object
&lt;br/&gt;		xml_set_element_handler($this-&gt;SimpleParser, "XmlParserFirstElement", "XmlParserendElement");	  // Sets the element handler functions for the XML parser parser
&lt;br/&gt;		xml_set_character_data_handler($this-&gt;SimpleParser, "characterData");   // Sets the character data handler function for the XML parser parser		
&lt;br/&gt;		
&lt;br/&gt;		$this-&gt;ParseFeed();   // Call to Parser Function
&lt;br/&gt;	}
&lt;br/&gt;	
&lt;br/&gt;	function XmlParserFirstElement($parser, $tagName, $attrs) {
&lt;br/&gt;        //The Function Will be called, when ever the XML_PARSER Encounters a start Tag, in the XML File
&lt;br/&gt;		if ($this-&gt;insideitem) {
&lt;br/&gt;			$this-&gt;tag = $tagName;
&lt;br/&gt;		} elseif ($tagName == "ITEM") {
&lt;br/&gt;			$this-&gt;insideitem = true;
&lt;br/&gt;		}
&lt;br/&gt;	}
&lt;br/&gt;
&lt;br/&gt;    function XmlParserendElement($parser, $tagName) {
&lt;br/&gt;        //The Function Will be called, when ever the XML_PARSER Encounters a end Tag, in the XML File
&lt;br/&gt;		if ($tagName == "ITEM") {
&lt;br/&gt;		  	printf("&amp;amp;lt;dt&gt;&amp;amp;lt;b&gt;&amp;amp;lt;a href='%s'&gt;%s&amp;amp;lt;/a&gt;&amp;amp;lt;/b&gt;&amp;amp;lt;/dt&gt;",
&lt;br/&gt;			trim($this-&gt;link),htmlspecialchars(trim($this-&gt;title)));    //Display the Title Element from the XML file to HTML
&lt;br/&gt;			printf("&amp;amp;lt;dd&gt;%s&amp;amp;lt;/dd&gt;",htmlspecialchars(trim($this-&gt;description)));  // Description element is made to display in HTML
&lt;br/&gt;            // Deallocation of all Global Variables
&lt;br/&gt;			$this-&gt;title = "";
&lt;br/&gt;			$this-&gt;description = "";
&lt;br/&gt;			$this-&gt;link = "";
&lt;br/&gt;			$this-&gt;insideitem = false;
&lt;br/&gt;		}
&lt;br/&gt;	}	
&lt;br/&gt;	
&lt;br/&gt;    //Function will be called by the Parser when the end tage of the element is processed. Requires Two Permeters
&lt;br/&gt;    function characterData($parser, $data) {
&lt;br/&gt;        //Permeters: the parser instance and the string containing the data.
&lt;br/&gt;		if ($this-&gt;insideitem) {
&lt;br/&gt;			switch ($this-&gt;tag) {
&lt;br/&gt;				case "TITLE":
&lt;br/&gt;				$this-&gt;title .= $data;
&lt;br/&gt;				break;
&lt;br/&gt;				case "DESCRIPTION":
&lt;br/&gt;				$this-&gt;description .= $data;
&lt;br/&gt;				break;
&lt;br/&gt;				case "LINK":
&lt;br/&gt;				$this-&gt;link .= $data;
&lt;br/&gt;				break;
&lt;br/&gt;			}
&lt;br/&gt;		}
&lt;br/&gt;	}
&lt;br/&gt;
&lt;br/&gt;	function ParseFeed(){
&lt;br/&gt;        // This is the Place we need to Do error Handling for the XML file, which is not done in this class
&lt;br/&gt;		$fp = fopen($this-&gt;feedUrl,"r")       // Open the XML file for reading.
&lt;br/&gt;			or die("Oops!!! Unexpected Error While Reading the Feed");   // This part will be executed when we compiler is Unable to Open the XML Feed
&lt;br/&gt;        //Starts reading the contents of the file, 4K at a time, and put it in the variable “$data”
&lt;br/&gt;		while ($data = fread($fp, 4096)){
&lt;br/&gt;			xml_parse($this-&gt;SimpleParser, $data, feof($fp));
&lt;br/&gt;		}
&lt;br/&gt;        //Perform Some Clean Up Work Before Closing the File.
&lt;br/&gt;        //Closing the XML File
&lt;br/&gt;        fclose($fp);
&lt;br/&gt;        //Release the XML Parser
&lt;br/&gt;        xml_parser_free($this-&gt;SimpleParser);
&lt;br/&gt;	}
&lt;br/&gt;}	
&lt;br/&gt;?&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Mon, 18 Dec 2006 15:32:55 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/c1f5cb7c-847e-4e1d-b847-050f1da8f88b</guid>
      <dc:creator>mathus13</dc:creator>
      <dc:date>2006-12-18T15:32:55Z</dc:date>
    </item>
    <item>
      <title>Savant template engine?</title>
      <link>http://php.tribe.net/thread/d34a4c5b-e8c5-4389-805c-3f3e071e8655</link>
      <description>&lt;div&gt;Does anyone here have experience using the Savant template engine for projects (http://phpsavant.com/yawiki/) ?  I've used Smarty for a couple projects, and while it works just fine, it does have a couple of annoying points, such as having to set up the compiled folder with different permissions (under Linux at least), and trying to remember the different Smarty syntax.   Savant does seem easier to deal with in this regard, but if there are problems with it that I haven't thought of, please let me know.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 7 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 03 Oct 2006 18:48:13 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/d34a4c5b-e8c5-4389-805c-3f3e071e8655</guid>
      <dc:creator>randomizer</dc:creator>
      <dc:date>2006-10-03T18:48:13Z</dc:date>
    </item>
    <item>
      <title>Problem with Curl</title>
      <link>http://php.tribe.net/thread/c92d8b0f-75d3-4918-8d3e-1bf8afcedf3b</link>
      <description>&lt;div&gt;Help !
&lt;br/&gt;
&lt;br/&gt;I am getting the following error while trying to get fetch an url trough curl
&lt;br/&gt;
&lt;br/&gt;HTTP/1.1 500 Internal Server Error Content-Length:65 
&lt;br/&gt;
&lt;br/&gt;I am hosting on Dreamhost, any Ideas ???
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 8 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 08 Dec 2006 05:59:42 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/c92d8b0f-75d3-4918-8d3e-1bf8afcedf3b</guid>
      <dc:creator>k3no</dc:creator>
      <dc:date>2006-12-08T05:59:42Z</dc:date>
    </item>
    <item>
      <title>mail attachment</title>
      <link>http://php.tribe.net/thread/e41a2959-db2c-48d7-925d-500c6f363338</link>
      <description>&lt;div&gt;Hi
&lt;br/&gt;
&lt;br/&gt;Has anybody encounter this strange problem that while sending a file as an attachment, it omits first few characters of first record? If yes, how did you solve it?
&lt;br/&gt;I'm also pasting my code which i'm using to send an email with attachment:
&lt;br/&gt;
&lt;br/&gt;$file1="export.txt";
&lt;br/&gt;$file = "exporttext/".$file1;
&lt;br/&gt;$fp = fopen($file,"rb");
&lt;br/&gt;$fcontent = fread($fp ,filesize($file));
&lt;br/&gt;fclose($fp);
&lt;br/&gt;$content = chunk_split(base64_encode($fcontent));
&lt;br/&gt;$sep = strtoupper(md5(uniqid(time())));
&lt;br/&gt;$name = basename($file);
&lt;br/&gt;$from = "abc@abc.com";
&lt;br/&gt;$to = "1@1.com";
&lt;br/&gt;$subject = "test";
&lt;br/&gt;$header = "From: $from\nReply-To: $from\n";
&lt;br/&gt;$header .= "MIME-Version: 1.0\n";
&lt;br/&gt;$header .= "Content-Type: multipart/mixed; boundary=$sep\n";
&lt;br/&gt;$body .= "--$sep\n";
&lt;br/&gt;$body .= "Content-Type: text/plain\n";
&lt;br/&gt;$body .= "Content-Transfer-Encoding: 8bit\n\n";
&lt;br/&gt;$body .= "$msgtext\n";
&lt;br/&gt;$body .= "--$sep\n";
&lt;br/&gt;$body .= "Content-Type: $type; name=\"$file\"\n";
&lt;br/&gt;$body .= "Content-Transfer-Encoding: base64\n";
&lt;br/&gt;$body .= "Content-Disposition: attachment; filename=\"$file\"\n";
&lt;br/&gt;$body .= "$content\n";
&lt;br/&gt;$body .= "--$sep--";
&lt;br/&gt;if (mail($to, $subject, $body, $header)) 
&lt;br/&gt;{
&lt;br/&gt;return true;
&lt;br/&gt;} else {
&lt;br/&gt;return false;
&lt;br/&gt;}
&lt;br/&gt;
&lt;br/&gt;Thanks&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 21 Nov 2006 13:50:00 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/e41a2959-db2c-48d7-925d-500c6f363338</guid>
      <dc:creator>timsi</dc:creator>
      <dc:date>2006-11-21T13:50:00Z</dc:date>
    </item>
    <item>
      <title>Way to pass variables</title>
      <link>http://php.tribe.net/thread/efb9a87e-14cc-4a25-baca-daf21ae7a030</link>
      <description>&lt;div&gt;I've got a new boss on one of my sites, and he's decided he want sot have variables passed a different way:
&lt;br/&gt;
&lt;br/&gt;The way we are doing it now: (warning, adult content)
&lt;br/&gt;http://www.chantacash.com/promo/032_Harmony/index1.php?refid=chanta
&lt;br/&gt;
&lt;br/&gt;What he wants:
&lt;br/&gt; - '032_harmony' should be simply '032'. we don't need to spell out 'refid=', all we need is the ID number. This URL could simply be:
&lt;br/&gt;http://preview.chantasbitches.com/032/i/3/526
&lt;br/&gt;
&lt;br/&gt;I know it's possible (the place the new boss used to work does it) but I have no idea how to do it, or even how to word a search. Can anyone point me in the right direction?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 5 replies
		&lt;/div&gt;</description>
      <pubDate>Sun, 19 Nov 2006 17:31:18 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/efb9a87e-14cc-4a25-baca-daf21ae7a030</guid>
      <dc:creator>chainmaile</dc:creator>
      <dc:date>2006-11-19T17:31:18Z</dc:date>
    </item>
    <item>
      <title>Permissions on MySQL</title>
      <link>http://php.tribe.net/thread/4ac09f4a-66a9-42b7-886d-8b8ff7f5a103</link>
      <description>&lt;div&gt;I've just set up a "managed" dedicated server, the only one I have had that has not been through a friend.
&lt;br/&gt;
&lt;br/&gt;So, everything is cool and in place but I cannot get my PHP to connect to the database, nevermind run a query. The server people said that it was the permissions but this is as helpful as they've been in the last 48hrs. I can see a separate database called MySQL with tables called "users", "hosts" etc. Can anyone give me any advice because I've tried changing all the values to "y" and it hasn't helped.
&lt;br/&gt;
&lt;br/&gt;Thanks in advance.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 6 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 16 Nov 2006 04:30:08 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/4ac09f4a-66a9-42b7-886d-8b8ff7f5a103</guid>
      <dc:creator>Nizla</dc:creator>
      <dc:date>2006-11-16T04:30:08Z</dc:date>
    </item>
    <item>
      <title>Hashing a string</title>
      <link>http://php.tribe.net/thread/6b4692f7-3fa4-45ef-9384-a60948129f60</link>
      <description>&lt;div&gt;
&lt;br/&gt;I want to take a set of strings and hash them, more or less, evenly into 1 of 4 boxes.  
&lt;br/&gt;
&lt;br/&gt;Any thoughts on the best way to do that?
&lt;br/&gt;
&lt;br/&gt;FYI - I'm looking for a performance improvement loading a large number of thumbnails from 4 viritual hosts (img1.foo.com, img2.foo.com, etc.) instead of from just the 1 physical host (www.foo.com).  There are limits on the number of connections to one host, but this should get around that.  
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 9 replies
		&lt;/div&gt;</description>
      <pubDate>Mon, 13 Nov 2006 18:36:04 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/6b4692f7-3fa4-45ef-9384-a60948129f60</guid>
      <dc:creator>mrcurtain</dc:creator>
      <dc:date>2006-11-13T18:36:04Z</dc:date>
    </item>
    <item>
      <title>need help in OSCommerce</title>
      <link>http://php.tribe.net/thread/ce3c133d-abc3-4ca7-b563-2af6b7f3c83a</link>
      <description>&lt;div&gt;Hi 
&lt;br/&gt;
&lt;br/&gt;I'm running a problem with one of the OSCommerce module called Configurator.
&lt;br/&gt;Problem is it is working with IE but not in Firefox. Here is the URL for you to check
&lt;br/&gt;
&lt;br/&gt;http://thesourcecc.tagarsystems.net/ccc.php?systype=9
&lt;br/&gt;
&lt;br/&gt;Click Customize and you will see what i mean. nothing is getting displayed. But if you open it in IE, everything is visible.
&lt;br/&gt;
&lt;br/&gt;My idea is maybe getattribute function is not supported by Firefox.
&lt;br/&gt;
&lt;br/&gt;Any help/suggestion in this regard will be appreciated.
&lt;br/&gt;
&lt;br/&gt;Thanks&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Fri, 10 Nov 2006 07:29:54 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/ce3c133d-abc3-4ca7-b563-2af6b7f3c83a</guid>
      <dc:creator>timsi</dc:creator>
      <dc:date>2006-11-10T07:29:54Z</dc:date>
    </item>
    <item>
      <title>PHP CLi</title>
      <link>http://php.tribe.net/thread/393384fa-12a5-4ae7-a474-160d0c9bafca</link>
      <description>&lt;div&gt;So Question about using php for scripting from the command line... IS there a way to get php to execute a given command and have it take place for the user for example lets say i want to make a that short cuts to directories it might look like this:
&lt;br/&gt;
&lt;br/&gt;#!/usr/bin/php
&lt;br/&gt;&amp;amp;lt;?php
&lt;br/&gt;
&lt;br/&gt;$dirid = $argv[1];
&lt;br/&gt;
&lt;br/&gt;/* Some code reads an xml file and retruns the path the directory as the variable $dirpath */
&lt;br/&gt;
&lt;br/&gt;$command = 'cd '.$dirpath;
&lt;br/&gt;exec($command);
&lt;br/&gt;
&lt;br/&gt;exit;
&lt;br/&gt;?&gt;
&lt;br/&gt;
&lt;br/&gt;So from my tests somehting like this only cd within the script, how do i make it actually cd for the user executing the script? IS that possible? or will i jsut have to write an sh script?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 15 Nov 2006 16:55:53 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/393384fa-12a5-4ae7-a474-160d0c9bafca</guid>
      <dc:creator>pixelslut</dc:creator>
      <dc:date>2006-11-15T16:55:53Z</dc:date>
    </item>
    <item>
      <title>Attack of the PHP Script !!</title>
      <link>http://php.tribe.net/thread/05cb62b7-6162-4c39-b4fd-b41802056391</link>
      <description>&lt;div&gt;So the other day  I started coding a simple script for creating and updating image galleries with php. 
&lt;br/&gt;
&lt;br/&gt;My goals were to have just one php file for the script and one css file for both the UI and the gallery styling (so other people could modify these if they wanted ), I also wanted to avoid the requirement of having a Mysql database, so I opted for a scripted flat file system, but above all I just wanted an uncomplicated way of posting images and limited content in an artist friendly easy to install package...I had no idea what I was getting into : )
&lt;br/&gt;
&lt;br/&gt;3 mythical man months later I am the proud father of this tinsy CMS and decided to let it out of the bag. 
&lt;br/&gt;
&lt;br/&gt;http://www.k3no.com/berta/pages/inst1.php
&lt;br/&gt;
&lt;br/&gt;Hope you like
&lt;br/&gt;K&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 08 Nov 2006 23:35:34 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/05cb62b7-6162-4c39-b4fd-b41802056391</guid>
      <dc:creator>k3no</dc:creator>
      <dc:date>2006-11-08T23:35:34Z</dc:date>
    </item>
    <item>
      <title>Bid Request for Zillow Real Estate API Configuration</title>
      <link>http://php.tribe.net/thread/5ced3c91-79ac-4cfb-9165-f7f872874f7c</link>
      <description>&lt;div&gt;Hello, 
&lt;br/&gt;
&lt;br/&gt;I am in need of someone to configure an API for Zillow.com ( real estate home evalution) and would like to know how much someone would charge to set it up. 
&lt;br/&gt;
&lt;br/&gt;Can someone take a look at the two API's and give me an estimate on what it would cost to set up as well as a time frame:
&lt;br/&gt;
&lt;br/&gt;http://www.zillow.com/howto/api/HomeValuationAPIOverview.htm
&lt;br/&gt;
&lt;br/&gt;http://www.zillow.com/howto/api/PropertyDetailsAPIOverview.htm 
&lt;br/&gt;
&lt;br/&gt;Thanks, 
&lt;br/&gt;
&lt;br/&gt;Anthony
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 03 Nov 2006 16:16:01 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/5ced3c91-79ac-4cfb-9165-f7f872874f7c</guid>
      <dc:creator>Juxtapoze</dc:creator>
      <dc:date>2006-11-03T16:16:01Z</dc:date>
    </item>
    <item>
      <title>time to show what a noob I am...search and replace solutions..</title>
      <link>http://php.tribe.net/thread/f111d902-452e-4171-96a4-5a24617498f9</link>
      <description>&lt;div&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;I'm pulling a variable from a database that I want to search for 2-3 different patterns and replace them with blanks. What I found online has confused me and I'm being a little impatient..can anyone post an example how to achieve this?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 13 Oct 2006 17:27:56 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/f111d902-452e-4171-96a4-5a24617498f9</guid>
      <dc:creator />
      <dc:date>2006-10-13T17:27:56Z</dc:date>
    </item>
    <item>
      <title>Pulling a username variable</title>
      <link>http://php.tribe.net/thread/b0bc60e4-dff7-4056-94a6-6502fef7192c</link>
      <description>&lt;div&gt;I know there has to be a way to do this, bu tI can't seem to find it anywhere. I'm probably just searching wrong.
&lt;br/&gt;
&lt;br/&gt;I've got a section on one of my sites where people log into a secure area, protected by .htaccess. I need to know on pages within that area, is there a way to pull a global variable to know the persons username? &lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 4 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 19 Sep 2006 18:16:01 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/b0bc60e4-dff7-4056-94a6-6502fef7192c</guid>
      <dc:creator>chainmaile</dc:creator>
      <dc:date>2006-09-19T18:16:01Z</dc:date>
    </item>
    <item>
      <title>Online WYSIWYG document</title>
      <link>http://php.tribe.net/thread/d7f45adb-b2cb-4de3-b193-cb125e7112be</link>
      <description>&lt;div&gt;
&lt;br/&gt;I hope there is someone who can help me, this may be a PHP thing, or an ASP issue, and I’m not too sure. 
&lt;br/&gt;I’m trying to make a one page document that serves as a checkout sheet.
&lt;br/&gt;I.E. &amp;amp;lt;Person A&gt; has &amp;amp;lt;item B&gt;
&lt;br/&gt;
&lt;br/&gt;It’s pretty simple. 
&lt;br/&gt;I’ll use a number of forms and check list to make this happen.
&lt;br/&gt;I just want a WYSIWYG doc that can be modified and saved by anyone and viewed in real time. 
&lt;br/&gt;
&lt;br/&gt;Can anyone help me, or point me in the right direction?
&lt;br/&gt;
&lt;br/&gt;~ Ryoga&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Mon, 09 Oct 2006 20:06:29 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/d7f45adb-b2cb-4de3-b193-cb125e7112be</guid>
      <dc:creator>RyogaVee</dc:creator>
      <dc:date>2006-10-09T20:06:29Z</dc:date>
    </item>
    <item>
      <title>PHP Dreamweaver</title>
      <link>http://php.tribe.net/thread/3cb33fe3-02c9-4d5a-b18f-1a23e9c48018</link>
      <description>&lt;div&gt;I would like to use Dreamweaver to hand code some files, but because the way my site is set-up Dreamweaver doesn't seem to be the tool to use.
&lt;br/&gt;
&lt;br/&gt;The site is set=up with a template of the header and footer information that stays the same for every page. It's one page, and the content is put into the page using an include() php tag.
&lt;br/&gt;
&lt;br/&gt;This way, each file that is a page only has the content that is unique to that page.
&lt;br/&gt;
&lt;br/&gt;The prolbem is, that if I try to edit this page in Dreamweaver, I don't get any of the CSS formatting and thus don't get to take advantage of using Dreamweaver, I might as well use BBedit and code by hand. 
&lt;br/&gt;
&lt;br/&gt;Is anyone out there using Dreamweaver successfully in the way that I am trying to describe? Any tips?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 13 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 09 May 2006 19:28:25 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/3cb33fe3-02c9-4d5a-b18f-1a23e9c48018</guid>
      <dc:creator>Pink</dc:creator>
      <dc:date>2006-05-09T19:28:25Z</dc:date>
    </item>
    <item>
      <title>PHP If Statement Controlling Checkbox Values</title>
      <link>http://php.tribe.net/thread/5c792a62-8e17-464c-9aa8-fd8b59cec0f8</link>
      <description>&lt;div&gt;I'm just learning PHP so pardon my ignorance but I could really use some help with an if statement.  Here is what I am trying to do in psuedo code:
&lt;br/&gt;
&lt;br/&gt;&amp;amp;lt;input type="checkbox" name="allowupdates" value="
&lt;br/&gt;		&amp;amp;lt;?php 
&lt;br/&gt;if allowupdates == checked value=1
&lt;br/&gt;else  
&lt;br/&gt;allowupdates != checked value=0
&lt;br/&gt;? &gt;" checked="checked"&gt;
&lt;br/&gt;
&lt;br/&gt;Any help would be greatly appreciated!!  
&lt;br/&gt;
&lt;br/&gt;Thanks!
&lt;br/&gt;Jen
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 9 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 31 May 2006 02:15:42 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/5c792a62-8e17-464c-9aa8-fd8b59cec0f8</guid>
      <dc:creator>ShrinkyDink</dc:creator>
      <dc:date>2006-05-31T02:15:42Z</dc:date>
    </item>
    <item>
      <title>hmmmm parse array keys?</title>
      <link>http://php.tribe.net/thread/67f97c55-d798-46b7-8b03-cba95efc962c</link>
      <description>&lt;div&gt;for the life of me i cant seem to be able to come up with a way to do this....
&lt;br/&gt;
&lt;br/&gt;I want to pass an array (specifically $_POST) to a function and then filter it by the keys.... the only thing is i need to filter by a substring of the keys (ie. a prefix).
&lt;br/&gt;
&lt;br/&gt;for example the $_POST array might look like this:
&lt;br/&gt;
&lt;br/&gt;$_POST['cfield-name'] = 'jon doe';
&lt;br/&gt;$_POST['cfield-email'] = 'jon@doe.com';
&lt;br/&gt;$_POST['xid'] = 'update';
&lt;br/&gt;$_POST['table'] = 'addressbook';
&lt;br/&gt;
&lt;br/&gt;and i want the resulting array to look like this:
&lt;br/&gt;
&lt;br/&gt;$results['cfield-name'] = 'jon doe';
&lt;br/&gt;$results['cfield-email'] = 'jon@doe.com';
&lt;br/&gt;
&lt;br/&gt;the thing is i never know exactly whats going to be in $_POST... i know there will be "cfields" there but its anybody's guess which cfields those will be or what other stuff will be contained in $_POST...
&lt;br/&gt;
&lt;br/&gt;My last resort is jsut to apply a foreach or while loop on post and build a new array.. seems like this would decreae performance though as well s being the round about way to do things... maybe thats the only way though... im probably jsut being stupid... haha
&lt;br/&gt;
&lt;br/&gt;I dunno... 
&lt;br/&gt;
&lt;br/&gt;just hold me and tell me it will all be ok....&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 6 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 13 Sep 2006 02:41:22 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/67f97c55-d798-46b7-8b03-cba95efc962c</guid>
      <dc:creator>pixelslut</dc:creator>
      <dc:date>2006-09-13T02:41:22Z</dc:date>
    </item>
    <item>
      <title>New Project</title>
      <link>http://php.tribe.net/thread/ad8a6556-6abc-4c63-be89-2fc1c8ffb553</link>
      <description>&lt;div&gt;A whim that I had last week, quicky turned into a reality.
&lt;br/&gt;
&lt;br/&gt;I found a freely available database listing more than 6 million places on the planet earth.  My first thought was, wouldn't it be fun to try and photograph them all.  
&lt;br/&gt;
&lt;br/&gt;One week later, I'd rented a machine and written all of the code.   Here is the website:
&lt;br/&gt;
&lt;br/&gt;http://www.phototheplanet.com
&lt;br/&gt;
&lt;br/&gt;I'd love your feedback on it.  
&lt;br/&gt;
&lt;br/&gt;-Adam :-)&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Sat, 19 Aug 2006 13:40:29 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/ad8a6556-6abc-4c63-be89-2fc1c8ffb553</guid>
      <dc:creator>mrcurtain</dc:creator>
      <dc:date>2006-08-19T13:40:29Z</dc:date>
    </item>
    <item>
      <title>Content Management System</title>
      <link>http://php.tribe.net/thread/31c71d6d-0ad2-4821-8551-b21d5cf14e27</link>
      <description>&lt;div&gt;I am thinking about creating/updating a community site that wants to add ecommerce functionality.  Out of the CMS systems availlable what do you guys suggest?  I am leaning towards joomla w/ phpbb?
&lt;br/&gt;
&lt;br/&gt;Burton&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 15 Aug 2006 16:01:35 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/31c71d6d-0ad2-4821-8551-b21d5cf14e27</guid>
      <dc:creator>Burton</dc:creator>
      <dc:date>2006-08-15T16:01:35Z</dc:date>
    </item>
    <item>
      <title>dating sites</title>
      <link>http://php.tribe.net/thread/38830aeb-dcab-48f3-b9e3-e97ec1e351b8</link>
      <description>&lt;div&gt;does anyone know how one would go about creating a website where members would join and be matched systematically by certain criteria, similar to that of a dating site?  i am semi-familiar with html, but thats about it.  ive heard that i should be looking into php or scripting (?)  what i really need is someone who knows what theyre doing to point me in the right direction (what tools/processes i should be researching to learn how to do what i want to do)&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Sun, 23 Jul 2006 00:08:40 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/38830aeb-dcab-48f3-b9e3-e97ec1e351b8</guid>
      <dc:creator />
      <dc:date>2006-07-23T00:08:40Z</dc:date>
    </item>
    <item>
      <title>Installing PHP on a Mac</title>
      <link>http://php.tribe.net/thread/3264dd85-2636-4bad-9b13-18798c1b3593</link>
      <description>&lt;div&gt;I just bought a new Apple running OS X 10.4.7 and I'm trying to activate my installation of PHP.  This is the first time I'm doing this myself and am having some trouble.
&lt;br/&gt;
&lt;br/&gt;I know that Apples already come with PHP installed, but since I saw it had PHP4, I went ahead and tried to install Marc Liyanage's PHP5 package because it seemed to be so easy from the instructions.  I downloaded the package, unpacked it, followed all the instructions it said to do, and everything seemed to work fine.  But when I put the phpinfo() test file in my Sites directory and activated my Web Sharing and all that, when I went to test it all I got was the actual code in the browser window.  
&lt;br/&gt;
&lt;br/&gt;I've tried to view other .php site files in my Sites directory and all I get is code in the browser window.  What could I be doing wrong?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 6 replies
		&lt;/div&gt;</description>
      <pubDate>Mon, 31 Jul 2006 02:02:47 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/3264dd85-2636-4bad-9b13-18798c1b3593</guid>
      <dc:creator>jeffrowe</dc:creator>
      <dc:date>2006-07-31T02:02:47Z</dc:date>
    </item>
    <item>
      <title>Better Image Resize Algorithm.</title>
      <link>http://php.tribe.net/thread/79cb30c8-7920-4ff9-807c-4a2069aff838</link>
      <description>&lt;div&gt;Hello.
&lt;br/&gt;
&lt;br/&gt;I am working on a Gallery script,  and am having problems with my thumbnail algorithm. I want  to have a maximum image size of 120x120px  which needs to respect the image proportion, I am using:
&lt;br/&gt;
&lt;br/&gt;$maxwidth = 120;
&lt;br/&gt;$maxheight = 120;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;list($width_orig, $height_orig) = getimagesize($file);
&lt;br/&gt;			
&lt;br/&gt;if ($maxwidth &amp;amp;&amp;amp; ($width_orig &amp;lt; $height_orig)) {
&lt;br/&gt;   $maxwidth = ($maxheight / $height_orig) * $width_orig;
&lt;br/&gt;   } else {
&lt;br/&gt;   $maxheight = ($maxwidth / $width_orig) * $height_orig;
&lt;br/&gt;   }
&lt;br/&gt;
&lt;br/&gt;which works fine with most images, but near square ones freak out and give me way smaller thumbs.
&lt;br/&gt;
&lt;br/&gt;Any Idea whats wrong, do you know of a better algorithm ?
&lt;br/&gt;
&lt;br/&gt;Thanks
&lt;br/&gt;
&lt;br/&gt;Keno.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Tue, 01 Aug 2006 18:42:57 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/79cb30c8-7920-4ff9-807c-4a2069aff838</guid>
      <dc:creator>k3no</dc:creator>
      <dc:date>2006-08-01T18:42:57Z</dc:date>
    </item>
    <item>
      <title>Conditional opening of web page...</title>
      <link>http://php.tribe.net/thread/90c41dfd-66ab-46b5-ab4d-7b25bcb52bc6</link>
      <description>&lt;div&gt;What is the command for opening an HTML page from within a PHP program?
&lt;br/&gt;
&lt;br/&gt;For example:
&lt;br/&gt;
&lt;br/&gt;CASE 1
&lt;br/&gt;      OPEN page1.html
&lt;br/&gt;CASE 2 
&lt;br/&gt;      OPEN page2.htm
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Tue, 01 Aug 2006 17:28:44 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/90c41dfd-66ab-46b5-ab4d-7b25bcb52bc6</guid>
      <dc:creator>djlerman</dc:creator>
      <dc:date>2006-08-01T17:28:44Z</dc:date>
    </item>
    <item>
      <title>PHP5 job in the City!</title>
      <link>http://php.tribe.net/thread/56a4f4e4-d587-4db2-afc1-57d340a6e5d7</link>
      <description>&lt;div&gt;Hello everyone...
&lt;br/&gt;
&lt;br/&gt;One of the guys on my team represents a client here in San Francisco that is looking for a Senior PHP developer to join their UI team.   This company has over 150 customers currently, and they are doing extremely well.
&lt;br/&gt;
&lt;br/&gt;If you would like more info about the role, email me at:
&lt;br/&gt;peter AT gravitypeople.com
&lt;br/&gt;
&lt;br/&gt;Core requirements:
&lt;br/&gt;Strong experience with PHP5
&lt;br/&gt;Knowledge of object oriented programming, database design and implementation
&lt;br/&gt;Experience with open source projects and development
&lt;br/&gt;Experience with MySQL and Apache&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 28 Jul 2006 21:12:18 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/56a4f4e4-d587-4db2-afc1-57d340a6e5d7</guid>
      <dc:creator>sneakepete</dc:creator>
      <dc:date>2006-07-28T21:12:18Z</dc:date>
    </item>
    <item>
      <title>PEAR</title>
      <link>http://php.tribe.net/thread/e559ac29-f059-40f8-b75b-8f63f9819f14</link>
      <description>&lt;div&gt;Hi
&lt;br/&gt;
&lt;br/&gt;I'm using PHP 5, apache 2 on windows xp
&lt;br/&gt;
&lt;br/&gt;I'm struggling on how to make mysql connection using PEAR. Even though i have installed PEAR (go-pear.bat), inserted INCLUDES (for pear)  in php.ini  but still am not able to make database connection using it. Please help.
&lt;br/&gt;
&lt;br/&gt;I'm also pasting little simple code for making mysql connection
&lt;br/&gt;
&lt;br/&gt;include 'c:/php/pear/DB.php';
&lt;br/&gt;$db_host = 'localhost';
&lt;br/&gt;$db_user = ‘abc’;
&lt;br/&gt;$db_pass = ‘abc’;
&lt;br/&gt;$db_name = ‘guestbook12’;
&lt;br/&gt;$dsn = “mysql://$db_user:$db_pass@$db_host/$db_name”;
&lt;br/&gt;
&lt;br/&gt;   $conn =&amp;amp; DB::connect ($dsn);
&lt;br/&gt;   if (DB::isError ($conn))
&lt;br/&gt;     die ("Cannot connect: " . $conn-&gt;getMessage () . "\n");
&lt;br/&gt;
&lt;br/&gt;Any help will be highly appreciated.
&lt;br/&gt;
&lt;br/&gt;Thanks&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 25 Jul 2006 07:41:05 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/e559ac29-f059-40f8-b75b-8f63f9819f14</guid>
      <dc:creator>timsi</dc:creator>
      <dc:date>2006-07-25T07:41:05Z</dc:date>
    </item>
    <item>
      <title>Passed varibles not showing up</title>
      <link>http://php.tribe.net/thread/e8cbc6e8-5b75-4f9d-9ca3-9ba01b4cc121</link>
      <description>&lt;div&gt;Working on a little script for a client. Using a form to pass a number of variable using "get". They show up in the address bar correctly, but when the script tries to echo the varibles they don't show up. Any idea what might be causing the problem? I've been banging my head against the wall on this...&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 8 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 20 Jul 2006 16:41:02 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/e8cbc6e8-5b75-4f9d-9ca3-9ba01b4cc121</guid>
      <dc:creator>chainmaile</dc:creator>
      <dc:date>2006-07-20T16:41:02Z</dc:date>
    </item>
    <item>
      <title>Badass Developer Job</title>
      <link>http://php.tribe.net/thread/0facd3b5-7a26-49b2-af75-90a077a83afb</link>
      <description>&lt;div&gt;My client (San Jose) is the fastest growing interactive social media company and the largest roleplaying community on the web.
&lt;br/&gt;
&lt;br/&gt;To meet the demands from their tremendous growth, they are seeking creative programmers skilled in PHP and MySQL programming. A strong background in designing database driven applications is a must for this position, with strong communication skills and ability to brainstorm with the creative team on new ideas.
&lt;br/&gt;
&lt;br/&gt;Responsibilities:
&lt;br/&gt;
&lt;br/&gt;Developing new solutions using industry standard technologies with HTML, PHP, MySQL, and JavaScript
&lt;br/&gt;Performing quality control and security re-enforcements to gaming related features
&lt;br/&gt;Enhancing existing codebase to conquer scalability problems or bottlenecks
&lt;br/&gt;Optimizing database-driven functions involving enterprise level activities and updates
&lt;br/&gt;
&lt;br/&gt;Qualifications:
&lt;br/&gt;
&lt;br/&gt;4+ years experience with PHP and web development
&lt;br/&gt;2+ years of experience with MySQL
&lt;br/&gt;Familiar with Linux, Javascript and DHTML
&lt;br/&gt;ActionScript a plus
&lt;br/&gt;Ability to work well under pressure and keep abreast of current technologies
&lt;br/&gt;Excellent troubleshooting and problem solving skills with little supervision
&lt;br/&gt;
&lt;br/&gt;Salary/Benefits:
&lt;br/&gt;
&lt;br/&gt;Salary based on experience
&lt;br/&gt;Annual reviews
&lt;br/&gt;Stock options
&lt;br/&gt;Full Benefits with medical, dental, vision, chiro insurances, and 401k
&lt;br/&gt;Free lunch, drinks, snacks, and more
&lt;br/&gt;
&lt;br/&gt;Interested? Attach a resume to an e-mail to: bryce@rivierapartners.com&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Sat, 24 Jun 2006 01:59:58 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/0facd3b5-7a26-49b2-af75-90a077a83afb</guid>
      <dc:creator>Bryce</dc:creator>
      <dc:date>2006-06-24T01:59:58Z</dc:date>
    </item>
    <item>
      <title>md5</title>
      <link>http://php.tribe.net/thread/f5c255b0-a16e-4884-b317-4fe71d07d16e</link>
      <description>&lt;div&gt;Hi All
&lt;br/&gt;
&lt;br/&gt;Anybody know if md5 password can be decrypted?
&lt;br/&gt;
&lt;br/&gt;Actually, I have got an assignment which is already half done and to get into that application I need to have right password which are stored in the database. So anybody knows or can suggest if i can decrypt md5 encrypted password?
&lt;br/&gt;
&lt;br/&gt;Thanks in advance&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 13 Jun 2006 14:09:20 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/f5c255b0-a16e-4884-b317-4fe71d07d16e</guid>
      <dc:creator>timsi</dc:creator>
      <dc:date>2006-06-13T14:09:20Z</dc:date>
    </item>
    <item>
      <title>Server config problem?</title>
      <link>http://php.tribe.net/thread/1d8dbb04-2348-4a4d-a016-52d3a2663a81</link>
      <description>&lt;div&gt;http://www.esterosantabarbara.com/reset.php
&lt;br/&gt;
&lt;br/&gt;is a sample of a page that i am working on.
&lt;br/&gt;
&lt;br/&gt;For some reason, the server is recognizing a '&gt;' character as a closing PHP character, ie a '?&gt;'
&lt;br/&gt;
&lt;br/&gt;not sure why this is happening. I need to be able to tell the admin what to do.
&lt;br/&gt;
&lt;br/&gt;I have the phpinfo();  here:
&lt;br/&gt;
&lt;br/&gt;http://www.esterosantabarbara.com/index.php
&lt;br/&gt;
&lt;br/&gt;I also notice that if there are any returns it screws up the page as well. So in this example above i don't really know if it is the returns or the '&gt;'
&lt;br/&gt;
&lt;br/&gt;thanks for any help.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 11 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 07 Jun 2006 19:38:16 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/1d8dbb04-2348-4a4d-a016-52d3a2663a81</guid>
      <dc:creator>Pink</dc:creator>
      <dc:date>2006-06-07T19:38:16Z</dc:date>
    </item>
    <item>
      <title>PHP/[Webserver] On CD?????</title>
      <link>http://php.tribe.net/thread/10a8df16-7542-4362-a305-96db628df2a1</link>
      <description>&lt;div&gt;Cilent wanted massive website from land develpment study document (about 250 Ansi A pages).. MAke website... to save time i use XML and PHP domxml functions to make site dynamic. Project gets finished... Client asks: "will this run on a cd?". I shit myself...
&lt;br/&gt;
&lt;br/&gt;So question: Is there a way to set up an instance of PHP on a cd so they can serve the site off of it? Im sure there has to be away but im not sure how to go about it... Im guessing it has something to do with installing php as a cgi server an configuring an autorun to start the server but im clueless abotu the particulars.
&lt;br/&gt;
&lt;br/&gt;Someone know?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 4 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 11 Apr 2006 14:04:32 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/10a8df16-7542-4362-a305-96db628df2a1</guid>
      <dc:creator>pixelslut</dc:creator>
      <dc:date>2006-04-11T14:04:32Z</dc:date>
    </item>
    <item>
      <title>Script to prevent image saving</title>
      <link>http://php.tribe.net/thread/0c5032fc-c8ad-4d82-a8f4-e44535de0a40</link>
      <description>&lt;div&gt;Does any one know of a Good PHP script to prevent someone saving images on my website? Or do have to go back to javascript?
&lt;br/&gt;
&lt;br/&gt;Josh&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 4 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 25 May 2006 22:44:17 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/0c5032fc-c8ad-4d82-a8f4-e44535de0a40</guid>
      <dc:creator>reivermaxwell</dc:creator>
      <dc:date>2006-05-25T22:44:17Z</dc:date>
    </item>
    <item>
      <title>Looking for an auction software (eBay type)</title>
      <link>http://php.tribe.net/thread/8705c13e-e228-40c6-bd3a-25f933dd3ca5</link>
      <description>&lt;div&gt;Does anyone know of a good Auction software to recommend.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Mon, 29 May 2006 03:40:18 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/8705c13e-e228-40c6-bd3a-25f933dd3ca5</guid>
      <dc:creator>LRyan</dc:creator>
      <dc:date>2006-05-29T03:40:18Z</dc:date>
    </item>
    <item>
      <title>Looking for someone with php/MySQL expertise to join our team</title>
      <link>http://php.tribe.net/thread/179bce1e-8293-4342-a016-f1528a2b6f04</link>
      <description>&lt;div&gt;We are looking for a php programmer based in LA.
&lt;br/&gt;If anyone might be interested in joining us, please contact me.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Mon, 29 May 2006 03:37:55 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/179bce1e-8293-4342-a016-f1528a2b6f04</guid>
      <dc:creator>LRyan</dc:creator>
      <dc:date>2006-05-29T03:37:55Z</dc:date>
    </item>
    <item>
      <title>PHP and Live TV streaming?</title>
      <link>http://php.tribe.net/thread/e9380aee-872f-4e26-be4b-9be9a4f46623</link>
      <description>&lt;div&gt;I posted this in the PHP coders area, but no answer. 
&lt;br/&gt;
&lt;br/&gt;Does anyone know how or has done it? With the TV / capture card I have, it has an .aspx file where you can stream live tv to a browser. It's "okay". The main issue, you can't change channels!!! That doesn't work at all.
&lt;br/&gt;
&lt;br/&gt;Has anyone ever coded something in PHP that does the same thing, only where the channel changer actually works?
&lt;br/&gt;
&lt;br/&gt;Rex&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</description>
      <pubDate>Sun, 21 May 2006 14:22:39 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/e9380aee-872f-4e26-be4b-9be9a4f46623</guid>
      <dc:creator>Rex_Dixon</dc:creator>
      <dc:date>2006-05-21T14:22:39Z</dc:date>
    </item>
    <item>
      <title>Online Music Store Module</title>
      <link>http://php.tribe.net/thread/c28e934c-75bf-45db-b5cc-8d57272dba3e</link>
      <description>&lt;div&gt;My housemate wants to set up a site for his indie download label. We're looking for a php-based module that does paypal/mp3 downloads. Any ideas?
&lt;br/&gt;
&lt;br/&gt;And/or, he's looking for an actual developer to build the back-end of the site. He would do all the design. He's willing to put up some cash, maybe $500-1000 for help.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 8 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 17 May 2006 01:38:46 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/c28e934c-75bf-45db-b5cc-8d57272dba3e</guid>
      <dc:creator>twyster</dc:creator>
      <dc:date>2006-05-17T01:38:46Z</dc:date>
    </item>
    <item>
      <title>login into password protection section with php</title>
      <link>http://php.tribe.net/thread/f1345b85-9868-44b8-b991-2dd93df587dd</link>
      <description>&lt;div&gt;I've got a section on a site I do tha tis current password protected using .htaccess. It's been fine for now, but I want to change things a bit.
&lt;br/&gt;
&lt;br/&gt;What I need to be able to do is have a person login through a form, make sure their username/password is legit, then pass them on into the rest of the site.
&lt;br/&gt;
&lt;br/&gt;The thing is that once they login that there username is passed along through the url as a hidden field to each page they go to.
&lt;br/&gt;
&lt;br/&gt;I thought I coudl do this using the global $php_auth_user varible, but it doesn't work if php is being run as CGI, which our provider does.
&lt;br/&gt;
&lt;br/&gt;Any suggestions?
&lt;br/&gt;
&lt;br/&gt;Thanks!&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 17 May 2006 08:09:51 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/f1345b85-9868-44b8-b991-2dd93df587dd</guid>
      <dc:creator>chainmaile</dc:creator>
      <dc:date>2006-05-17T08:09:51Z</dc:date>
    </item>
    <item>
      <title>dynamic meta tags</title>
      <link>http://php.tribe.net/thread/36f8e7f6-a086-4fd9-aa79-a418d1861812</link>
      <description>&lt;div&gt;Hi
&lt;br/&gt;
&lt;br/&gt;I'm little bit confused on Dynamic meta tags... 
&lt;br/&gt;1) How good/efficient  it is to use them?
&lt;br/&gt;2) How search engines will recognize the meta tags which are generated dynamically?
&lt;br/&gt;3) What are pros and cons of using them (dynamic meta tags)?
&lt;br/&gt;
&lt;br/&gt;Any person who has used dynamic meta tag, please shed some light on this. 
&lt;br/&gt;
&lt;br/&gt;Thanks
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Tue, 02 May 2006 12:09:09 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/36f8e7f6-a086-4fd9-aa79-a418d1861812</guid>
      <dc:creator>timsi</dc:creator>
      <dc:date>2006-05-02T12:09:09Z</dc:date>
    </item>
    <item>
      <title>uploader question</title>
      <link>http://php.tribe.net/thread/4bfc3cbe-b262-4bfe-9368-95694ff7b49e</link>
      <description>&lt;div&gt;I'm having trouble getting into my server root system witht the following code:
&lt;br/&gt;
&lt;br/&gt;&amp;amp;lt;?
&lt;br/&gt;if ($_FILES[img1] !="") {
&lt;br/&gt;@copy ($_FILES[img1] [tmp_name],
&lt;br/&gt;"usr/local/apache2/htdocs/" .$_FILES[img1]{name])
&lt;br/&gt;or die("Couldn't copy the file.");
&lt;br/&gt;} else {
&lt;br/&gt;    die ("No input file specified");
&lt;br/&gt;}
&lt;br/&gt;?&gt;
&lt;br/&gt;
&lt;br/&gt;&amp;amp;lt;html&gt;
&lt;br/&gt;&amp;amp;lt;head&gt;
&lt;br/&gt;&amp;amp;lt;Title&gt; Successful file upload &amp;amp;lt;/Title&gt;
&lt;br/&gt;&amp;amp;lt;/head&gt;
&lt;br/&gt;&amp;amp;lt;body&gt;
&lt;br/&gt;&amp;amp;lt;H1&gt; Success!&amp;amp;lt;/H1&gt;
&lt;br/&gt;&amp;amp;lt;p&gt; You sent: &amp;amp;lt;? echo $_FILES[img1][name]; ?&gt;,
&lt;br/&gt;a &amp;amp;lt;? echo $_FILES[img1][size]; ?&gt; byte file with
&lt;br/&gt;a mime type of &amp;amp;lt;? echo $_FILES[img1][type]; ?&gt; . &amp;amp;lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;&amp;amp;lt;/body&gt;
&lt;br/&gt;&amp;amp;lt;/html&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;it's line 4 that's the problem...I tried alot of things and they didn't work. any way to find out the correct path? any permissions need to be set?
&lt;br/&gt;thanks&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 4 replies
		&lt;/div&gt;</description>
      <pubDate>Sun, 23 Apr 2006 23:36:49 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/4bfc3cbe-b262-4bfe-9368-95694ff7b49e</guid>
      <dc:creator>cowboyangel</dc:creator>
      <dc:date>2006-04-23T23:36:49Z</dc:date>
    </item>
    <item>
      <title>unauthorized use of php mail and forms</title>
      <link>http://php.tribe.net/thread/78a8ce18-8d9e-44d7-945b-e773ead28656</link>
      <description>&lt;div&gt;Some asshole has been using my php forms to send idiot messages. Is there some way to prevent this type of intrusion? Make the form more bullet proof?
&lt;br/&gt;Advice appreciated.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 6 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 29 Mar 2006 06:22:44 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/78a8ce18-8d9e-44d7-945b-e773ead28656</guid>
      <dc:creator>cowboyangel</dc:creator>
      <dc:date>2006-03-29T06:22:44Z</dc:date>
    </item>
    <item>
      <title>Simple free shopping cart</title>
      <link>http://php.tribe.net/thread/aee34ed8-6d78-4d00-8770-967bdfe780a0</link>
      <description>&lt;div&gt;I've got a customer who I need to set up a simple shopping cart system for. I tried going with osCommerce, but it's too complicated for what she wants. Basically we've got a numer of static html pages with the items, maybe a drop down for a color selection, and an add to cart button. After everything is added to the cart the customer needs to be able to click on a checkout button, and put in their shipping and CC information which which will be emailed to her. She has already signed up with ProPay for her CC processing.
&lt;br/&gt;
&lt;br/&gt;Anyone have a suggestion?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Wed, 25 Jan 2006 19:40:08 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/aee34ed8-6d78-4d00-8770-967bdfe780a0</guid>
      <dc:creator>chainmaile</dc:creator>
      <dc:date>2006-01-25T19:40:08Z</dc:date>
    </item>
    <item>
      <title>Objects - sharing code</title>
      <link>http://php.tribe.net/thread/4295c189-b9dc-42b7-b8d8-053e7d174307</link>
      <description>&lt;div&gt;I have a bunch of php objects in my system. 
&lt;br/&gt;
&lt;br/&gt;Almost all of them are derived from a parent Record or RecordList class.  Sometimes, I want to share code between the sibling classes.  For example, an Item and an ItemList might have some common functions.  For the moment, I've written the code twice or put it into an external global function.  
&lt;br/&gt;
&lt;br/&gt;What is the best way to do this?
&lt;br/&gt;
&lt;br/&gt;I can use static functions -- but then I can't access member variables of the objects -- and I can't limit the access to only these two siblings, right?  
&lt;br/&gt;
&lt;br/&gt;I'd like to inherit both Item objects from the same ItemSharedCode object, but in php an object can only extend one class, right?
&lt;br/&gt;
&lt;br/&gt;Any ideas?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 8 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 21 Mar 2006 13:16:32 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/4295c189-b9dc-42b7-b8d8-053e7d174307</guid>
      <dc:creator>mrcurtain</dc:creator>
      <dc:date>2006-03-21T13:16:32Z</dc:date>
    </item>
    <item>
      <title>More on Query Limits</title>
      <link>http://php.tribe.net/thread/ae265a81-9284-4b44-b1dd-1c03f37b4a6f</link>
      <description>&lt;div&gt;I need to apply pagination to a sampel chapter of book. I know basically how to go about it, but i was wondering if anone had a function already done for it. The chapter will be stored in one table, or possibly in an xml document. I havent really decided which yet but that irrelevent anyhow since ineed to do the limiting on the php side and set the pagination.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</description>
      <pubDate>Mon, 20 Mar 2006 16:08:52 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/ae265a81-9284-4b44-b1dd-1c03f37b4a6f</guid>
      <dc:creator>pixelslut</dc:creator>
      <dc:date>2006-03-20T16:08:52Z</dc:date>
    </item>
    <item>
      <title>PHP Simple stuff??? - hired help?</title>
      <link>http://php.tribe.net/thread/d9b47b77-55d7-4dea-9430-c0363669ca83</link>
      <description>&lt;div&gt;There are a few elements of my code (dreamweaver) that I am having trouple with. They revolve around sessions and identifying the users authorization level.
&lt;br/&gt;
&lt;br/&gt;Also I have a search function that keeps returning the first record in the MySQL database table.
&lt;br/&gt;
&lt;br/&gt;I need an angel to fix or help me fix these problems so that our non-profit (international dj guild) can go online and we can begin generating revenue.
&lt;br/&gt;
&lt;br/&gt;I have no money to pay now but will gladly pay on an invoice in 30-60 days if we can agree on a price. Much more work is forthcoming as we develop the site.
&lt;br/&gt; 
&lt;br/&gt;http://internationaldjguild.tribe.net&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 13 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 02 Dec 2005 00:33:21 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/d9b47b77-55d7-4dea-9430-c0363669ca83</guid>
      <dc:creator>micrage</dc:creator>
      <dc:date>2005-12-02T00:33:21Z</dc:date>
    </item>
    <item>
      <title>Accessing MySQL via OS X Terminal</title>
      <link>http://php.tribe.net/thread/3a551bc8-cde4-49e9-8fbf-b3239e3314ff</link>
      <description>&lt;div&gt;Hi all,
&lt;br/&gt;
&lt;br/&gt;I'm brushing up on my coding skills with a Visual Quickpro PHP/MySQL book.  In the "Introduction to SQL and MySQL" chapter, the author gives instructions on how to access the mysql monitor, but I can't see, to login successfully.
&lt;br/&gt;
&lt;br/&gt;The instructions, in part:
&lt;br/&gt;
&lt;br/&gt;2. Move to the mysql directory.  For my operating system, the command is:
&lt;br/&gt;
&lt;br/&gt;cd /usr/local/mysql
&lt;br/&gt;
&lt;br/&gt;3. Enter the following text:
&lt;br/&gt;
&lt;br/&gt;bin/mysql -u username -p
&lt;br/&gt;
&lt;br/&gt;or
&lt;br/&gt;
&lt;br/&gt;mysql -u username -p
&lt;br/&gt;
&lt;br/&gt;or
&lt;br/&gt;
&lt;br/&gt;./bin/mysql -u username -p
&lt;br/&gt;
&lt;br/&gt;The last of these resulted in a password prompt.  Entering my password, however, gives me the following message:
&lt;br/&gt;
&lt;br/&gt;ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)
&lt;br/&gt;Users-Computer:/usr/local/mysql user$ 
&lt;br/&gt;
&lt;br/&gt;Any clue what I'm doing wrong?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Sun, 05 Mar 2006 05:30:40 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/3a551bc8-cde4-49e9-8fbf-b3239e3314ff</guid>
      <dc:creator>bridgetds</dc:creator>
      <dc:date>2006-03-05T05:30:40Z</dc:date>
    </item>
    <item>
      <title>Site redesign</title>
      <link>http://php.tribe.net/thread/e2294bd9-6d21-4413-90c4-4815ea61f8ae</link>
      <description>&lt;div&gt;Hi. 
&lt;br/&gt;
&lt;br/&gt;I've recently created a website with a PHP script I bought and converted. However, I'm not really a programer, and my redesign has made the site terribly clumsy to use, and I've had ALOT of complaints about it. I need to hire someone who can iron out the bugs and make it do what I want while being easy to use. Is there anyone interested, and how much would you charge? 
&lt;br/&gt;
&lt;br/&gt;the current site can be found at www.costumerating.com 
&lt;br/&gt;
&lt;br/&gt;Basicly, what I want is a rating site, where pictures can be placed in different categories. Anyone can browse and vote. You'd need a membership to place pictures and make comments on pictures. I'd like ONE username to be good site-wide, and a user could upload multiple pictures in multiple categories. Each picture should have a description, a comment page and a way to report abuses. Categories would be searchable by top 10, bottom 10, latest 10, and random. &lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 24 Feb 2006 18:37:24 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/e2294bd9-6d21-4413-90c4-4815ea61f8ae</guid>
      <dc:creator>amiperiodornot</dc:creator>
      <dc:date>2006-02-24T18:37:24Z</dc:date>
    </item>
    <item>
      <title>Epinions.com wants to hire you</title>
      <link>http://php.tribe.net/thread/56fff710-0b14-49a3-98dd-925930837c74</link>
      <description>&lt;div&gt;Epinions.com is a stable, profitable, fun, well-established site where consumers are rewarded for writing helpful, unbiased product reviews. 
&lt;br/&gt;
&lt;br/&gt;We're looking for some PHP talent in a senior developer role. Facility with SQL, PERL &amp;amp; Unix are all requirements as well. Experience with a consumer-facing website which uses an online database is a huge plus. 
&lt;br/&gt;
&lt;br/&gt;We need someone to help us build our next generation of cool features. This is a challenging and fun position on a small, energetic team. There's no BS in our business model and we have lots of momentum and 6 years of good traction on the net. 
&lt;br/&gt;
&lt;br/&gt;We want someone talented &amp;amp; creative who enjoys getting things done.
&lt;br/&gt;
&lt;br/&gt;Position is in Brisbane, just south of SF. 
&lt;br/&gt;
&lt;br/&gt;Resumes to: ahilal@epinions.com&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 22 Feb 2006 20:57:48 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/56fff710-0b14-49a3-98dd-925930837c74</guid>
      <dc:creator>scarabic</dc:creator>
      <dc:date>2006-02-22T20:57:48Z</dc:date>
    </item>
    <item>
      <title>PHP - MYSQL (limiting length of query result - String)</title>
      <link>http://php.tribe.net/thread/70ed95b5-0215-47ad-8d46-3adff1b50bd7</link>
      <description>&lt;div&gt;Hello,
&lt;br/&gt;I am going gonzo trying to figure out how to limit the amount of characters in a specific column when displaying the database results from a query.
&lt;br/&gt;
&lt;br/&gt;I want
&lt;br/&gt;title: $title date: $date
&lt;br/&gt;Main Text: $maintext (I would like this to go about 100 charcters and then cut off...
&lt;br/&gt;
&lt;br/&gt;Rather then displaying the entire $maintext as pulled form the dtabase.
&lt;br/&gt;
&lt;br/&gt;Any idea?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 10 replies
		&lt;/div&gt;</description>
      <pubDate>Sat, 17 Sep 2005 18:00:31 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/70ed95b5-0215-47ad-8d46-3adff1b50bd7</guid>
      <dc:creator>stallprophet</dc:creator>
      <dc:date>2005-09-17T18:00:31Z</dc:date>
    </item>
    <item>
      <title>Web designers/developers needed</title>
      <link>http://php.tribe.net/thread/26f9ad26-17b0-41e7-98a4-b5e4b855f7e5</link>
      <description>&lt;div&gt;We are a web design firm specializing in websites for entrepreneurs, mid-sized businesses, retailers and wholesalers, associations, membership groups, foundations, and nonprofits.
&lt;br/&gt;
&lt;br/&gt;See us at - 10kwebdesign.com
&lt;br/&gt;
&lt;br/&gt;Our featured offerings are: 
&lt;br/&gt;
&lt;br/&gt;: Online merchandise display and purchasing
&lt;br/&gt;
&lt;br/&gt;: Event and calendar tools
&lt;br/&gt;
&lt;br/&gt;: Community outreach and resources tools
&lt;br/&gt;
&lt;br/&gt;: Simple and effective web management content tools
&lt;br/&gt;
&lt;br/&gt;: Online registration tools
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;We are looking for web designers/developers who will work as 1099 contractors for projects that we acquire and manage.
&lt;br/&gt;
&lt;br/&gt;What we need from you:
&lt;br/&gt;
&lt;br/&gt;- your skill set
&lt;br/&gt;- your web address so we can see your work
&lt;br/&gt;- your rates
&lt;br/&gt;- your availability
&lt;br/&gt;
&lt;br/&gt;Please use contact@10kwebdesign.com
&lt;br/&gt;
&lt;br/&gt;Thanks&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Sun, 05 Feb 2006 02:28:29 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/26f9ad26-17b0-41e7-98a4-b5e4b855f7e5</guid>
      <dc:creator />
      <dc:date>2006-02-05T02:28:29Z</dc:date>
    </item>
    <item>
      <title>Web plan</title>
      <link>http://php.tribe.net/thread/882af003-5be3-47e6-876e-96cde2b1f843</link>
      <description>&lt;div&gt;Hi All
&lt;br/&gt;
&lt;br/&gt;I have put a BLOG on my profile called ESSENTIAL CONTENTS OF A WEB PLAN. Any suggestion to that or how do you like it?
&lt;br/&gt;
&lt;br/&gt;Thanks&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 25 Jan 2006 07:22:11 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/882af003-5be3-47e6-876e-96cde2b1f843</guid>
      <dc:creator>timsi</dc:creator>
      <dc:date>2006-01-25T07:22:11Z</dc:date>
    </item>
    <item>
      <title>Seeking LA-based Web Developers - Zencart/PHP</title>
      <link>http://php.tribe.net/thread/e636973b-dd86-4755-856b-91de71ce1b32</link>
      <description>&lt;div&gt;Seso Media Group is an international agency with offices in Los Angeles and Vienna, serving clients such as Red Bull, Volvo, Benetton, MGM and the Museum of Tolerance. We practice what we like to call “cultural alchemy” – integrating branding, strategy, e-commerce, online marketing and experience design into inventive solutions with intrinsic creative value for our clients and their customers. Seso’s team of creative professionals are fanatical about the creative process, new experimental approaches and most importantly an open atmosphere of free-flowing creativity. 
&lt;br/&gt;
&lt;br/&gt;Seso is currently launching an e-commerce product package targeted at fashion and lifestyle brands. We are seeking programmers with significant experience using Zencart and PHP. Other desirable expertise includes Mambo or other major open source packages. 
&lt;br/&gt;
&lt;br/&gt;For more information on our company, please visit http://www.seso.net. 
&lt;br/&gt;
&lt;br/&gt;Desired 
&lt;br/&gt;Attributes 
&lt;br/&gt;
&lt;br/&gt;Technical 
&lt;br/&gt;
&lt;br/&gt;•	Zencart, PHP/MySQL experience is required
&lt;br/&gt;
&lt;br/&gt;•	Mambo experience desirable
&lt;br/&gt;
&lt;br/&gt;•	Technology-agnostic web programming expertise
&lt;br/&gt;
&lt;br/&gt;•	Proficiency with e-commerce solutions
&lt;br/&gt;
&lt;br/&gt;•	Commitment to security
&lt;br/&gt;
&lt;br/&gt;•	Technical design expertise
&lt;br/&gt;
&lt;br/&gt;•	Experience with testing and quality assurance
&lt;br/&gt;
&lt;br/&gt;•	Eye for usability issues
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Professional 
&lt;br/&gt;
&lt;br/&gt;•	Passionate about creating cohesive, attractive and highly usable web applications
&lt;br/&gt;
&lt;br/&gt;•	Communicates clearly and professionally (verbally and in writing)
&lt;br/&gt;
&lt;br/&gt;•	Detail-oriented, analytical thinker and effective problem-solver
&lt;br/&gt;
&lt;br/&gt;•	Thrives in a fast-paced, team-oriented environment
&lt;br/&gt;
&lt;br/&gt;•	Prioritizes tasks well and committed to meeting deadlines
&lt;br/&gt;
&lt;br/&gt;•	Client-focused, proactive, meticulous, and responsible
&lt;br/&gt;
&lt;br/&gt;•	1+ years of Internet or IT consulting experience
&lt;br/&gt;
&lt;br/&gt;•	Bachelors degree in Engineering, Computer Science or related field
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;How to Apply 
&lt;br/&gt;
&lt;br/&gt;Send the following items to jobs@seso.net: 
&lt;br/&gt;
&lt;br/&gt;•	Resume/Cover Letter
&lt;br/&gt;
&lt;br/&gt;•	Writing Sample
&lt;br/&gt;
&lt;br/&gt;•	Coding Sample
&lt;br/&gt;
&lt;br/&gt;•	URLs
&lt;br/&gt;
&lt;br/&gt;•	References
&lt;br/&gt;
&lt;br/&gt;•	Rates&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 24 Jan 2006 01:21:47 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/e636973b-dd86-4755-856b-91de71ce1b32</guid>
      <dc:creator>Ursula</dc:creator>
      <dc:date>2006-01-24T01:21:47Z</dc:date>
    </item>
    <item>
      <title>A really specific problem Master/Detail Pages</title>
      <link>http://php.tribe.net/thread/60a1934c-9f35-461e-9508-e74baa0efbb3</link>
      <description>&lt;div&gt;Master page has a dynamic table. The primary is displayed and is the link to the detail page. 
&lt;br/&gt;
&lt;br/&gt;detail.php?recordID=&amp;amp;lt;?php echo $row_recordset1['PRIMARY']; ?&gt;
&lt;br/&gt;
&lt;br/&gt;This fails to pass the URL variable (recordID) no matter what I try. In the browser it becomes:
&lt;br/&gt;
&lt;br/&gt;detail.php?recordID=
&lt;br/&gt;
&lt;br/&gt;Which takes you to the detail page and displays data from record one.
&lt;br/&gt;
&lt;br/&gt;Ive tested it in the code tester and it does deliver the proper record. It's just not attaching any data onto the URL.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 19 Jan 2006 03:30:53 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/60a1934c-9f35-461e-9508-e74baa0efbb3</guid>
      <dc:creator>micrage</dc:creator>
      <dc:date>2006-01-19T03:30:53Z</dc:date>
    </item>
    <item>
      <title>php Digital Photo Album</title>
      <link>http://php.tribe.net/thread/5d5a6beb-5b35-4b01-85ca-b755da1638af</link>
      <description>&lt;div&gt;Downloaded the latest code for php photo album from here:
&lt;br/&gt;http://www.phpdpa.com/&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Sat, 14 Jan 2006 21:19:56 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/5d5a6beb-5b35-4b01-85ca-b755da1638af</guid>
      <dc:creator>jahangol</dc:creator>
      <dc:date>2006-01-14T21:19:56Z</dc:date>
    </item>
    <item>
      <title>Getting PHPmyadmin to work on this server.</title>
      <link>http://php.tribe.net/thread/95530ab3-2f29-4662-b1fa-c50d5b6104f8</link>
      <description>&lt;div&gt;I'm installling a database driven site onto some local servers and I'm having a problem getting a mysql administration script running. They don't provide one, and the server requires me to include "#!/usr/local/php " at the beginning of each php page. I've taken the phpmyadmin scripts and added that line to EACH page (lots) and I still get the same "Internal server error 500" whenever I try to run it. Is there something about needing that line or the way the server is configured that requires something else to get phpmyadmin to run? I talked to the administrator there (he was little help) and he told me other sites are running it on their servers with no problems, once they added the line. 
&lt;br/&gt;I should probably just beg him to get the scripts those people are using for me. But I don't think that would fly.
&lt;br/&gt;Big thanks,
&lt;br/&gt;Shane&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 4 replies
		&lt;/div&gt;</description>
      <pubDate>Sun, 11 Dec 2005 02:28:23 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/95530ab3-2f29-4662-b1fa-c50d5b6104f8</guid>
      <dc:creator>pseudotron</dc:creator>
      <dc:date>2005-12-11T02:28:23Z</dc:date>
    </item>
    <item>
      <title>Job: Looking for a senior level PHP5 developer</title>
      <link>http://php.tribe.net/thread/3d4b64e3-54eb-4899-9bda-655a708d3c7a</link>
      <description>&lt;div&gt;My company is looking for a senior level PHP developer well versed in PHP5, object oriented programming, some design patterns, ajax/javascript/css and has leadership qualities.  
&lt;br/&gt;
&lt;br/&gt;Message me directly if you're this person!&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 22 Dec 2005 05:52:05 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/3d4b64e3-54eb-4899-9bda-655a708d3c7a</guid>
      <dc:creator>refernet</dc:creator>
      <dc:date>2005-12-22T05:52:05Z</dc:date>
    </item>
    <item>
      <title>phpMyAdmin: strange error</title>
      <link>http://php.tribe.net/thread/957c9198-c713-4f03-800c-65946e1b1351</link>
      <description>&lt;div&gt;Win2k. I have Apache 1.3 installed and I've been encountering an odd intermittent error when using phpMyAdmin. Every now and then, particularly when viewing and editing a table, I'll be given an error popup saying something went wrong, an error log is being written, and Apache is being shut down. Of course, Apache is never shut down and eventually, or after I click the cancel button, phpMyAdmin finishes whatever it was supposed to be doing. I have yet to figure out where this error log is supposed to be, but that smell indicates someone left a floater in the tank.
&lt;br/&gt;
&lt;br/&gt;Any ideas?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</description>
      <pubDate>Sat, 17 Dec 2005 12:13:47 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/957c9198-c713-4f03-800c-65946e1b1351</guid>
      <dc:creator>Old Spider</dc:creator>
      <dc:date>2005-12-17T12:13:47Z</dc:date>
    </item>
    <item>
      <title>subquery mayhem... where am i going wrong?</title>
      <link>http://php.tribe.net/thread/6f076bb9-cbf9-4b72-a90c-d0424f2e44ca</link>
      <description>&lt;div&gt;can anybody offer some advice on this?  i'm banging my head on the wall trying to find a solution to this. I'm trying to create a report to compare similar items from different suppliers so that we only put the cheapest (or largest quantity) supplier on our website. But differences in product names has me at a standstill.
&lt;br/&gt;
&lt;br/&gt;i have a DB full of products that is fed by a datafeed from a number of sources.  some of the sources use the "NAME" field to put in a name, but others use "NAME" for the manufacturer and "TITLE" for a short description.
&lt;br/&gt;
&lt;br/&gt;ie,
&lt;br/&gt;"ARMANI", "EDT SPRAY 1.7oz", "Supplier1"
&lt;br/&gt;"ARMANI", "EDT SPRAY 6.0oz", "Supplier1"
&lt;br/&gt;"ARMANI EDT SPRAY 1.7oz", "", "Supplier2"
&lt;br/&gt;"ARMANI EDT SPRAY 10oz", "", "Supplier2"
&lt;br/&gt;
&lt;br/&gt;I want to produce a report that would show
&lt;br/&gt;
&lt;br/&gt;ARMANI EDT 1.7oz - Supplier 1   &amp;amp;   ARMANI EDT 1.7oz - Supplier 2
&lt;br/&gt;
&lt;br/&gt;so we can choose which one to keep active.
&lt;br/&gt;
&lt;br/&gt;This is where I've gotten so far:
&lt;br/&gt;
&lt;br/&gt;$query = "SELECT product.*,
&lt;br/&gt;              CONCAT_WS(' ', name, title) AS nametitle,
&lt;br/&gt;              COUNT(name)
&lt;br/&gt;              FROM product
&lt;br/&gt;              GROUP BY name
&lt;br/&gt;              HAVING ( COUNT(name) &gt; 1 )
&lt;br/&gt;              ";
&lt;br/&gt;
&lt;br/&gt;COUNT(name) works great for those items that only use the 'name' field, but those with 'name' and 'title' split screws it up.  i then get a report that shows me 2 matches for ARMANI even though the titles are different.
&lt;br/&gt;
&lt;br/&gt;I created the CONCAT_WS nametitle to put the two together, but I can't do a count on that within the same query... should I create this query and then do another search on nametitle or is there any way of doing this within the same search?
&lt;br/&gt;
&lt;br/&gt;any advice will be greatly appreciated.  if you need me to post more code to figure out what i'm talking about, just ask.  thanks.
&lt;br/&gt;
&lt;br/&gt;jim&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Wed, 21 Dec 2005 18:11:03 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/6f076bb9-cbf9-4b72-a90c-d0424f2e44ca</guid>
      <dc:creator>James</dc:creator>
      <dc:date>2005-12-21T18:11:03Z</dc:date>
    </item>
    <item>
      <title>affiliate scripts</title>
      <link>http://php.tribe.net/thread/58d0adf2-d43f-4106-bdd8-06bd48592460</link>
      <description>&lt;div&gt;Hi folks,
&lt;br/&gt;
&lt;br/&gt;I'm helping out a local non-profit that is looking to create a very lightweight link exchange/affiliate program to help promote an upcoming event.
&lt;br/&gt;
&lt;br/&gt;Here's how they'd like it to work:
&lt;br/&gt;1. Website publishers would go to their site, and register for a unique affiliate ID.
&lt;br/&gt;
&lt;br/&gt;2. Each affiliate would get either an HTML or Javascript snippet that, when added to their site, would display an ad for the event.
&lt;br/&gt;
&lt;br/&gt;3. The system would provide functionality around tracking impressions, clicks, and ideally uniques.
&lt;br/&gt;
&lt;br/&gt;Any suggestions for open source php-based solutions that fit this description, or perhaps something that could be modified to do so?
&lt;br/&gt;
&lt;br/&gt;Thanks in advance!&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Sun, 18 Dec 2005 01:22:06 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/58d0adf2-d43f-4106-bdd8-06bd48592460</guid>
      <dc:creator>gary</dc:creator>
      <dc:date>2005-12-18T01:22:06Z</dc:date>
    </item>
    <item>
      <title>Want To Use PHP for Active Directory Administration</title>
      <link>http://php.tribe.net/thread/83ee2ea5-ea85-42e6-90a0-8ca003689cb2</link>
      <description>&lt;div&gt;Anyone else doing this?  Any suggestions on where to look for resources?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 16 Dec 2005 01:46:23 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/83ee2ea5-ea85-42e6-90a0-8ca003689cb2</guid>
      <dc:creator>ukeapocalypse</dc:creator>
      <dc:date>2005-12-16T01:46:23Z</dc:date>
    </item>
    <item>
      <title>Non Profit PHP Development Opportunity (Volunteer Role) / Potential Open Source Project</title>
      <link>http://php.tribe.net/thread/cc3239ae-29d3-40d9-bb4a-ce264b3b0fdf</link>
      <description>&lt;div&gt;I am writing to inquire if you or anyone you know is a Zope Guru who might be interested in becoming involved with the next
&lt;br/&gt;generation of the SFRaves Calendar Project.
&lt;br/&gt;
&lt;br/&gt;The SFRaves Calendar is located @ http://www.hyperreal.org/raves/sf/calendar2
&lt;br/&gt;
&lt;br/&gt;More information about Zope is located here: http://www.zope.org
&lt;br/&gt;
&lt;br/&gt;All interested parties should have a solid understanding of and development experience with authoring and building applications
&lt;br/&gt;using the Zope application framework, ZPT, Python, PHP, MYSQL. Plone and other languages that might be used to enhance the SFR Calendar Application.
&lt;br/&gt;
&lt;br/&gt;Please note if you are seeing issues with the current calendar incarnation (bugs, errors, etc) please note that I am aware of
&lt;br/&gt;them and am currently in the process of addressing / fixing these issues. 
&lt;br/&gt;
&lt;br/&gt;Please send responses to karina@hyperreal.org
&lt;br/&gt;
&lt;br/&gt;Alternative solutions are also being considered for the next generation of this codebase.  This includes other languages specific to the development of applications in a web environment.
&lt;br/&gt;
&lt;br/&gt;Thanks and regards
&lt;br/&gt;
&lt;br/&gt;Karina &lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Sun, 11 Dec 2005 05:43:00 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/cc3239ae-29d3-40d9-bb4a-ce264b3b0fdf</guid>
      <dc:creator>karina</dc:creator>
      <dc:date>2005-12-11T05:43:00Z</dc:date>
    </item>
    <item>
      <title>Need help with an MySQL query string</title>
      <link>http://php.tribe.net/thread/ec75b8cb-1abc-489c-9d28-f98d9097fb1f</link>
      <description>&lt;div&gt;I'm doing some of my first work with a MySQL database, and I'm having trouble with a select statement. I've got a table, named galdata. One of the fields is pubdate (formatted as "YYYY-MM-DD"). If pubdate is set as "0000-00-00" it's not set to publish. I grab the current date using getdate() and format it into a string to match pubdate, padding the day and month with a zero if necessary.
&lt;br/&gt;
&lt;br/&gt;I can run the following select state to show all the records that aren't "0000-00-00":
&lt;br/&gt;$result = mysql_query( "SELECT * FROM galdata where pubdate != '0000-00-00'" );
&lt;br/&gt;
&lt;br/&gt;What I need to know if how to format that select statement so it checks that the pubdate !- "0000-00-00" and pubdate &amp;amp;lt;= $current_date (my formatted string).
&lt;br/&gt;
&lt;br/&gt;Thanks for any help you can give.
&lt;br/&gt;
&lt;br/&gt;Chance&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</description>
      <pubDate>Mon, 05 Dec 2005 06:18:05 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/ec75b8cb-1abc-489c-9d28-f98d9097fb1f</guid>
      <dc:creator>chainmaile</dc:creator>
      <dc:date>2005-12-05T06:18:05Z</dc:date>
    </item>
    <item>
      <title>URL</title>
      <link>http://php.tribe.net/thread/dcba9795-7d60-4d5f-8e08-a511398ca476</link>
      <description>&lt;div&gt;Hi
&lt;br/&gt;
&lt;br/&gt;I'm facing very strange problem. I have developed a web application where  I have given this download files facility. Everything is working fine except that after downloading of a file, URL gets fixed (in the URL window e.g. abc.com/abc.php) and it does not change irrespective of the module I'm surfing. Even when i open another module (e.g. abc.com/def.php) from the  same application, URL windows shows the same URL (abc.com/abc.php).
&lt;br/&gt;Please note that even when the URL gets fixed (i.e.abc.com/abc.php), whole application still works fine and all the values/parameters are getting passed and is displaying the correct result. 
&lt;br/&gt;This happen only in those system (client side) which have winXP SP2 with IE 6.0 SP2
&lt;br/&gt;
&lt;br/&gt;Any idea?
&lt;br/&gt;
&lt;br/&gt;Thanks
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://php.tribe.net"&gt;PHP Developers&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Tue, 29 Nov 2005 14:24:09 GMT</pubDate>
      <guid isPermaLink="false">http://php.tribe.net/thread/dcba9795-