|
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:
|
308
|
1,124
|
3,195
|
|
Post:
|
882
|
3,272
|
8,952
|
|
|
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:
checkbox, MySql and PHP
Published (2009-11-20 23:28:00)
You're looking at this dump in the browser, right? What appears in the browser's page source?
user's latest post:
File corruption in upload
Published (2009-11-20 16:26:00)
I'm not aware of anything PHP would do by default. Assuming you're sure there's not PHP processing of the file before you view it, I'd check with the web host sysadmin to see if they are doing any sort of filtering of file uploads. Maybe try changing the file name suffix to something like ".jpg" which presumably such a filter would not want to mess with (as opposed to text files that might have XSS or...
user's latest post:
For each 2 images include a footer
Published (2009-11-20 09:06:00)
There is a few questions I have for you, If you can only display 2 images, and there are more than 2 imagers per folder/directory, how do you prevent it from displaying the first 2 images on every page? Unless I am mistaken and this is not how it works, maybe you can clarify, or do you want that code to display 2 images THEN the footer DIV code?
user's latest post:
Need help with this articles...
Published (2009-11-20 22:05:00)
need to see the functions the_permalink() and the_title() would help to see the output also, sounds like a html issue not a php one
user's latest post:
return one value in an array...
Published (2009-11-19 12:54:00)
the function that sends a rest request to yahoo to get the lat & longitude of the address in XML. Then it parses the address data XML into an array. It all works and I get a yahoo map. The problem is I have to trap for errors like 503 service unavailable. I get the XML address data results from this XML. Here is and example of the XML geocode results: 1. <?xml version="1.0"...
user's latest post:
Help with Updating Database via...
Published (2009-11-20 15:39:00)
Hi Nick, Some hosts have error_reporting turned on by default, some will send the error messages to log file and some have it turned off altogether. So this line just 'equalises' them all! Remember to turn off error_reporting after you've finished debugging. Also, using 'E_ALL' means that you get errors, warnings and notices - have a flick through the manual to see what the difference between these things are. One...
user's latest post:
Writing to and reading from...
Published (2009-11-20 00:49:00)
I'll preface this by saying that I'm more of a "big picture" developer. The finer nuances of syntax are not my specialty. I'm looking to take an array, e.g.: PHP Code: $someArray = array( 0 , 9 , 10 , 11 , 12 , 23 ); and create an integer inside of a different multi-dimensional array, whose value would, when hard-coded, be assigned using the following: PHP Code: $anotherArray [ 0 ][ 9...
user's latest post:
For each 2 images include a footer
Published (2009-11-20 15:26:00)
PHP Code: $images = scandir ( $directory ); creates an array holding all the files in directory... just call each image by its array position position 0 and 1 should be "." and ".."... beyond that should be your images
user's latest post:
Can PHP copy output to a new...
Published (2009-11-20 15:21:00)
Yes, it certainly is possible, but before you jump to do it: are you sure that you might not be looking to use a database management system?
|
|
|
Top 10 active forums on PHPBuilder.com during last week:
|
|
Top 10 forums on PHPBuilder.com:
|
|
|
|
Latest active threads on PHPBuilder.com:
Started 5 days, 11 hours ago (2009-11-17 19:09:00)
by sneakyimp
any advice on starting with Oracle DB / Weblogic?
I've been presented with a long-term project opportunity that demands the following:
a. Oracle database
b. Java JDK 1.5
c. Web Logic as the web server
d. Spring and Hibernate frameworks
Has anyone here used these before? I've coded Java before but not using these ...
Started 1 day, 2 hours ago (2009-11-22 04:19:00)
by TwistedLogix
Never mind about my post. I found flaws all over the place.
Started 1 day, 2 hours ago (2009-11-22 04:00:00)
by bretticus
You are using a language that is built on top of a web server that does things using HTTP. You can't really have an apache thread constantly open listening for an ICMP packet. Thus, I assume you mean "ping" metaphorically and not literally.
Look into a web services approach. That is, your blog sends an HTTP request (POST or GET) to another website script. It's not listening in the ...
Started 3 years, 5 months ago (2006-06-24 11:01:00)
by bradgrafelman
Started 1 day, 9 hours ago (2009-11-21 21:05:00)
by dagon
not 100% clear, do you want to show all the links at once or one at a time in order?
The first is easy the 2nd not so. If 2nd way are you expecting to show them one at a time for a particular site visitor or move through the list no mater who hits the page(may as wel stick with random for that-same basic effect much less hasell)
Started 2 days, 17 hours ago (2009-11-20 13:17:00)
by nickminute
Help with Updating Database via HTML Form
I am very new to PHP and am having some difficulting updating my record in a database via an HTML form. Here are the three steps of what I'm trying to accomplish.
Step 1: Pull a record from a database (which is done)
Step 2: Give the user the ability to edit the record information via text and ...
Started 2 days, 11 hours ago (2009-11-20 19:29:00)
by zzz
exclude from results
I have a query that gets item IDs from a table t1.
I also have another table, t2.
PHP Code:
t2
------------
itemID
event1 // 0 or 1
event2 // 0 or 1
I need to rewrite my t1 query to exclude item IDs if it corresponds to t2.itemID and if t2.event2 = 1...
Started 2 days, 10 hours ago (2009-11-20 20:09:00)
by Mariniertje
Need help displaying results of FOREACH in 4 columns
Hi guys,
I need some help.
I have a .inc file for the queries and a separate php file to echo the results.
Now what I want to do is echo 2 results per line, but I can't find the right solution on the internet. Now I am quite new to this, so it might be just my inability to ...
Started 1 day, 4 hours ago (2009-11-22 02:20:00)
by Roger Ramjet
This is a pretty straight forward GROUP BY query really
PHP Code:
SELECT email , SUM ( correct ) AS c , SUM ( time ) AS t , dispname , country
FROM scores INNER JOIN user USING ( email )
GROUP BY email , correct , time
ORDER BY c ASC , t DESC
LIMIT 10
That will give you the results you want.
Add the ...
Started 6 months, 1 week ago (2009-05-17 10:12:00)
by Roger Ramjet
OK, the first problem to solve is to give an order or index no to each users' log entries.
Assuming that each entry has an autoinc logid we can number the sequence thus
PHP Code:
SELECT t1 . userid , COUNT ( t1 . logid ) AS c , t1 . logid , t1 . logid > = t2 . logid AS flg
FROM log t1 INNER JOIN log t2 ON t1 . userid = t2 ....
|
|
Hot threads for last week on PHPBuilder.com:
Started 3 years, 5 months ago (2006-06-24 11:01:00)
by bradgrafelman
Started 11 months, 1 week ago (2008-12-19 02:43:00)
by kdhayanandan
Hi Plz Send the full code..
Started 1 week ago (2009-11-15 15:54:00)
by MovieAt
Started 5 days, 18 hours ago (2009-11-17 12:01:00)
by Tali
PHP contact form help
Hi,
I have a contact form , which works fine except 1 thing - from time to time it sends empty emails. I have my emails address as CC every time someone sends response.
I searched the web and saw similar problem, so changed my code accordingly , but still receive empty ones.
This is the code I had first:
...
Started 2 days, 17 hours ago (2009-11-20 13:27:00)
by paulnaj
Hi, both of the 'array has nothing' examples are missing the opening TD tag - whereas the first 'gets filled' example does. Could it just be that?
P.
Started 2 days, 17 hours ago (2009-11-20 13:17:00)
by nickminute
Help with Updating Database via HTML Form
I am very new to PHP and am having some difficulting updating my record in a database via an HTML form. Here are the three steps of what I'm trying to accomplish.
Step 1: Pull a record from a database (which is done)
Step 2: Give the user the ability to edit the record information via text and ...
Started 6 days ago (2009-11-17 06:34:00)
by webbrowser
Title/Alt Tag truncated??
Expected result: ----------------
<img src="/images/123456.jpg" title="This is the image description" />
Actual result: --------------
<img src="/images/123456.jpg" title="This" />
I can get the full description to appear if I display it as text on the page beside the image however it fails to show ...
Started 5 days, 20 hours ago (2009-11-17 10:33:00)
by paulnaj
Try ...
Code:
tick = parseInt(document.getElementById('tick').value);
... or ...
Code:
tick = 0 + document.getElementById('tick').value;
Paul.
PS. You should use 'echo' rather than the deprecated shorthand ...
Code:
<div id="tick"><? echo counter("2");?></div>
Started 4 days, 8 hours ago (2009-11-18 22:00:00)
by BuzzStPoint
Got it...
I was forgetting a ;
It works now.
Started 3 days, 14 hours ago (2009-11-19 16:13:00)
by dagon
Theres no full proof way do do this. What ever format you use it can be
sent to others.
|
|