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... 

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.

Title: DevNetwork Forums - http://www.devnetwork.net DevNetwork Forums
Url: http://www.devnetwork.net
Users activity: 3 posts per thread
site activity: 524 active threads during last week
Site rank: 1,728 (go to rank page)
Domain info for: devnetwork.net
 

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:

DevNetwork Forums | Forum Authority Badge

DevNetwork Forums posting activity graph:

Posts by:  day  week  month 
 

http://www.devnetwork.net Alexa graph:

Top authors on DevNetwork Forums during last week:

Name
Posts
iankent
104
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...
Jonah Bron
60
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 [...
McInfo
36
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.
josh
36
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...
tasairis
28
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...
papa
26
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.
Goofan
22
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
superdezign
22
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.
Weiry
21
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 ; }
jackpf
20
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:

PHP - Code - 719 new posts PHP - Code - forum profile
General Discussion - 64 new posts General Discussion - forum profile
Databases - 34 new posts Databases - forum profile
PHP - Theory and Design - 29 new posts PHP - Theory and Design - forum profile
Client Side - 18 new posts Client Side - forum profile
PHP - Security - 16 new posts PHP - Security - forum profile
Installation and Configuration - 14 new posts Installation and Configuration - forum profile
Coding Critique - 11 new posts Coding Critique - forum profile
Job Hunt - 8 new posts Job Hunt - forum profile
Regex - 7 new posts Regex - forum profile
 

Top 10 forums on DevNetwork Forums:

PHP - Code - 133,315 posts PHP - Code - forum profile
General Discussion - 41,050 posts General Discussion - forum profile
PHP - Theory and Design - 16,982 posts PHP - Theory and Design - forum profile
Client Side - 14,057 posts Client Side - forum profile
Databases - 11,208 posts Databases - forum profile
PHP - Security - 8,811 posts PHP - Security - forum profile
Regex - 5,130 posts Regex - forum profile
Swiftmailer - 4,660 posts Swiftmailer - forum profile
Linux - 3,610 posts Linux - forum profile
Installation and Configuration - 3,590 posts Installation and Configuration - forum profile

Latest active threads on DevNetwork Forums:

DevNetwork Forums
Started 1 day, 4 hours ago (2009-11-25 05:36:00)  by Virvo
_________________ PHP Web Development PHP to Ruby
Forum:  Linux Linux - forum profile
Thread:  Show this thread (2 posts) Thread info: .htaccess issues with sub-directory applications Size: 180 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: .htaccess issues with sub-directory applications :: Linux :: DevNetwork Forums"
DevNetwork Forums
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);
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (2 posts) Thread info: Escaping output data from mysql? Size: 198 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Escaping output data from mysql? :: PHP - Code :: DevNetwork Forums"
DevNetwork Forums
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)
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (2 posts) Thread info: PHP script executed only from a certain machine Size: 129 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: PHP script executed only from a certain machine :: PHP - Code :: DevNetwork Forums"
DevNetwork Forums
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...
Forum:  PHP - Security PHP - Security - forum profile
Thread:  Show this thread (4 posts) Thread info: Adobe is not willing to fix Flash security issues. Size: 2,464 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Adobe is not willing to fix Flash security issues. :: PHP - Security :: DevNetwork Forums"
DevNetwork Forums
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
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (3 posts) Thread info: Picture upload problem with Internet Explorer Size: 70 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Picture upload problem with Internet Explorer :: PHP - Code :: DevNetwork Forums"
DevNetwork Forums
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.
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (2 posts) Thread info: Using mail function Size: 152 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Using mail function :: PHP - Code :: DevNetwork Forums"
DevNetwork Forums
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 ...
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (2 posts) Thread info: LIMIT result from a query with Multiple WHERE value Size: 1,370 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: LIMIT result from a query with Multiple WHERE value :: PHP - Code :: DevNetwork Forums"
DevNetwork Forums
Started 1 day, 8 hours ago (2009-11-25 01:40:00)  by arborint
Probably the file path in $filename is incorrect.
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (4 posts) Thread info: the code work only in the localhost Size: 49 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: the code work only in the localhost :: PHP - Code :: DevNetwork Forums"
 

Hot threads for last week on DevNetwork Forums:

PHP - Code
Re: Php link exporter - 24 new posts
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...
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (24 posts) Thread info: Php link exporter Size: 3,862 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Php link exporter :: PHP - Code :: DevNetwork Forums"
PHP - Code
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 ...
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (16 posts) Thread info: Update values from repeated table Size: 3,625 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Update values from repeated table :: PHP - Code :: DevNetwork Forums"
PHP - Code
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...
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (15 posts) Thread info: Getting buttons and textboxes within loop Size: 192 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Getting buttons and textboxes within loop :: PHP - Code :: DevNetwork Forums"
PHP - Code
RE: Time for Headaches - 14 new posts
Started 1 week ago (2009-11-19 09:53:00)  by papa
_________________ http://craven-studio.com/ Always Confused
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (14 posts) Thread info: Time for Headaches Size: 186 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Time for Headaches :: PHP - Code :: DevNetwork Forums"
PHP - Code
Started 6 days, 16 hours ago (2009-11-19 17:17:00)  by faile486
Forum Contributor
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (14 posts) Thread info: Different Questions Size: 48 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Different Questions :: PHP - Code :: DevNetwork Forums"
PHP - Code
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 ...
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (13 posts) Thread info: PHP Form Validation Size: 5,960 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: PHP Form Validation :: PHP - Code :: DevNetwork Forums"
General Discussion
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...
Forum:  General Discussion General Discussion - forum profile
Thread:  Show this thread (13 posts) Thread info: Need help with choosing a laptop Size: 114 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Need help with choosing a laptop :: General Discussion :: DevNetwork Forums"
PHP - Code
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
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (12 posts) Thread info: Pictures showing problem Size: 380 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Pictures showing problem :: PHP - Code :: DevNetwork Forums"
PHP - Code
RE: PHP CODE HELP - 11 new posts
Started 1 week ago (2009-11-18 13:33:00)  by superdezign
_________________ Fastest Advancing Newcomer - 2007 ^_^
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (11 posts) Thread info: PHP CODE HELP Size: 260 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: PHP CODE HELP :: PHP - Code :: DevNetwork Forums"
PHP - Code
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.
Forum:  PHP - Code PHP - Code - forum profile
Thread:  Show this thread (10 posts) Thread info: Trying to parse .csv Size: 143 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Trying to parse .csv :: PHP - Code :: DevNetwork Forums"

This page was found by:   quickform2 tutorial