|
More site info...
DevNetwork Forums - www.devnetwork.net | Site profile
|
|
Site profile page for http://www.devnetwork.net.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.devnetwork.net.
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.devnetwork.net 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 DevNetwork Forums:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
524
|
1,779
|
5,775
|
|
Post:
|
1,380
|
4,189
|
15,812
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for DevNetwork Forums (http://www.devnetwork.net)
|
|
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.
|
|
|
|
|
DevNetwork Forums posting activity graph:
|
|
http://www.devnetwork.net Alexa graph:
|
Top authors on DevNetwork Forums during last week:
user's latest post:
Basic PHP variable problem
Published (2009-11-24 18:14:00)
cpetercarter wrote: It might be a good idea to have a single array for your star signs. To make things easier on yourself you could precalculate the position of each starsign. E.g., as part of your starsign array include the day of the year (0-365) that the starsign starts and ends with. You can then calculate the number of days from beginning of the year and compare with the values in the array to find the matching starsign. Much easier than...
user's latest post:
how do i echo out my data from...
Published (2009-11-23 17:18:00)
Replace your while loop above, with this: $output = array(); Line number On/Off | Expand/Contract while ( $row = mysql_fetch_assoc ( $query ) ) { $temp = array ( ) ; $temp [ 'linkto' ] = $row [ 'linkto' ] ; $temp [ 'linkto' ] src = $row [...
user's latest post:
Weird! Says "no such...
Published (2009-11-24 12:46:00)
The preceding slash (/) in the $serv string is inconsistent with the imap_open( ) examples in the manual.
user's latest post:
The Design vs. Development...
Published (2009-11-24 20:42:00)
If you want to pickup more leads, think in terms of *benefits* and not *features*. Period. Compare Line number On/Off | Expand/Contract Created a custom game rotator gadget and an admin system to manage it. To Line number On/Off | Expand/Contract Designed & Implemented a turn-key system allowing the admin to manage a link directory of games, which spawned a community of 100,000 players. Designed marketing module to rotate ads...
user's latest post:
/profile.php?id= does not work?
Published (2009-11-24 23:59:00)
mikes1471 wrote: I'd be really grateful if anyone can point out where I'm going wrong Without any code it's hard to say...
user's latest post:
dynamic table in html
Published (2009-11-24 10:48:00)
If you don't want to post the error we can't help you. Regarding your question, use CSS as I said in my original post.
user's latest post:
Getting buttons and textboxes...
Published (2009-11-19 16:29:00)
_________________ A man with a broken heart cant see the future and a man full of love cant see at all. What are you? //By Me
user's latest post:
Help please with PHP contact form
Published (2009-11-24 12:24:00)
What is the problem? That no e-mail is being sent? This is due to your server not having an SMTP connection, as far as I know. When it has no means of sending an e-mail, it doesn't You need to either set up a connection in your actual server, or make a connection in PHP. I don't know the details of doing so, but I do know that SwiftMailer has the capability.
user's latest post:
Time for Headaches
Published (2009-11-20 04:27:00)
_________________ If you want help from me, then you will read: Before Post Read: General Posting Guidelines Line number On/Off | Expand/Contract function Strive ( ) { if ( ! $aSuccess ) return $ofValue ; }
user's latest post:
from & not showing?
Published (2009-11-24 06:28:00)
Because you're using GET. You need to put the query string values as hidden inputs.
|
|
|
Top 10 active forums on DevNetwork Forums during last week:
|
|
Top 10 forums on DevNetwork Forums:
PHP - Code
- 133,315 posts
|
General Discussion
- 41,050 posts
|
PHP - Theory and Design
- 16,982 posts
|
Client Side
- 14,057 posts
|
Databases
- 11,208 posts
|
PHP - Security
- 8,811 posts
|
Regex
- 5,130 posts
|
Swiftmailer
- 4,660 posts
|
Linux
- 3,610 posts
|
Installation and Configuration
- 3,590 posts
|
|
|
|
|
Latest active threads on DevNetwork Forums:
Started 1 day, 4 hours ago (2009-11-25 05:36:00)
by Virvo
_________________ PHP Web Development PHP to Ruby
Started 1 day, 4 hours ago (2009-11-25 05:27:00)
by Virvo
I dont think you want to "get rid" of them, but rather just escape them... something as simple as... $course_block = str_replace("'", "\'", $course_block);
Started 1 day, 4 hours ago (2009-11-25 05:23:00)
by Virvo
You could require a parameter to be added to the url... index.php?is_me=1 and then only do what you want if ($_GET['is_me'] == 1)
Started 1 day, 5 hours ago (2009-11-25 04:23:00)
by kaisellgren
josh wrote: Javascript is worse in this regard. If you include google's adsense code for example, you open yourself to google running arbitrary code, getting at cookies, etc... Even when they are on different domains. That's how it should happen as you are trusting the content and explicitly executing it, but with Flash it becomes a problem because josh wrote: The flash player does not pose...
Started 1 day, 5 hours ago (2009-11-25 04:57:00)
by Grizzzzzzzzzz
can you wrap your code in [php] tags please, allows for easier reading
Started 1 day, 5 hours ago (2009-11-25 04:15:00)
by tasairis
Could have something to do with the improper headers. They should have a between each - like you did with Bcc.
Started 1 day, 5 hours ago (2009-11-25 04:14:00)
by tasairis
codewalkz wrote: And as I see it, the LIMIT 0,1 applies to each instead of giving me ONLY 1 RESULT from the overall. Which explains why it's not doing what you want. LIMIT applies to the entire query. MySQL will do the search, come up with stuff, and then limit the results. I think Line number On/Off | Expand/Contract SELECT sponsor, COUNT ( * ) FROM agents GROUP BY ...
Started 1 day, 8 hours ago (2009-11-25 01:40:00)
by arborint
Probably the file path in $filename is incorrect.
|
|
Hot threads for last week on DevNetwork Forums:
Started 2 days, 18 hours ago (2009-11-23 15:48:00)
by iankent
The_L wrote: how should i make it list only urls that begins with http://youtube.com/ and http://google.com/ (for example) i tried: even if your regex is correct (which I can't guarantee as I'm no regex expert!), you'll probably find most google/youtube links won't start http://google.com/ etc but will instead be http://www.google.com/ (or google.com.au, google.co.uk etc). You...
Started 1 week ago (2009-11-19 08:10:00)
by iankent
koolsamule wrote: Hi Chaps, I have a Query that pulls data from 3 different job tables: Line number On/Off | Expand/Contract tbl_jobs - jobid (auto) primary key - jobinvsent (y,n) tbl_jobxml - jobid (auto) primary key - jobinvsent (y,n) tbl_jobtrans - jobid (auto) primary key - jobinvsent (y,n) I'm able to present the data in an HTML table, but what I need is the ...
Started 1 week, 1 day ago (2009-11-18 04:44:00)
by iankent
_________________ I'm not a mindreader - if you don't ask, I can't tell you. Learn PHP the easy way - read the phpbb source code...
Started 1 week ago (2009-11-19 09:53:00)
by papa
_________________ http://craven-studio.com/ Always Confused
Started 6 days, 16 hours ago (2009-11-19 17:17:00)
by faile486
Started 1 week ago (2009-11-19 01:47:00)
by Weiry
There were a few problems which was causing it not to work. Your form contained no field named "submit" when you were checking for it on line 6 Line 6 was updated to: if(!isset($_POST ['submit'])) Line 31 was updated to: <input name="submit" type="submit" id="add" value="Submit"> Another point, you were using if statements without formatted statements inside. If you use a non { } if ...
Started 1 week ago (2009-11-19 04:44:00)
by jackpf
Well, you don't really need "== TRUE" at all, since if() evaluates the expression against true anyway...
Started 1 week ago (2009-11-19 08:47:00)
by iankent
The image your linking to doesn't exist. You haven't given enough info for us to work out why though. What file is the img tag trying to retrieve? Does that file even exist? Where does that URL come from? Are the pictures actually being uploaded? etc. etc. etc. we can't really give you any help unless you give us a lot more info
Started 1 week ago (2009-11-18 13:33:00)
by superdezign
_________________ Fastest Advancing Newcomer - 2007 ^_^
Started 6 days, 11 hours ago (2009-11-19 22:55:00)
by Jonah Bron
You should pay attention to error messages. Tell us what is reads. Try printing the value of $row right after you define it, too.
|
|