Search found 100 matches
- 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...
- 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...
- Sun Oct 09, 2005 12:02 pm
- Forum: General Discussion
- Topic: more bs from department of homeland security
- Replies: 1
- Views: 630
- Fri Sep 23, 2005 11:15 pm
- Forum: PHP - Theory and Design
- Topic: overloaded functions
- Replies: 9
- Views: 4178
- 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...
- Sun Sep 18, 2005 1:25 pm
- Forum: General Discussion
- Topic: strange zone alarm message
- Replies: 13
- Views: 2158
- Thu Aug 18, 2005 3:30 am
- Forum: General Discussion
- Topic: flash movie
- Replies: 19
- Views: 3624
- Wed Aug 10, 2005 9:08 pm
- Forum: PHP - Code
- Topic: checkbox question
- Replies: 2
- Views: 662
- 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...
- Wed Aug 10, 2005 9:09 am
- Forum: PHP - Code
- Topic: Identify how many coma are there
- Replies: 9
- Views: 1670
- Mon Jul 11, 2005 8:41 am
- Forum: PHP - Code
- Topic: Dynamic change of contens
- Replies: 7
- Views: 1132
- Mon Jun 20, 2005 2:35 pm
- Forum: The Enterprise
- Topic: Freelance Rate - The Neverending Quest for the Right Rate
- Replies: 5
- Views: 8695
- Sat Jun 18, 2005 8:43 pm
- Forum: PHP - Code
- Topic: dynamic variables
- Replies: 6
- Views: 1666
- Sat Jun 18, 2005 11:04 am
- Forum: PHP - Code
- Topic: dynamic variables
- Replies: 6
- Views: 1666
- 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...