<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OXXus.net: Web Hosting &#187; PHP Community</title>
	<atom:link href="http://blog.oxxus.net/archives/category/php-community/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.oxxus.net</link>
	<description>Web hosting community!</description>
	<lastBuildDate>Mon, 04 Feb 2008 12:29:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Preferred method when it comes to storing data in database</title>
		<link>http://blog.oxxus.net/archives/178</link>
		<comments>http://blog.oxxus.net/archives/178#comments</comments>
		<pubDate>Fri, 02 Mar 2007 12:27:41 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[JAVA Community]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Community]]></category>
		<category><![CDATA[MySQL Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/178</guid>
		<description><![CDATA[When it comes to storing data, what is the preferred method?
XML, JDBC (with or without ODBC) and an external SQL database, or one of these &#8220;in-the-application&#8221; databases (the ones I&#8217;ve seen are SQL)?
what kind of data? for a simple application you can use hsql or xml  Any kind of data, I guess&#8230;.I&#8217;m not thinking [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/178/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Apache web server</title>
		<link>http://blog.oxxus.net/archives/104</link>
		<comments>http://blog.oxxus.net/archives/104#comments</comments>
		<pubDate>Thu, 24 Aug 2006 15:06:18 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Community]]></category>
		<category><![CDATA[Linux Help]]></category>
		<category><![CDATA[PHP Community]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Unix HELP]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/104</guid>
		<description><![CDATA[I configured it so my apache will listen to a new IP I have, but I heard I need to first configure it at the eth0?
how do I do that?
no you don&#8217;t
you just tell apache which ip(s) to listen on
so.. what do I do? since it does not listen to that IP
in the conf.. there [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/104/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypt data sent via post from my php script</title>
		<link>http://blog.oxxus.net/archives/91</link>
		<comments>http://blog.oxxus.net/archives/91#comments</comments>
		<pubDate>Sun, 20 Aug 2006 00:17:12 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[JAVA Community]]></category>
		<category><![CDATA[Linux Community]]></category>
		<category><![CDATA[PHP Community]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Unix HELP]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/91</guid>
		<description><![CDATA[I would like to encrypt for data to send via post to my php script.
Is javascript the way to go here?
Can I encrypt via javascript and send via POST all by hitting the &#8220;send&#8221; button?

jjog, https was actually invented for it, but you can if you want, from non-form textbox to form&#8217;s hidden input for [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/91/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Preg_replace</title>
		<link>http://blog.oxxus.net/archives/90</link>
		<comments>http://blog.oxxus.net/archives/90#comments</comments>
		<pubDate>Thu, 17 Aug 2006 03:24:34 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux Community]]></category>
		<category><![CDATA[MySQL Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/90</guid>
		<description><![CDATA[I&#8217;m doing a preg_replace and want it to execute a function that is named whatever it finds (\\1)
how do I do that?
like with if (!$sql) { echo &#8220;oops. not working&#8221;; }

$content = preg_replace(&#8220;/#\[([^#]*)\]#/e&#8221;,&#8221;\\1&#8243;,$content);
I want the \\1 to actually be a function
LuckDrago: eval
Tyrexian, better check man for it, i cant explain, its was kinda confusing for [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/90/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP how to do: $this-&gt;static_var =&amp; $s;</title>
		<link>http://blog.oxxus.net/archives/89</link>
		<comments>http://blog.oxxus.net/archives/89#comments</comments>
		<pubDate>Thu, 17 Aug 2006 03:22:52 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/89</guid>
		<description><![CDATA[$this->static_var =&#038; $s; &#8230; what does the =&#038; accomplish in here? HMm.
look in the manual for a description
it&#8217;s a reference, not a copy
basically this is what happens
$a = 0; $b = &$a; $b++; // $a is now 1
because $b points to $a&#8217;s memory address.
Baiscally a pointer in C

http://www.php.net/manual/en/language.references.spot.php
I see. So, is it somewhat like a [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/89/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PgSQL or MySQL</title>
		<link>http://blog.oxxus.net/archives/88</link>
		<comments>http://blog.oxxus.net/archives/88#comments</comments>
		<pubDate>Thu, 17 Aug 2006 03:20:21 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux Community]]></category>
		<category><![CDATA[MySQL Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/88</guid>
		<description><![CDATA[Redwood: [2013] Lost connection to MySQL server during query; Thrown in /Library/WebServer/Documents/social/redwood/classes/Social_Country_Collection.php on line 23
yeah, the fix is use postgresql
Yeah it&#8217;s a wonderful fucking bug.
If you try to call 2 procs, mysql drops the connection;

nice
Never used pgsql before.
Does it support stored procedures and multiple recordsets / in and out variables?
much more too
What&#8217;s performance like vs [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/88/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script into a function in the same script</title>
		<link>http://blog.oxxus.net/archives/87</link>
		<comments>http://blog.oxxus.net/archives/87#comments</comments>
		<pubDate>Thu, 17 Aug 2006 03:16:05 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/87</guid>
		<description><![CDATA[Hey guys, i have two variables, one from a form the user enters in and one that already exists in the script.
I need to get both of these into a function in the same script or to another page, any reccomendations?

DocStly: $_SESSION
Chambrln, how do i load variables from a form into session?
I&#8217;m having a lot [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/87/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>color red in the url</title>
		<link>http://blog.oxxus.net/archives/86</link>
		<comments>http://blog.oxxus.net/archives/86#comments</comments>
		<pubDate>Thu, 17 Aug 2006 03:13:29 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/86</guid>
		<description><![CDATA[how do i have if a ?color=red in the url make it so it only executes < ?php echo " $tex &#8220;;

Tuu: check $_GET['color']
i know
what funcution could i use to echo wee in http://www.1bppbird.net/index.php?page=wee

with a link like http://domain.com/wee.php?tex=echothis how do i echo with php &#8220;echo this&#8221;


 tuu, echo &#8220;&#8220;;
yea i figured that out
if (isset($_GET['color'])) ? [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/86/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not printing the option tag even once in PHP</title>
		<link>http://blog.oxxus.net/archives/85</link>
		<comments>http://blog.oxxus.net/archives/85#comments</comments>
		<pubDate>Mon, 14 Aug 2006 14:57:19 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/85</guid>
		<description><![CDATA[hey can anyone help me figure out what is wrong with this line?
foreach ($status as $key => $value) $content .= &#8220;{$value}&#8221;;
what is happening?
its printing selected six times
and not printing the option tag even once
($row['status']==$key ? &#8221; selected&#8221; : &#8220;&#8221; )
ok thanks
]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/85/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bug in PHP/strtotime</title>
		<link>http://blog.oxxus.net/archives/84</link>
		<comments>http://blog.oxxus.net/archives/84#comments</comments>
		<pubDate>Mon, 14 Aug 2006 14:55:48 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/84</guid>
		<description><![CDATA[I believe there is a bug in strtotime
Can someone please verify this for me
I’m trying to get last month
echo date(&#8220;F j, Y&#8221;, strtotime(&#8220;-1 month&#8221;) );
it escapes &#8221; &#8216; and \ and NUL
what did it return for you?

May 1, 2006 arpad
eh arcannon
arcannon: http://php.mooo.com/pages/test.php
arcannon: http://php.mooo.com/test/ click view source if you want
yea &#8230; today is may 31 it [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/84/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a site for internet radio</title>
		<link>http://blog.oxxus.net/archives/81</link>
		<comments>http://blog.oxxus.net/archives/81#comments</comments>
		<pubDate>Sun, 13 Aug 2006 01:45:06 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP Community]]></category>
		<category><![CDATA[Uncategorized]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/81</guid>
		<description><![CDATA[any1 know how to create a site for internet radio? dj functions/admin/forum etc?
wirewire try shoutcast with some CSM like Mambo?
or a phpBB forum
CSM?  

ye shoutcast is sorted..
just want the website to look real real nice content management systemwirewire try http://www.mamboserver.com/ it&#8217;s a good template for a dynamic site
and they have many themes.
You can get [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/81/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop POST&#8217;ing forms to a .php file</title>
		<link>http://blog.oxxus.net/archives/83</link>
		<comments>http://blog.oxxus.net/archives/83#comments</comments>
		<pubDate>Sun, 13 Aug 2006 01:42:53 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/83</guid>
		<description><![CDATA[Anyone know how i can stop POST&#8217;ing forms to a .php file?
I would like to parse the data using php://input.
I&#8217;m trying to build a live counter when files are uploaded.

noop: post_max_size 0
noop: good luck&#8230; http://rajeczy.com/arpload-0.1-alpha.tar.gz
can i specify that to be one file in particular?
like upload.php ?
noop: with .htaccess, yeah, look at that package
arpad is your [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/83/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wget doesnt download the file on my php config from a different server</title>
		<link>http://blog.oxxus.net/archives/80</link>
		<comments>http://blog.oxxus.net/archives/80#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:21:31 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/80</guid>
		<description><![CDATA[i tried running wget on my php config file from a different server, and it doesn&#8217;t download the file&#8230; even though the permissions on it are -rw-r&#8211;r&#8211; .. which would mean an &#8216;other&#8217; person can read it, but how?
or am i misunderstanding the read attribute

yeah
ok lemmi&#8230;. lemme lay it out
unix perms are only for local [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/80/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overwrite file when $file_exists PHP</title>
		<link>http://blog.oxxus.net/archives/79</link>
		<comments>http://blog.oxxus.net/archives/79#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:20:30 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/79</guid>
		<description><![CDATA[how do I overwrite file when $file_exists ?
just fopen it in the right mode
or unlink it first
right mode?

if you get permission denied, you&#8217;ll need to change the permissions on it
isset($file_exists) ?
php.net/fopen
fopen($file,&#8221;r&#8221;)
will take care?
fopen will blow away any existing file by default anyway
no. read the documentation
unless it can&#8217;t &#8211; which means php can&#8217;t do anything about [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/79/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the last key name in associative array</title>
		<link>http://blog.oxxus.net/archives/78</link>
		<comments>http://blog.oxxus.net/archives/78#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:19:57 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/78</guid>
		<description><![CDATA[how can I get the last key name in associative array?
osp: the last one of the array or alphabetical wise or so?
the last one  $keys = array_keys($array); echo $keys[sizeof($keys)-1];
Trancer thanks
]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/78/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove the extra \&#8217;s which php is putting into database</title>
		<link>http://blog.oxxus.net/archives/77</link>
		<comments>http://blog.oxxus.net/archives/77#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:19:28 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL Community]]></category>
		<category><![CDATA[PHP Community]]></category>
		<category><![CDATA[Windows]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/77</guid>
		<description><![CDATA[Hi, how can i remove the extra \&#8217;s which php is putting into my database?  Is there a way of removing the slashes from all submited form data before it gets posted?
strip_slashes?

Monkey01: turn magic_quotes_gpc off
ok, how do i do that?
and what is it used for?
strip_slashes($variable); ?
Monkey01: It&#8217;s a php.ini setting
Monkey01: php.ini or .htaccess or [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/77/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup db using php</title>
		<link>http://blog.oxxus.net/archives/75</link>
		<comments>http://blog.oxxus.net/archives/75#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:17:20 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux Help]]></category>
		<category><![CDATA[MySQL Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/75</guid>
		<description><![CDATA[heya. how to backup db using php?
phpmyadmin
Drew_ what if i don`t have it?
install it?
Drew_ i don`t want it?

write your own backup script?
Drew_ thats what i said?
Drew_ and i asked how? what function?
evo^ &#8211; check out php.net/mysql
evo^ &#8211; i&#8217;m assuming you use mysql as your db
]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP over ASP</title>
		<link>http://blog.oxxus.net/archives/74</link>
		<comments>http://blog.oxxus.net/archives/74#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:16:26 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP Community]]></category>
		<category><![CDATA[Windows]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/74</guid>
		<description><![CDATA[why would i choose PHP over ASP?
asp is from mircosoft
joe90 because ASP runs on windows machines
Drew_: End of line!
php runs on linux machines effortlessly

joe90: PHP&#8217;s monetarily free where ASP isn&#8217;t, you need Windows to run ASP, it&#8217;s no longer supported by Microsoft, I could go on
monetarily=momentarily?
monetarily.
asp.net is supported though right?
ASP.net is a supported language, but [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/74/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get image create from jpeg outputs JPEG</title>
		<link>http://blog.oxxus.net/archives/73</link>
		<comments>http://blog.oxxus.net/archives/73#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:15:31 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/73</guid>
		<description><![CDATA[Hi, my imagecreatefromjpeg currently outputs PNG. How do I get it to output JPEG ?
I have GD2

Sixer: I gotta see this&#8230;. php
Shai-Tan: You mean the code? ok, one second..
Sixer, it doesnt output a png
you have to do imagejpg($im); where $im=imagecreatefrompng(&#8220;path&#8221;);
image create doesnt output anything
Yeah, I didn&#8217;t realize that. Thanks.
]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/73/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the original .php file from a server</title>
		<link>http://blog.oxxus.net/archives/72</link>
		<comments>http://blog.oxxus.net/archives/72#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:14:12 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/72</guid>
		<description><![CDATA[is there a way to get the original .php file from a server (not the one interpreted by the web server) ?
CptAmeric: not via http, traditionally..

you could ftp in and download the source, if you have access
CptAmeric: if the webserver is configured to parse it via php
you will only be able to get the output
the [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql_close not necessary after each page</title>
		<link>http://blog.oxxus.net/archives/71</link>
		<comments>http://blog.oxxus.net/archives/71#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:13:42 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[MySQL Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/71</guid>
		<description><![CDATA[how come some peoples dont close ther mysql connection after each page?
is mysql_close not necessary?

nope
php handles that sorta stuff automatically
r u sure?
u seem unsure
yip
so im asking to dbl check
you dont have to take my word for it
check on www.php.net/mysql_close
]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/71/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find out for sure how the sockets are blocked</title>
		<link>http://blog.oxxus.net/archives/70</link>
		<comments>http://blog.oxxus.net/archives/70#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:12:57 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/70</guid>
		<description><![CDATA[how do i find out for sure how the sockets are blocked?

build a PHP CGI binary and try to open a socket connection
thats the defauult btw
isnt builiding php a huge pain the butt? cant i just use a simple program ot test it or something?
LOL
building PHP in simple..  but then I&#8217;ve done it about [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/70/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make a connection without using sockets</title>
		<link>http://blog.oxxus.net/archives/69</link>
		<comments>http://blog.oxxus.net/archives/69#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:12:16 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Linux Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/69</guid>
		<description><![CDATA[is there anyway to make a connection without using sockets?
uhh.. connection to what?

b/c i wanna run torrentflux on my php hosting server but it says this in the faqs: http://help.godaddy.com/article.php?article_id=20&#038;topic_id=66&#038;
any ideas if thats possible
HMetal to another computer who&#8217;s running a otrrent client
ummodese1: wow. no sockets? You&#8217;re pretty much SOL
you could try compiling PHP yourself or [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/69/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ways to php page remmember a user from before</title>
		<link>http://blog.oxxus.net/archives/68</link>
		<comments>http://blog.oxxus.net/archives/68#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:11:17 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/68</guid>
		<description><![CDATA[what are ways my php page can remeber a user from before ?
cookies and sessions
depends on &#8220;before&#8221;

as in user goes to www.fake.com then 3 weeks late rlogs on again and his prefferences are remeebred
sessions only work within the session &#8211; obiously
so cookies are the only option
then its either cookies or you save the settings in [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/68/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource</title>
		<link>http://blog.oxxus.net/archives/67</link>
		<comments>http://blog.oxxus.net/archives/67#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:10:21 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[MySQL Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/67</guid>
		<description><![CDATA[Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource
i keep gettign that and i checked the data fields 19,000 times and its correct, anything else it can be?

put echo mysql_error(); before it
the data fields
duplicate entry, but this only runs if successful, wierd
thanks though
i guess my query idea is bad
if ($row = mysql_fetch_array($result)) { [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/67/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insert the password into the db using md5</title>
		<link>http://blog.oxxus.net/archives/66</link>
		<comments>http://blog.oxxus.net/archives/66#comments</comments>
		<pubDate>Wed, 09 Aug 2006 13:04:40 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[MySQL Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/66</guid>
		<description><![CDATA[how would i insert the password into the db using md5?
portal, you convert it to  md5 hash then insert into db :-
upon initial registration
ah
www.php.net/md5
yeah i was reading that

didnt fully understand it
so just do md5(&#8216;pass&#8217;);
then insert it into the db like that
i did
then when you compar you hash the guessed password and compare it vs [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/66/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert a truecolor 24bit image to 16 colors</title>
		<link>http://blog.oxxus.net/archives/64</link>
		<comments>http://blog.oxxus.net/archives/64#comments</comments>
		<pubDate>Fri, 04 Aug 2006 03:27:08 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/64</guid>
		<description><![CDATA[Anyone know how to convert a truecolor (24bit) image to 16 colors?
Photoshop -> image mode -> indexed color -> 16 colours  or&#8230;
 ImageMagick can do it in PHP!
http://www.imagemagick.org/script/convert.php
Seems useful, but the only thing i could find with that was the prefered colors, not any limit&#8230;
http://www.imagemagick.org/script/command-line-options.php#colors
Thats the point, i have an image, jpeg, that has [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Split a paragraph of text using PHP</title>
		<link>http://blog.oxxus.net/archives/63</link>
		<comments>http://blog.oxxus.net/archives/63#comments</comments>
		<pubDate>Fri, 04 Aug 2006 03:22:15 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/63</guid>
		<description><![CDATA[I need to split a paragraph of text by the &#8220;new line characters&#8221; into an array, how can i do this?
  implode(&#8216;\n&#8217;, $text);
into an array?
explode(&#8220;\n&#8221;, $text);
yes explode
and &#8216;\n&#8217; doesnt work
No it doesnt
the correct answer is to split on a pattern of \n or \r\n + whatever the mac oldschool is, if you want to [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/63/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upload problems using PHP scripts</title>
		<link>http://blog.oxxus.net/archives/62</link>
		<comments>http://blog.oxxus.net/archives/62#comments</comments>
		<pubDate>Fri, 04 Aug 2006 03:16:32 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/62</guid>
		<description><![CDATA[I found a couple of simple php scripts online, to upload a file through a webpage
but for some reason none of them work when i try to upload a file which is more 5 megs or so.
Is there a limit to the number of megs a php script can upload?
 Php limit set in php.ini, [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/62/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parse PHP Query String</title>
		<link>http://blog.oxxus.net/archives/61</link>
		<comments>http://blog.oxxus.net/archives/61#comments</comments>
		<pubDate>Fri, 04 Aug 2006 02:59:54 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/61</guid>
		<description><![CDATA[in a url if there are mutliple key=pairs&#038;key=pairs
 how the hell do i get all of them?
 it only gives me the last one!
 You can get the whole thing with $_SERVER['QUERY_STRING'], but then you have to parse it yourself
Please tell me thats not the only way!
well apart from $GLOBALS['_SERVER']['QUERY_STRING']
 parse_url() ?
 er, that&#8217;s not [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/61/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accurate timestamp format in MySQL</title>
		<link>http://blog.oxxus.net/archives/60</link>
		<comments>http://blog.oxxus.net/archives/60#comments</comments>
		<pubDate>Fri, 04 Aug 2006 02:51:27 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[MySQL Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/60</guid>
		<description><![CDATA[Shouldn&#8217;t strtotime() be able to return an accurate timestamp with a date with a format of MM-DD-YYYY ?

no, that&#8217;s ambiguous.
OK, which format do you suggest for best results ?
YYYY-MM-DD  Because that&#8217;s an iso standard, should work anywhere.
I guess a split() will do the job then.
Use explode() for literal strings, split() uses regex, posix regex [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/60/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP configuration issue undefined function gd_info</title>
		<link>http://blog.oxxus.net/archives/59</link>
		<comments>http://blog.oxxus.net/archives/59#comments</comments>
		<pubDate>Fri, 04 Aug 2006 02:48:47 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/59</guid>
		<description><![CDATA[Fatal error: Call to undefined function gd_info() < ]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/59/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create voting form with small cheet factor</title>
		<link>http://blog.oxxus.net/archives/58</link>
		<comments>http://blog.oxxus.net/archives/58#comments</comments>
		<pubDate>Fri, 04 Aug 2006 02:40:44 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP Community]]></category>
		<category><![CDATA[Unix]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/58</guid>
		<description><![CDATA[I have a voting form, and wish to use cookies for &#8220;security&#8221;. I&#8217;m thinking, generate a string, set it as a coo
kie, and store it in a database. How would you create such a string?

Sjefen: md(uniqid());
md5(uniqid())
How long a string will that make?
do you need constant or unique string?
32 characters
Ah.
Good.
sha1 = 40, md5 = 32
hexadecimal
rza: I&#8217;m [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/58/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Number of characters in MySQL with tinytext, text or bigtext</title>
		<link>http://blog.oxxus.net/archives/57</link>
		<comments>http://blog.oxxus.net/archives/57#comments</comments>
		<pubDate>Fri, 04 Aug 2006 02:35:40 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[MySQL Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/57</guid>
		<description><![CDATA[ How many characters can i fit into MySQL tinytext, text, mediumtext bigtext or wtf theire called, i dont understand the cha
rt in the mysql manual.
 tinytext 255
 text = ~64 000
 and bigtext is about 4 trillion

 http://www.peachpit.com/articles/article.asp?p=30885&#038;seqNum=7&#038;rl=1
 so for storing 500-1000 characters i should use text i guess?
 there you go
 yes, correct!
 [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/57/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace one last byte in file using PHP</title>
		<link>http://blog.oxxus.net/archives/56</link>
		<comments>http://blog.oxxus.net/archives/56#comments</comments>
		<pubDate>Fri, 04 Aug 2006 02:32:10 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/56</guid>
		<description><![CDATA[ i want to run php from shell to REPLACE ONE LAST byte in file (`test` in example) with another byte (`A` in example):
 php -r &#8216;$fp = fopen(&#8220;test&#8221;,&#8221;r+&#8221;); fseek($fp,-1,SEEK_END); fwrite($fp,&#8221;A&#8221;); fclose($fp);&#8217;
 but, it wont replace &#8211; just adding one byte to the end&#8230;
 any ideas?
  if you fwrite to it maybe r+ is [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/56/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP urlencode &amp; urldecode</title>
		<link>http://blog.oxxus.net/archives/55</link>
		<comments>http://blog.oxxus.net/archives/55#comments</comments>
		<pubDate>Fri, 04 Aug 2006 02:28:22 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/55</guid>
		<description><![CDATA[ when you have a whitespace in your url, there are several codes that appear. Is there any function that can simulate these in PHP?
 and what are they called?
  htmlentities or htmlencode
 urlencode
 i think
they&#8217;re replaced by the char equivalents, and macca is right

and urldecode()
]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/55/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP MySQL common mistakes</title>
		<link>http://blog.oxxus.net/archives/54</link>
		<comments>http://blog.oxxus.net/archives/54#comments</comments>
		<pubDate>Fri, 04 Aug 2006 02:21:43 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[MySQL Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/54</guid>
		<description><![CDATA[ can anyone teel me if this is correct
 $news = @mysql_query(&#8216;SELECT Noticia FROM noticias WHERE id = 1&#8242;);
 {
 echo ($news);
 }
 it was ment to be one line only
 so is it corectr or not?
 blackdeat: well if you intend to echo the result handle, then it&#8217;s correct.
 but it does not work [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/54/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading PHP manuals offline</title>
		<link>http://blog.oxxus.net/archives/53</link>
		<comments>http://blog.oxxus.net/archives/53#comments</comments>
		<pubDate>Fri, 04 Aug 2006 02:15:55 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/archives/53</guid>
		<description><![CDATA[Is there a way to use the PHP manual offline? Maybe download a pdf or something?

yeah php.net and click documentation/manual
foozaki there is an option php.net site, online of offline, you can download.
theres 20 dif formats in 80 langs or something
of=or*
be sure to get a format you can use to search
ex. windows help
ak_work: thanks
]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/53/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP preg_match wont work</title>
		<link>http://blog.oxxus.net/archives/47</link>
		<comments>http://blog.oxxus.net/archives/47#comments</comments>
		<pubDate>Mon, 29 May 2006 10:43:06 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/php-preg_match-wont-work/</guid>
		<description><![CDATA[ can someone tell me why my preg_match wont work? if(preg_match(&#8220;/[a-z0-9]/i&#8221;,$_POST['hash']))
 rab_: what &#8216;wont work&#8217; ?
 syc, it supposed to only allow a-z and 0-9
 ^[a-z0-9]+$
 Although you may want to allow A-Z as well
 In which case you could just use if (ctype_alnum(&#8230;))
 he has /i
 oh

 Yeah, then just use ctype_alnum
 if you&#8217;re [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/47/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: image to be resized after i get it uploaded</title>
		<link>http://blog.oxxus.net/archives/46</link>
		<comments>http://blog.oxxus.net/archives/46#comments</comments>
		<pubDate>Mon, 29 May 2006 10:31:55 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/php-image-to-be-resized-after-i-get-it-uploaded/</guid>
		<description><![CDATA[can someone help me I need help. I need a image to be resized after i get it uploaded, so that its viewable on a page on my homepage.
I didn&#8217;t know if there is a function, that pass variables like size, and stuff i can use?
Best thing to use is: GD / gdlib. Check this [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/46/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can php handle mysql datetime values as-is in the date() function?</title>
		<link>http://blog.oxxus.net/archives/45</link>
		<comments>http://blog.oxxus.net/archives/45#comments</comments>
		<pubDate>Mon, 29 May 2006 10:25:38 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[MySQL Community]]></category>
		<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/can-php-handle-mysql-datetime-values-as-is-in-the-date-function/</guid>
		<description><![CDATA[ can php handle mysql datetime values as-is in the date() function?
 im pretty sure mysql internalyl stores date/datetime as a unix EPOCH time
 Or do you still need to pass unix timestamps to that.
 it wouldnt make any sense to do it any other way
 Chambrln, http://uk2.php.net/manual/en/function.ldap-connect.php
 check the first comment
 it just displays [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/45/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Change upload_max_filesize via .htaccess</title>
		<link>http://blog.oxxus.net/archives/28</link>
		<comments>http://blog.oxxus.net/archives/28#comments</comments>
		<pubDate>Sat, 27 May 2006 14:16:24 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/php-change-upload_max_filesize-via-htaccess/</guid>
		<description><![CDATA[is there anyway i can change the upload_max_filesize
&#8220;^[( )a-zA-Z0-9]+$&#8221; < &#8212; ? specify only space, a-z, A-Z, and 0-9 ?
php.ini
.htaccess ; php_value upload_max_filesize &#8220;500M&#8221;
]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to PHP script colored background</title>
		<link>http://blog.oxxus.net/archives/27</link>
		<comments>http://blog.oxxus.net/archives/27#comments</comments>
		<pubDate>Sat, 27 May 2006 14:09:52 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/how-to-php-script-colored-background/</guid>
		<description><![CDATA[Hi! how do I make a script that write every other time.. Like a menu, I want the first link to have colored backgrund, the next one white, and then color. and so on
uhm, few ways
tr: run a loop and some type of &#8220;$count&#8221; variable, if ($count == 0) { $bg = &#8220;#ffffff&#8221;; $count++; } [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implement database &amp; delete row from an array</title>
		<link>http://blog.oxxus.net/archives/26</link>
		<comments>http://blog.oxxus.net/archives/26#comments</comments>
		<pubDate>Sat, 27 May 2006 13:59:57 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/implement-database-delete-row-from-an-array/</guid>
		<description><![CDATA[I managed to implement the databases.,
http://pastebin.com/738742
Now that I have gathered $FILES, how do I implement it with the tables I have created?

Because now I have 2 more than I started with.
in the foreach loop insert them to database
Did you have a look at the tables?
I just want to make sure I am ready for the [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 4 Static functions</title>
		<link>http://blog.oxxus.net/archives/25</link>
		<comments>http://blog.oxxus.net/archives/25#comments</comments>
		<pubDate>Sat, 27 May 2006 13:54:42 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/php-4-static-functions/</guid>
		<description><![CDATA[ does PHP4 allow static functions ?
 you mean calling statically inside a class or defining them static?
 defining them like static function Blah()
 i dont think u can do that in 4
 uhmm

 do you need to use some static class property in that function?
 http://pastebin.com/738728
 SOmething like that?
 possibly
 you could have third [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/25/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: How-To access accociative array with numeric index</title>
		<link>http://blog.oxxus.net/archives/18</link>
		<comments>http://blog.oxxus.net/archives/18#comments</comments>
		<pubDate>Sat, 27 May 2006 11:07:59 +0000</pubDate>
		<dc:creator>znaked2000</dc:creator>
				<category><![CDATA[PHP Community]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.oxxus.net/blog/php-how-to-access-accociative-array-with-numeric-index/</guid>
		<description><![CDATA[$arr = array(&#8216;a&#8217; => &#8216;aaa&#8217;, &#8216;b&#8217; => &#8216;bbb&#8217;); echo &#8216;how to access accociative array with numeric index&#8217; . $arr[0]; ? associative arrays don&#8217;t have numeric indeces so i need to convert it before? $blah = array_keys($arr); echo $blah[0]; should do it thanks or array_values() in fact that&#8217;s probably more logical both in my case  [...]]]></description>
		<wfw:commentRss>http://blog.oxxus.net/archives/18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
