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

Coding | Forum profile

Forum profile page for Coding on http://www.phpbuilder.com. This report page is the aggregated overview from a single forum: Coding, located on the Message Board at http://www.phpbuilder.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Coding" on the Message Board at http://www.phpbuilder.com is also shown in the following ways:

1) Latest Active Threads
2) 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 forum's popularity and/or exact posting volumes at any given reporting period.

Site: PHPBuilder.com - Coding (site profile, domain info phpbuilder.com)
Title: Coding
Url: http://phpbuilder.com/board/forumdisplay.php?s=...
Users activity: 29 posts per thread
Forum activity: 100 active threads during last week
 

Posting activity on Coding:

  Week Month 3 Months
Threads: 100 360 1,075
Post: 295 1,134 3,098
 

Coding Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Weedpacket
34
user's latest post:
Regex help Please
Published (2009-11-08 18:19:00)
Typo on my part. that should be a $0. Also, you're chopping off the '['...']' on the ends, which breaks it. So the substr() needs to be adjusted to retain them. After all that array_chunk can be used to group elements in $data.
dagon
32
user's latest post:
Dynamic array name confusion
Published (2009-11-08 21:27:00)
wouldn't a multi-dimensional array be easier.
darkgr33n
18
user's latest post:
NuSoap - where's my data...
Published (2009-11-06 07:16:00)
hmm, I thought it may be the complex array that was causing me problems, but turns out, even the simplest array falls over. I just don't understand why its so difficult to get anything out of nusoap. i must be missing something fundamental here. Look: PHP Code: require_once ( '../nusoap/lib/nusoap.php' ); $client = new nusoap_client ( "authenticate.wsdl" , 'wsdl' ); $response_doCanSearch = $client ->...
dariuc
16
user's latest post:
[RESOLVED] ok.. i have no clue...
Published (2009-11-02 16:20:00)
I'm very appreciative of your help. And i now feel slightly more like a dolt. but thats okay because it's fixed. Thanks to all who took the time to respond.
NogDog
16
user's latest post:
[RESOLVED] INclude and Require...
Published (2009-11-07 16:34:00)
You are including a file system path, not a HTTP URL, so it is treating the "?BBack=1" as part of the file name, not a URL query string. You can just include it without that part, and if it's not already in the $_GET array, then set before doing the include: PHP Code: $_GET [ 'BBack' ] = 1 ; include( '../includes/login.php' );
Neville1985
12
user's latest post:
Help.. For Loop !!
Published (2009-11-06 13:06:00)
Quote: Originally Posted by bradgrafelman Minor correctoin: the HTML element's name would be "tp[]" - no dollar sign. ahah true that, im le tired
bradgrafelman
11
user's latest post:
Parse Error: syntax error - Page...
Published (2009-11-08 20:34:00)
It helps immensely to use a good editor (search the Echo Lounge - there's been numerous discussions about which editor is better and why); one feature you should look for, for example, is an editor that can match up every [ and { to the corresponding (or missing) } and ] respectively.
scrupul0us
10
user's latest post:
[RESOLVED] How to filter XMl...
Published (2009-11-05 08:31:00)
There ya go... =)
Lowryder1
9
user's latest post:
Parse error: syntax error,...
Published (2009-11-01 01:45:00)
Here is what I just copy & pasted. PHP Code: <?php /*   $Id: information.php 1739 2007-12-20 00:52:16Z hpdl $   osCommerce, Open Source E-Commerce Solutions   http://www.oscommerce.com   Copyright (c) 2003 osCommerce   Released under the GNU General Public License */ ?> <!-- information //-->...
laserlight
9
user's latest post:
OR Statement within a string?
Published (2009-11-04 20:19:00)
Perhaps you should redesign that function's interface so you can pass an array of strings instead.
 

Latest active threads on Coding::

PHPBuilder.com
Started 15 hours, 35 minutes ago (2009-11-09 09:27:00)  by JVassie
Hmm, think I fixed it by replacing \d* with \d+ New code: PHP Code: // Battleships if( preg_match ( "/Battleship\s*\d*/i" , $string , $output )) { $output = preg_replace ( "/\s*/" , "" , $output [ 0 ]); preg_match ( "/\d+/" , $output , $output ); echo 'Number of Battleships: <b...
Thread:  Show this thread (2 posts)   Thread info: preg_match RegEx Problems Size: 2,380 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: preg_match RegEx Problems :: Coding :: PHPBuilder.com"
PHPBuilder.com
Started 15 hours, 55 minutes ago (2009-11-09 09:07:00)  by NogDog
I'd start by verifying that the $data array has the expected values (var_dump(), perhaps). If not, then work backwards from there to figure out why. If $data looks OK, then we'll probably have to see the query_insert() method.
Thread:  Show this thread (2 posts)   Thread info: empty data in databsae when add it Size: 226 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: empty data in databsae when add it :: Coding :: PHPBuilder.com"
PHPBuilder.com
Started 2 years, 1 month ago (2007-10-10 21:12:00)  by sobuj
Hi guys I am looking for exactly the same thing, a way to convert and upload using ffmpeg. I found this thread by searching, and thought it would better if I ask my question by replying to this one, since the subject matter is the same. Would greatly appreciate if someone can help. I have searched a lot and could not find even a single example / tutorials that work. Thanks again...
Thread:  Show this thread (3 posts)   Thread info: FFMPEG file upload Size: 563 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: FFMPEG file upload :: Coding :: PHPBuilder.com"
PHPBuilder.com
Started 1 week ago (2009-11-02 20:21:00)  by NogDog
I don't think you want to negate ("!") the preg_match(), as you want the if condition to be true if it finds anything that is not a 0-9, correct?
Thread:  Show this thread (8 posts)   Thread info: preg_match tells me numbers are symbols! Size: 155 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: preg_match tells me numbers are symbols! :: Coding :: PHPBuilder.com"
PHPBuilder.com
Started 23 hours, 55 minutes ago (2009-11-09 01:07:00)  by laserlight
hmm... I thought that there was an array_union, but apparently not. Still, you could use: PHP Code: <?php $array1 = array( 'value1' , 'value2' , 'value3' ,); $array2 = array( 'value4' , 'value2' , 'value1' ); $array3 = array_merge ( $array1 , array_diff ( $array2 , $array1 )); print_r ( $array3 );
Thread:  Show this thread (3 posts)   Thread info: adding and replacing array values Size: 1,760 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: adding and replacing array values :: Coding :: PHPBuilder.com"
PHPBuilder.com
Started 1 day, 1 hour ago (2009-11-08 23:41:00)  by sgray
By the way, I have been using this to list them, unsorted... PHP Code: foreach ( $shows as $current_show => $value ) { echo "" . $shows [ $current_show ][ "current_episode" ]. " - " . $shows [ $current_show ][ "current_name" ]. "" ; } It seems a bit icky..
Thread:  Show this thread (5 posts)   Thread info: sorting complec(?) arrays Size: 1,597 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: sorting complec(?) arrays :: Coding :: PHPBuilder.com"
PHPBuilder.com
Started 4 days, 3 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...
Thread:  Show this thread (9 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 1 day, 6 hours ago (2009-11-08 18:58:00)  by dagon
the code looks insane to me, what are you actully trying to achieve?
Thread:  Show this thread (4 posts)   Thread info: Dynamic array name confusion Size: 68 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Dynamic array name confusion :: Coding :: PHPBuilder.com"
 

Hot threads for last week on Coding::

Coding
Started 1 week, 1 day 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...
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"
Coding
Started 6 days, 13 hours 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
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"
Coding
Started 1 week, 1 day ago (2009-11-01 09:26:00)  by emkay
Having trouble with MySQL Queries! I've managed to get the user registration module working perfectly, but I'm having some more trouble with my login authentication queries: PHP Code: $sql = "SELECT * FROM `users` WHERE email = '$email' AND password = '$encrypt_pass' " ; $result = mysqli_query...
Thread:  Show this thread (9 posts)   Thread info: Having trouble with MySQL Queries! Size: 4,015 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Having trouble with MySQL Queries! :: Coding :: PHPBuilder.com"
Coding
Help.. For Loop !! - 9 new posts
Started 1 week ago (2009-11-02 11:44:00)  by jexx
Help.. For Loop !! I'm trying to use a for loop to save me writing the same code 10 times !! This is what I have : Code: <? $s=array('existing'=>'Exisiting','new'=>'New'); function create_select($fields,$name,$selected= ''){ $field= '<select name="'.$name.'" id="'.$name.'" disabled>'; foreach($fields as $key=>$...
Thread:  Show this thread (9 posts)   Thread info: Help.. For Loop !! Size: 4,263 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Help.. For Loop !! :: Coding :: PHPBuilder.com"
Coding
Started 4 days, 3 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...
Thread:  Show this thread (9 posts)   Thread info: Regex help Please Size: 755 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Regex help Please :: Coding :: PHPBuilder.com"
Coding
Started 5 days, 21 hours ago (2009-11-04 03:13:00)  by toxic_brain
Quote: Its not quite right Quote: I think my coding is wrong. Please mention what is the expected result and the actual result.
Thread:  Show this thread (9 posts)   Thread info: MySQL Query In PHP to get a field out of a table.. Size: 687 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: MySQL Query In PHP to get a field out of a table.. :: Coding :: PHPBuilder.com"
Coding
Started 1 week, 1 day ago (2009-11-01 11:54:00)  by spikenology
how to bold, email and web links in mysql query results in table have a simple membership database in mysql. Running a query, and displaying results on a page to show active members. Need some simple assistance - I want to bold the names, and make the email address links (- mailto: etc.), and make links to folks web sites, if present....
Thread:  Show this thread (8 posts)   Thread info: how to bold, email and web links in mysql query results in table Size: 5,921 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to bold, email and web links in mysql query results in table :: Coding :: PHPBuilder.com"
Coding
Started 1 week, 2 days ago (2009-11-01 00:39:00)  by Lowryder1
Parse error: syntax error, unexpected ')' I keep getting this error message... Parse error: syntax error, unexpected ')' in /public_html/includes/boxes/information.php on line 28 Where is the unexpected ')' Thanks in advance. PHP Code: <?php /* $Id: information.php 1739 2007-12-20 00:52:...
Thread:  Show this thread (8 posts)   Thread info: Parse error: syntax error, unexpected ')' Size: 7,461 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Parse error: syntax error, unexpected ')' :: Coding :: PHPBuilder.com"
Coding
Started 4 days, 1 hour ago (2009-11-05 23:13:00)  by dagon
you don't run a query from a db, so im not sure what you are asking. to query a db on another server you just specify its ip in the connection
Thread:  Show this thread (8 posts)   Thread info: Save data from one server into mysql in another one Size: 157 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Save data from one server into mysql in another one :: Coding :: PHPBuilder.com"
Coding
Started 1 week ago (2009-11-02 20:21:00)  by NogDog
I don't think you want to negate ("!") the preg_match(), as you want the if condition to be true if it finds anything that is not a 0-9, correct?
Thread:  Show this thread (8 posts)   Thread info: preg_match tells me numbers are symbols! Size: 155 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: preg_match tells me numbers are symbols! :: Coding :: PHPBuilder.com"