Forum: Web Browsers Oct 7th, 2009 |
| Replies: 25 Views: 1,751 Fast -> Chrome
Sexiest -> Safari
Best Overall -> Firefox
Dumpiest, crappiest, loserist -> Internet Explorer |
Forum: PHP Oct 7th, 2009 |
| Replies: 7 Views: 236 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,264 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: 767 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: 767 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: 767 Couple of CPU cycles are irrelevant to me, have any ideas on the code problem though? |
Forum: PHP Dec 27th, 2008 |
| Replies: 6 Views: 767 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: *nix Software Oct 8th, 2008 |
| Replies: 2 Views: 1,264 While playing around waiting for a reply found the solution. So.. I guess this topic can be closed. |
Forum: *nix Software Oct 8th, 2008 |
| Replies: 2 Views: 1,264 Ok, so I have got the free service of DynDNS from DynDNS.com. Now at example.sample.com I have a website working just fine. Now how do I, in the "sites-enabled" area, that is include in the apache... |
Forum: PHP Oct 7th, 2007 |
| Replies: 4 Views: 3,498 <?
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: 709 if( $rand_num <= $chance )
{
//$item_id = mysql_query("SELECT `item` FROM `creatures` WHERE id = '$id_creature'");
$foo =& creature_stats( item, $id_creature );
$item_query =... |