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

PHP | Forum profile

Forum profile page for PHP on http://www.daniweb.com. This report page is the aggregated overview from a single forum: PHP, located on the Message Board at http://www.daniweb.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 "PHP" on the Message Board at http://www.daniweb.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: www.daniweb.com - IT Tech Talk - PHP (site profile, domain info daniweb.com)
Title: PHP
Url: http://www.daniweb.com/forums/forum17.html
Users activity: 28 posts per thread
Forum activity: 244 active threads during last week
 

Posting activity on PHP:

  Week Month 3 Months
Threads: 244 837 2,331
Post: 661 2,283 6,635
 

PHP Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
network18
70
user's latest post:
Pagination Without Limit in...
Published (2009-11-23 05:05:25)
id_tariffplan is the variable to hold the first parameter value passed to the stored procedure. So its not a column name.Either the error is "unknown column idtariffplan" , (where idtariffplan is the column name) and id_tariffplan will just assign its value to it in the where clause.
venkat0904
56
user's latest post:
Redirect Browser Back Button
Published (2009-11-26 07:54:05)
• • • • Originally Posted by vishalonne Dear Venkat Can you help me to clear my doubt what you instructed...! When any user go back or leave the Main page then do I need to end his session, if so, please tell me how to do this and where to embed the code...! Please see the security.php I already attached with this thread Thanx once agin for last solution.. I am waiting for this Sorry if i didnt make myself...
cwarn23
39
user's latest post:
HTML in arrays?
Published (2009-11-25 00:00:00)
Also if you want columns in the array then a 2 dimensional array will be required. For example Help with Code Tags PHP Syntax ( Toggle Plain Text ) <?php $htmltable = array ( ) ; for ( $row = 0 ; $row < 21 ; $row ++ ) { for ( $column = 0 ; $column < 6 ; $column ++ ) { $htmltable [ $row ] [ $column ] = $row . 'x' ....
Atli
32
user's latest post:
Adding a page - Trick behind -...
Published (2009-11-24 10:26:24)
• • • • Originally Posted by evstevemd Thanks guys, I have got alot from you feel free to add any information you wish on subject, but thread is solved Glad could help
ardav
30
user's latest post:
HTML in arrays?
Published (2009-11-26 02:54:45)
Hi Airshow, "long time..." and all that. Yep agree, a full description of the problem would have been useful. Spotted a mistake in my code: Help with Code Tags PHP Syntax ( Toggle Plain Text ) $output .= "</body></table>" $output .="</body></table>" Should be: Help with Code Tags PHP Syntax ( Toggle Plain Text ) $output .=...
nav33n
30
user's latest post:
Drop Down Menu, Search Result....
Published (2009-11-26 01:56:15)
Great Cheers!
rajabhaskar525
20
user's latest post:
fetching youtube embed...
Published (2009-11-21 01:47:57)
• • • • Originally Posted by digital-ether Try using <?php instead of <? i tried but i am not getting any video.....
muralikalpana
16
user's latest post:
chating
Published (2009-11-26 08:53:52)
hi... i wrote some script. after that i am not getting any ideas to move. sorry for this... any body spend some time for help to me? i will show my code. actually i wrote simple chat script. that is fine. but this is single window chat script. but my requirement is multiple users can chat with only admin . admin simultaniously replys with multiple chat boxes. but i am getting only single window. actually i didnot used any javascript. i used...
levsha
15
user's latest post:
Running different scripts off a...
Published (2009-11-24 17:24:02)
• • • • Originally Posted by ardav IN addition to name="inventorid" , add id="inventorid" . I'm not sure if it will work, but I can't see anything wrong with your code - mind you - my head's like a rotten apple at the moment. In your first page: Help with Code Tags PHP Syntax ( Toggle Plain Text ) <input type= "text" name=...
kireol
14
user's latest post:
url_rewriting with htaccess
Published (2009-11-26 00:56:54)
google is your friend http://enarion.net/web/apache/htaccess/trailing-slash/
 

Latest active threads on PHP::

www.daniweb.com - IT Tech Talk
Started 2 days, 2 hours ago (2009-11-26 17:57:22)  by Longoro
Thanks antonkejr but now, after I removed the comma, I get this warning: Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\webroot\tracker\stats.php on line 7
Thread:  Show this thread (7 posts)   Thread info: Warning: mysql_result()... Size: 347 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Warning: mysql_result()... :: PHP :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 3 days, 20 hours ago (2009-11-25 00:00:00)  by Kruptein
First: What is the error you get Second: why are you using different indents? this is a) very ugly and b) will give errors
Thread:  Show this thread (10 posts)   Thread info: Help me with this Query Size: 268 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help me with this Query :: PHP :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 2 days, 2 hours ago (2009-11-26 17:53:36)  by programmersbook
Sorry but to put images/files into the Database, this is the most stupid thing what you can do. FS should take care of it, to the DB! Bad Design!
Thread:  Show this thread (2 posts)   Thread info: Showing a BLOB image Size: 272 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Showing a BLOB image :: PHP :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 2 days, 11 hours ago (2009-11-26 08:53:26)  by techniner
Well without seeing your code I can only show some examples of proper usage: Help with Code Tags PHP Syntax ( Toggle Plain Text ) <?php $myArray = array ( 'aa' , 'bb' , 'cc' , 'dd' ) ; while ( list ( $key , $val ) = each ( $myArray ) ) echo $val ; reset ( $myArray ) ; while ( list ( $key , $val ) = ...
Thread:  Show this thread (2 posts)   Thread info: Problem with while Size: 5,695 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Problem with while :: PHP :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 2 days, 13 hours ago (2009-11-26 06:54:05)  by vishalonne
• • • • Originally Posted by venkat0904 Its pretty simple task to achieve.. In ur login page... before u show anything just check for existence of session for user, and if one exists use header() function to lead him to main.php page directly... Similarly in the main page check for existence and if session is not present head him back to login.php ...
Thread:  Show this thread (4 posts)   Thread info: Redirect Browser Back Button Size: 1,476 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Redirect Browser Back Button :: PHP :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 2 days, 15 hours ago (2009-11-26 04:54:32)  by venkat0904
• • • • Originally Posted by vishalonne Hi Every body Once again I'm in problem and want some help from you all I have written a small code to search a particular value in MySql database and then to display the record based on that value - Like to search a Employee code in database and then to display detail of that Employee in same page after that if ...
Thread:  Show this thread (5 posts)   Thread info: Getting Error in PHP due to MySql Query Size: 15 kb
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Getting Error in PHP due to MySql Query :: PHP :: www.daniweb.com - IT Tech Talk"
 

Hot threads for last week on PHP::

PHP
Started 1 week, 1 day ago (2009-11-20 17:44:54)  by Atli
Hey. You could use sessions to store the data from the first part of the form until the second one is submitted. Or you could insert the data from the first page into the database as soon as it is submitted, have the user fill out the second part, and just update the row when the second part is submitted. For example: index.php Help with Code Tags ...
Thread:  Show this thread (13 posts)   Thread info: One DB record from two HTML forms Size: 10 kb
Related Threads: Same Site | All Sites
Customize:  Customize "RE: One DB record from two HTML forms :: PHP :: www.daniweb.com - IT Tech Talk"
PHP
Started 3 days, 20 hours ago (2009-11-25 00:00:00)  by monst3rworld
Check Now Friend...!
Thread:  Show this thread (13 posts)   Thread info: make diamond with stars using php For loop Size: 147 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: make diamond with stars using php For loop :: PHP :: www.daniweb.com - IT Tech Talk"
PHP
Started 1 week ago (2009-11-20 21:48:49)  by anishmsry
i used the code you submitted, but still the problem exists. when i use any of %,<,>,\,", * or : it's showing error
Thread:  Show this thread (12 posts)   Thread info: .htaccess, some symbols causing problem Size: 293 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: .htaccess, some symbols causing problem :: PHP :: www.daniweb.com - IT Tech Talk"
PHP
Started 1 week, 1 day ago (2009-11-20 00:00:00)  by rajabhaskar525
• • • • Originally Posted by urtrivedi You need to purchase packages from service provider, who will provide you the api and ip addresses for interfacing your website and their website for sending sms. www.smsmuic.co.in is there any otherway. to send sms for free of cost.
Thread:  Show this thread (10 posts)   Thread info: how to sms to mobile phones from my web site. Size: 1,047 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to sms to mobile phones from my web site. :: PHP :: www.daniweb.com - IT Tech Talk"
PHP
Started 1 week, 1 day ago (2009-11-20 00:00:00)  by ym_chaitu
• • • • Originally Posted by network18 I have modified your code - Help with Code Tags PHP Syntax ( Toggle Plain Text ) //by speifying this and using in the echo below, all the files in the array should be from this directory only $dir = "./clock/" ; $arr_file_names = array ( 1 => 'my_string.html' , 'my_script....
Thread:  Show this thread (10 posts)   Thread info: How to display random html pages using php Size: 8,638 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to display random html pages using php :: PHP :: www.daniweb.com - IT Tech Talk"
PHP
Started 3 days, 20 hours ago (2009-11-25 00:00:00)  by Kruptein
First: What is the error you get Second: why are you using different indents? this is a) very ugly and b) will give errors
Thread:  Show this thread (10 posts)   Thread info: Help me with this Query Size: 268 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help me with this Query :: PHP :: www.daniweb.com - IT Tech Talk"
PHP
Started 1 week, 1 day ago (2009-11-20 00:00:00)  by rajabhaskar525
• • • • Originally Posted by network18 you need some external script like this i tried download sript. but they need some external plugins . is there any orhterway ........
Thread:  Show this thread (9 posts)   Thread info: how to import the contacts from sites like yahoo, gmail, facebook, orkut.. Size: 982 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to import the contacts from sites like yahoo, gmail, facebook, orkut.. :: PHP :: www.daniweb.com - IT Tech Talk"
PHP
Started 6 days, 20 hours ago (2009-11-22 00:00:00)  by NeeedYourHelppp
• • • • Originally Posted by ardav You wanna maika me an offer I canna refuse? I dunno. :L As long as i get full admin rights im not really bothered
Thread:  Show this thread (8 posts)   Thread info: Help needed to make Mafia Game. Size: 966 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help needed to make Mafia Game. :: PHP :: www.daniweb.com - IT Tech Talk"
PHP
RE: Internet bot - 7 new posts
Started 1 week, 1 day ago (2009-11-20 00:00:00)  by drjay1627
Thanks mate. I actually saw your post from 2007. I was going through one of your code on your website. I'll try and understand what your trying to do. I'll write on here if I have any question. Appreciate you help in advance. Cheers drjay
Thread:  Show this thread (7 posts)   Thread info: Internet bot Size: 426 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Internet bot :: PHP :: www.daniweb.com - IT Tech Talk"
PHP
Started 1 week, 1 day ago (2009-11-20 00:00:00)  by shishtawitch
thanks a lot ma'm you are awesome.........!!
Thread:  Show this thread (7 posts)   Thread info: fetching youtube embed code.......with php Size: 171 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: fetching youtube embed code.......with php :: PHP :: www.daniweb.com - IT Tech Talk"

This page was found by:   kkeith29  onClick="window.open php