Forum: PHP Oct 7th, 2009 |
| Replies: 7 Views: 261 I think thats all based on your server, it's INI, and it's brute power. |
Forum: PHP Oct 6th, 2009 |
| Replies: 107 Views: 3,559 How about:
A. You make an RSS feed
and B. you parse it! (w/ simplexml probably )
When I was a noob, that gave me sooo many problems. |
Forum: PHP Dec 28th, 2008 |
| Replies: 6 Views: 785 Manually? It changes sometimes Pages is black, sometimes Blog is, it all depends on the page including it. |
Forum: PHP Dec 28th, 2008 |
| Replies: 6 Views: 785 What do you mean by fix the strings, isn't this the only way to do this? Or only simple way, keep it relativley simple, as I have been only coding for 4 years, and just turned 14.
Also I did the... |
Forum: PHP Dec 27th, 2008 |
| Replies: 6 Views: 785 Couple of CPU cycles are irrelevant to me, have any ideas on the code problem though? |
Forum: PHP Dec 27th, 2008 |
| Replies: 6 Views: 785 I am having problems with str_replace. What I am doing for the administration pages of my CMS I have a include page for the top
navigation (nav.inc.php). So I'll show you my code.
$page =... |
Forum: PHP Oct 7th, 2007 |
| Replies: 4 Views: 3,660 <?
switch ( $_GET['PID'] )
case '3495843509843503':
header("Location: http://www.pagename");
break;
case '640968450':
header("Location: http://www.pagename");
break; |
Forum: PHP Oct 7th, 2007 |
| Replies: 3 Views: 719 if( $rand_num <= $chance )
{
//$item_id = mysql_query("SELECT `item` FROM `creatures` WHERE id = '$id_creature'");
$foo =& creature_stats( item, $id_creature );
$item_query =... |