Search found 100 matches

by thegreatone2176
Sun Jan 15, 2006 12:07 am
Forum: General Discussion
Topic: no more freedom of speech?
Replies: 6
Views: 1409

no more freedom of speech?

http://www.freemarketnews.com/WorldNews.asp?nid=5416 on anyone expressing free speech in a way deemed … well, "disruptive" to the event in question. The article then goes on to discuss what sorts of behavior this term "disruptor" could be used to control, based on what we already...
by thegreatone2176
Fri Oct 21, 2005 10:48 am
Forum: General Discussion
Topic: shall we boycott aol?
Replies: 11
Views: 2480

shall we boycott aol?

The American-based internet giant, AOL, wholly-owned by Time-Warner, has formed a working partnership with the U.S. Department of Homeland Security to permit unlimited surveillance of the millions of AOL online members, according to a report from the U.S. Department of Commerce. read more at the bot...
by thegreatone2176
Fri Sep 23, 2005 11:15 pm
Forum: PHP - Theory and Design
Topic: overloaded functions
Replies: 9
Views: 4178

thanks for the replies I never knew about func_num_args() which does handle the situation quite well
by thegreatone2176
Fri Sep 23, 2005 12:56 pm
Forum: PHP - Theory and Design
Topic: overloaded functions
Replies: 9
Views: 4178

overloaded functions

Is there any plans to implement overloaded functions in php? In C++ it is very useful to be able to overload functions and have the differnet functions call based on how many pararments there is. for example in c++ int show() { cout << "hi"; } int show(int a) { cout << a; } int main() { sh...
by thegreatone2176
Sun Sep 18, 2005 1:25 pm
Forum: General Discussion
Topic: strange zone alarm message
Replies: 13
Views: 2158

strange zone alarm message

http://www.bluelightningblade.com/msn.JPG

Anyone else have this? does msn really install a syshook?
by thegreatone2176
Thu Aug 18, 2005 3:30 am
Forum: General Discussion
Topic: flash movie
Replies: 19
Views: 3624

strangly reminds me of south park and kenny
by thegreatone2176
Wed Aug 10, 2005 9:08 pm
Forum: PHP - Code
Topic: checkbox question
Replies: 2
Views: 662

thanks dude thats just what i needed
by thegreatone2176
Wed Aug 10, 2005 8:16 pm
Forum: PHP - Code
Topic: checkbox question
Replies: 2
Views: 662

checkbox question

Basiclly my code works by imploding then exploding $_POST and its working fine except that since I do it in this manner if a value is left blank i still need it to fill a spot in the array. The textboxes do this fine but not the checkboxes. so basiclly is there a way to make a checkbox post a null o...
by thegreatone2176
Wed Aug 10, 2005 9:09 am
Forum: PHP - Code
Topic: Identify how many coma are there
Replies: 9
Views: 1670

yea if it was all commas you could just explode on , and then count()
by thegreatone2176
Mon Jul 11, 2005 8:41 am
Forum: PHP - Code
Topic: Dynamic change of contens
Replies: 7
Views: 1132

record the ip of each visit and how many times they have visited your site and display the banner based on that
by thegreatone2176
Mon Jun 20, 2005 2:35 pm
Forum: The Enterprise
Topic: Freelance Rate - The Neverending Quest for the Right Rate
Replies: 5
Views: 8695

I find it easiest if you have this option is to let the other person decided because from my experience their suggestion is way higher than my ever would of been.
by thegreatone2176
Sat Jun 18, 2005 8:43 pm
Forum: PHP - Code
Topic: dynamic variables
Replies: 6
Views: 1666

well its hard to explain, but I made it so the checkboxes on the form were dynamic and like you say you only get the current value but I added the current value to a comma separated string that I store into a .txt.

thanks again for the help
by thegreatone2176
Sat Jun 18, 2005 11:04 am
Forum: PHP - Code
Topic: dynamic variables
Replies: 6
Views: 1666

thanks guys that worked great

I thought I tryed without the quotes and it didnt work but it does now. I was really tired (note the time of my post :))

thanks again
by thegreatone2176
Sat Jun 18, 2005 4:13 am
Forum: PHP - Code
Topic: dynamic variables
Replies: 6
Views: 1666

dynamic variables

Ok i searched and searched and didnt find anything what i need to know is how to create dynamic variables... I have an array and looped through it setting the name= part of the form , now what i want to be able to do is say foreach($arr as $val) $newval = $_POST['$val']; $val being the element of th...