Search found 5 matches

by TheDeath2k4
Thu Dec 11, 2003 8:15 pm
Forum: Linux
Topic: Desktop Distro
Replies: 39
Views: 44329

i have always been a big fan of the Redhats, and then i got into Mandrake, but i think i need a change. but i voted for Redhat. even though it was a pain in the ass to setup my NVidia GeForce Fx 5200.
by TheDeath2k4
Thu Dec 11, 2003 8:13 pm
Forum: PHP - Code
Topic: ?p=blah thingy
Replies: 27
Views: 3447

they do don't they? i didn't notice the tutorial there.
by TheDeath2k4
Thu Dec 11, 2003 3:17 pm
Forum: Linux
Topic: Server Distro
Replies: 19
Views: 23465

although i have only used Mandrake 9.1 and Redhat 9, i have to say rh9 was over all better
by TheDeath2k4
Thu Dec 11, 2003 3:00 pm
Forum: PHP - Code
Topic: ?p=blah thingy
Replies: 27
Views: 3447

ok, one more question..lol: if u go http://www.venox.org/?p=home&style=default there u can see that in ur browser's url box it will display the ?p=home thing that we have been talking about but it also has a &style=default. on the home page of that site it has a set of links allowing u to c...
by TheDeath2k4
Wed Dec 10, 2003 8:07 pm
Forum: PHP - Code
Topic: ?p=blah thingy
Replies: 27
Views: 3447

heres how i did it <?php $page=$GET_&#1111;'page']; $indexcontent = "index content here"; $page1content = "page 1 content here"; $page2content = "page 2 content here"; if ($page == page1) &#123; print("$page1content"); &#125; elseif ($page == page2...