Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

PHPBuilder.com - www.phpbuilder.com | Site profile

Site profile page for http://www.phpbuilder.com. This report page has aggregated and summarized the online discussions from the Message Board located at http://www.phpbuilder.com. This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional site profile information for http://www.phpbuilder.com is also shown in the following divisions:

1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.

Title: PHPBuilder.com - http://www.phpbuilder.com PHPBuilder.com
Url: http://www.phpbuilder.com
Users activity: 3 posts per thread
site activity: 239 active threads during last week
Site rank: 4,811 (go to rank page)
Domain info for: phpbuilder.com
 

Posting activity table on PHPBuilder.com:

  Week Month 3 Months
Threads: 239 1,089 3,227
Post: 636 3,101 8,868
 

Authority Badge:

PHPBuilder.com | Forum Authority Badge

PHPBuilder.com posting activity graph:

Posts by:  day  week  month 
 

http://www.phpbuilder.com Alexa graph:

Top authors on PHPBuilder.com during last week:

Name
Posts
dagon
80
user's latest post:
Automatic Batch processing
Published (2009-11-07 00:18:00)
skip the browser issues by running the php script from the command line with PHP Code: exec (' nohup php file.php >/dev/null 2>&1 &"); there's no timeout for php files run from the command line.
Weedpacket
80
user's latest post:
word association game - Page 554...
Published (2009-11-07 05:41:00)
blacklist
NogDog
61
user's latest post:
word association game - Page 554...
Published (2009-11-07 07:31:00)
McCarthyism
bradgrafelman
38
user's latest post:
Help.. For Loop !!
Published (2009-11-06 13:03:00)
Quote: Originally Posted by Neville1985 but you would use $tp[] on the form data you want to post as its name Minor correctoin: the HTML element's name would be "tp[]" - no dollar sign. Quick example: HTML Code: <input type= "checkbox" name= "tp[]" value= "foo" > Foo <input type= "checkbox" name=...
laserlight
37
user's latest post:
word association game - Page 554...
Published (2009-11-07 05:20:00)
deny
Neville1985
36
user's latest post:
Help please. Coding error.
Published (2009-11-07 03:20:00)
your mysql_query has a " before it, thus making it a string, and the string closes on the $menuDisplay var. so Remove the " from the start of $query var and close the $menuDisplay. PHP Code: $sqlCommand = "SELECT id, linklabel FROM pages ORDER BY pageorder ASC" ; $query = mysqli_query ( $myConnection , $sqlCommand ) or die ( mysqli_error ()); $menuDisplay = "" ; Try that, I'm not sure if there are any...
big.nerd
36
user's latest post:
need help with some strategy
Published (2009-11-06 15:53:00)
pck76, That is a difficult one to handle. You have a few options to protect your source code.. 1) Encrypt/Compile your source code into binary form, however this requires that the server your client is on to have an extension installed, this is true for all binary PHP formats. Also, if the client were so inclined, they could decrypt / reverse engineer the file to view the source code. You can optionally obfuscate it, making it essentially not...
habbardone
30
user's latest post:
Getting warnings for my array...
Published (2009-11-07 07:38:00)
Can you please give an example of what you mean because I can not really follow it. I have read those two functions on the manual but I can not see how to apply them to my case. BTW - I should have said this is for two-word phrases (not three) And the regex is: PHP Code: preg_match_all ( "#((?:\b\w{1,20}\b\s+){2})#" , $data , $matches ) which produces this output: [32] => technical support [33] => services attempt [34]...
Roger Ramjet
26
user's latest post:
Favourite Beverage
Published (2009-11-07 03:33:00)
Drinks non-alcoholic: English tea alcoholic: bitter - many brands, oh yes and a Black and Tan when I can find bottled Guinness, Cretaceous, it's only any good with bottled Guinness Food homemade: hmm, roast leg of lamb with all the trimmings followed by my own apple pie or bread and butter pudding fast food: noodle soup sitting at a street stall in Thailand, otherwise fish and chips - and the best I've ever tasted was in Esperance...
totus
20
user's latest post:
tmpfile and newlines
Published (2009-11-05 18:19:00)
Thank you Weedpacket for your eagle eyes
 

Top 10 active forums on PHPBuilder.com during last week:

Coding - 262 new posts Coding - forum profile
General Help - 207 new posts General Help - forum profile
Newbies - 91 new posts Newbies - forum profile
Database - 76 new posts Database - forum profile
Echo Lounge - 44 new posts Echo Lounge - forum profile
ClientSide Technologies - 26 new posts ClientSide Technologies - forum profile
Feedback - 11 new posts Feedback - forum profile
Code Critique - 9 new posts Code Critique - forum profile
Install - 4 new posts Install - forum profile
PHP5 - 2 new posts PHP5 - forum profile
 

Top 10 forums on PHPBuilder.com:

Coding - 60,398 posts Coding - forum profile
General Help - 47,499 posts General Help - forum profile
Newbies - 39,112 posts Newbies - forum profile
Database - 26,778 posts Database - forum profile
Echo Lounge - 11,857 posts Echo Lounge - forum profile
ClientSide Technologies - 4,634 posts ClientSide Technologies - forum profile
Install - 3,439 posts Install - forum profile
PHP5 - 1,874 posts PHP5 - forum profile
Code Critique - 1,474 posts Code Critique - forum profile
Feedback - 751 posts Feedback - forum profile

Latest active threads on PHPBuilder.com:

PHPBuilder.com
Started 2 days, 9 hours ago (2009-11-07 03:20:00)  by Neville1985
your mysql_query has a " before it, thus making it a string, and the string closes on the $menuDisplay var. so Remove the " from the start of $query var and close the $menuDisplay. PHP Code: $sqlCommand = "SELECT id, linklabel FROM pages ORDER BY pageorder ASC" ; $query = mysqli_query ( $myConnection , $sqlCommand ) or die ( mysqli_error ()); ...
Forum:  Newbies Newbies - forum profile
Thread:  Show this thread (4 posts) Thread info: Help please. Coding error. Size: 1,727 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help please. Coding error. :: Newbies :: PHPBuilder.com"
PHPBuilder.com
Started 2 days, 15 hours ago (2009-11-06 21:24:00)  by NogDog
Anything in the PHP error log, in case display_errors is turned off in your config?
Forum:  Newbies Newbies - forum profile
Thread:  Show this thread (11 posts) Thread info: [RESOLVED] mysql_query: INSERT does not insert anything at all... Size: 83 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [RESOLVED] mysql_query: INSERT does not insert anything at all... :: Newbies :: PHPBuilder.com"
PHPBuilder.com
Started 5 days, 21 hours ago (2009-11-03 14:48:00)  by Roger Ramjet
Well if you are using crap MickeySoft databases like Access/JET then you can not paginate this way because they only have TOP n with no chance of an offset. What you will have to do is to keep track of the first and last PRIMARY KEY on each page displayed. Then your query would be PHP Code: // next 5 SELECT TOP 5 * FROM table WHERE id > $lastid ...
Forum:  Database Database - forum profile
Thread:  Show this thread (17 posts) Thread info: odbc sql php pagination query Size: 1,786 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: odbc sql php pagination query :: Database :: PHPBuilder.com"
PHPBuilder.com
Started 3 days, 8 hours ago (2009-11-06 04:37:00)  by Weedpacket
The elements of $matches are arrays, not strings nor integers. print_r($matches);
Forum:  General Help General Help - forum profile
Thread:  Show this thread (5 posts) Thread info: Getting warnings for my array function. Size: 96 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Getting warnings for my array function. :: General Help :: PHPBuilder.com"
PHPBuilder.com
Started 3 years, 4 months ago (2006-06-24 11:01:00)  by bradgrafelman
exams
Forum:  Echo Lounge Echo Lounge - forum profile
Thread:  Show this thread (3,225 posts) Thread info: word association game Size: 5 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: word association game :: Echo Lounge :: PHPBuilder.com"
PHPBuilder.com
Started 1 week, 1 day ago (2009-10-31 17:03:00)  by NogDog
Non-Alcoholic: Mountain Dew would be my favorite, but since I can't drink it because of the caffeine and the doctor wants be to watch my sugar intake, I mostly drink decaf iced tea or Cran-Grape juice (lite) Alcoholic: I drink only on rare occasions any more, either an Australian Shiraz red wine (such as Yellow Tail) or a Yoengling "Black and Tan" (a dark porter and lager blend) would be my ...
Forum:  Echo Lounge Echo Lounge - forum profile
Thread:  Show this thread (14 posts) Thread info: Favourite Beverage Size: 526 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Favourite Beverage :: Echo Lounge :: PHPBuilder.com"
PHPBuilder.com
Started 3 days, 18 hours ago (2009-11-05 17:52:00)  by Copenhagener
I just tried another approach, which did NOT work either: PHP Code: function isFake ( $theEmail ) { $blacklist = array( "fakemail" , "yopmail" ); $catch = 0 ; for( $i = 0 ; $i < count ( $blacklist ); $i ++) { $detect = strpos ( $theEmail , $blacklist [ $i ]);...
Forum:  Newbies Newbies - forum profile
Thread:  Show this thread (9 posts) Thread info: [RESOLVED] How do I check an e-mail address for banned domains? Size: 3,409 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [RESOLVED] How do I check an e-mail address for banned domains? :: Newbies :: PHPBuilder.com"
PHPBuilder.com
Started 3 days, 15 hours ago (2009-11-05 21:39:00)  by NogDog
First problem I see is that you are anchoring your regexp to the beginning ("^") and end ("$") of the string, so you need to remove those anchor characters. Also, you don't account for spaces in the contents between the quotes. A simpler way might be to just match on any non-quote: Code: '/program:"[^"]"/' (Quoting the regexp in single quotes will then allow you to use double quotes...
Forum:  Coding Coding - forum profile
Thread:  Show this thread (6 posts) Thread info: Regex help Please Size: 755 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Regex help Please :: Coding :: PHPBuilder.com"
PHPBuilder.com
Started 4 days, 21 hours ago (2009-11-04 14:50:00)  by dagon
SELECT @row :=0;# Rows: 1 SELECT @row := @row +1 AS rowNumber, t1.foo, t2.bar FROM table1 t1, table2 t2
Forum:  Database Database - forum profile
Thread:  Show this thread (8 posts) Thread info: generate row number dynamically with query? Size: 110 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: generate row number dynamically with query? :: Database :: PHPBuilder.com"
 

Hot threads for last week on PHPBuilder.com:

Coding
Started 1 week ago (2009-11-02 00:34:00)  by dariuc
[RESOLVED] ok.. i have no clue why so i need some help. i did about 5-6 hours of tinkering and error checking on a piece of code and i've eliminated everything i can think of. PHP Code: function inflictAil () { if( $currentprop == "serrated" ) { echo "hi" ; } } //end funct...
Forum:  Coding Coding - forum profile
Thread:  Show this thread (25 posts) Thread info: [RESOLVED] ok.. i have no clue why so i need some help. Size: 2,005 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "[RESOLVED] ok.. i have no clue why so i need some help. :: Coding :: PHPBuilder.com"
Echo Lounge
Started 3 years, 4 months ago (2006-06-24 11:01:00)  by bradgrafelman
exams
Forum:  Echo Lounge Echo Lounge - forum profile
Thread:  Show this thread (3,225 posts) Thread info: word association game Size: 5 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: word association game :: Echo Lounge :: PHPBuilder.com"
Database
Started 5 days, 21 hours ago (2009-11-03 14:48:00)  by Roger Ramjet
Well if you are using crap MickeySoft databases like Access/JET then you can not paginate this way because they only have TOP n with no chance of an offset. What you will have to do is to keep track of the first and last PRIMARY KEY on each page displayed. Then your query would be PHP Code: // next 5 SELECT TOP 5 * FROM table WHERE id > $lastid ...
Forum:  Database Database - forum profile
Thread:  Show this thread (17 posts) Thread info: odbc sql php pagination query Size: 1,786 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: odbc sql php pagination query :: Database :: PHPBuilder.com"
Echo Lounge
RE: Favourite Beverage - 14 new posts
Started 1 week, 1 day ago (2009-10-31 17:03:00)  by NogDog
Non-Alcoholic: Mountain Dew would be my favorite, but since I can't drink it because of the caffeine and the doctor wants be to watch my sugar intake, I mostly drink decaf iced tea or Cran-Grape juice (lite) Alcoholic: I drink only on rare occasions any more, either an Australian Shiraz red wine (such as Yellow Tail) or a Yoengling "Black and Tan" (a dark porter and lager blend) would be my ...
Forum:  Echo Lounge Echo Lounge - forum profile
Thread:  Show this thread (14 posts) Thread info: Favourite Beverage Size: 526 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Favourite Beverage :: Echo Lounge :: PHPBuilder.com"
General Help
RE: Parse error.. - 11 new posts
Started 1 week, 1 day ago (2009-10-31 17:21:00)  by sneakyimp
A parse error means that you have not used proper syntax...meaning you typed something that is not meaningful PHP. If you could locate line 306 and paste that and a few lines above and below it, that might help. Ultimately, if you don't know what valid PHP syntax is, you are probably going to fail badly at PHP. It's probably the most basic aspect of PHP coding.
Forum:  General Help General Help - forum profile
Thread:  Show this thread (11 posts) Thread info: Parse error.. Size: 380 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Parse error.. :: General Help :: PHPBuilder.com"
General Help
Started 6 days, 7 hours ago (2009-11-03 05:01:00)  by Weedpacket
$buffer = file_get_contents($stream) is roughly short for PHP Code: $buffer = '' ; $handle_foo_unique_id = fopen ( $stream , 'rb' ); while(! feof ( $handle_foo_unique_id )) { $buffer .= fread ( $handle , 8192 ); } fclose ( $handle_foo_unique_id ); unset( $handle_foo_unique_id ); except that since it's ...
Forum:  General Help General Help - forum profile
Thread:  Show this thread (11 posts) Thread info: Question about how fopen works. Size: 2,435 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Question about how fopen works. :: General Help :: PHPBuilder.com"
Feedback
Started 1 week ago (2009-11-01 14:08:00)  by dagon
whats the site? is it your site?
Forum:  Feedback Feedback - forum profile
Thread:  Show this thread (11 posts) Thread info: I can't see the toolbar/top menu on this site Size: 32 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I can't see the toolbar/top menu on this site :: Feedback :: PHPBuilder.com"
Newbies
Started 2 days, 15 hours ago (2009-11-06 21:24:00)  by NogDog
Anything in the PHP error log, in case display_errors is turned off in your config?
Forum:  Newbies Newbies - forum profile
Thread:  Show this thread (11 posts) Thread info: [RESOLVED] mysql_query: INSERT does not insert anything at all... Size: 83 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [RESOLVED] mysql_query: INSERT does not insert anything at all... :: Newbies :: PHPBuilder.com"
ClientSide Technologies
Started 1 week ago (2009-11-02 10:41:00)  by tito
[RESOLVED] how to know if a td slot is available Hello, I have those dynamic td one table has Quote: <td id="1_'pos_xx"></td><td id="2_'pos_xx"></td><td id="3_'pos_xx"></td> Where the amount of td could be anything. 1, 2, and 3 are $i values from php I am inserting values...
Forum:  ClientSide Technologies ClientSide Technologies - forum profile
Thread:  Show this thread (10 posts) Thread info: [RESOLVED] how to know if a td slot is available Size: 2,441 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "[RESOLVED] how to know if a td slot is available :: ClientSide Technologies :: PHPBuilder.com"
Coding
Started 6 days, 1 hour ago (2009-11-03 11:19:00)  by scrupul0us
wouldnt it just be easier in apache to set the network access level on a file that includes that if/else code... if the user's IP/HOST doesnt pass the test the include will fail and you can handle that within PHP easily
Forum:  Coding Coding - forum profile
Thread:  Show this thread (10 posts) Thread info: How to match hostnames/IP-addresses with wildcard? Size: 219 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to match hostnames/IP-addresses with wildcard? :: Coding :: PHPBuilder.com"