|
More site info...
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.
|
|
|
|
|
Posting activity table on PHPBuilder.com:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
239
|
1,089
|
3,227
|
|
Post:
|
636
|
3,101
|
8,868
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for PHPBuilder.com (http://www.phpbuilder.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
PHPBuilder.com posting activity graph:
|
|
http://www.phpbuilder.com Alexa graph:
|
Top authors on PHPBuilder.com during last week:
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.
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=...
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...
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...
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]...
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...
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:
|
|
Top 10 forums on PHPBuilder.com:
|
|
|
|
Latest active threads on 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 ());
...
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?
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 ...
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);
Started 3 years, 4 months ago (2006-06-24 11:01:00)
by bradgrafelman
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 ...
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 ]);...
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...
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
|
|
Hot threads for last week on PHPBuilder.com:
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...
Started 3 years, 4 months ago (2006-06-24 11:01:00)
by bradgrafelman
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 ...
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 ...
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.
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 ...
Started 1 week ago (2009-11-01 14:08:00)
by dagon
whats the site? is it your site?
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?
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...
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
|
|