|
More site info...
|
|
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.
|
|
|
|
|
Posting activity on PHP:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
224
|
832
|
2,353
|
|
Post:
|
658
|
2,394
|
6,634
|
|
|
PHP Posting activity graph:
|
Top authors during last week:
user's latest post:
find user visiting topic in my...
Published (2009-11-09 00:00:00)
if you want to track the pages user is visiting, update the usermaster table with one more field named 'location' each time the script on that particular page starts. This update will there be on each of your php page, so you can just create the common include file instead.
user's latest post:
Uploading to specific field in...
Published (2009-11-09 00:00:00)
Hey. I wrote an article that explains in detail how you would upload a file into a MySQL database. ( Linkage ). In case you choose to go that route.
user's latest post:
textarea count commas.
Published (2009-11-09 17:24:16)
Fair enough, what happens if somebody (I assume you have users entering data, not just yourself) puts a comma at the end? The reason I ask is because I do this all the time without thinking. Do you get an error message or do you check to see if the fourth term is blank?
user's latest post:
Posting data behind the scene -...
Published (2009-11-09 00:00:00)
Thats fine coz i dont know any other way to transfer data asynchronously without user's notice... if u knw den do share ur knowledge.... dats wat this forum is meant for.. • • • • Originally Posted by SKANK!!!!! o i meant ajaxx is an unessary fault to use to submit just a form
user's latest post:
Mp3 file upload problem - Page 3...
Published (2009-11-09 00:00:00)
• • • • Originally Posted by network18 If the warning as below - Help with Code Tags PHP Syntax ( Toggle Plain Text ) PHP Warning: POST Content-Length of 9484737 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 PHP Warning: POST Content-Length of 9484737 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 it mentions that your post carries 9484737 bytes i.e. 9.04535MB of data.So...
user's latest post:
PRoblem in Delete - Page 5 - PHP
Published (2009-11-07 00:00:00)
hello friend this topic has been closed plz create new topic and invite me iwill definetily help u my dear
user's latest post:
Making tutorials - your wishlist...
Published (2009-11-09 21:27:18)
Looks like I might just embed the videos in my mediawiki cms but I have just uploaded the latest video at http://syntax.cwarn23.info/media/new.html Took 24 hours to upload and I've improved the quality but haven't checked the entire video for the blank out due to it's size. So if anybody would like to comment on it continue.
user's latest post:
Stamp text on an image.
Published (2009-11-07 00:00:00)
Take a look at the GD library: http://www.libgd.org/Main_Page
user's latest post:
PHP Templating vs TEMPLATE ENGINES
Published (2009-11-09 00:00:00)
Although it adds another layer to the code (sometimes making it slower but not always, since you have caching) it helps separate the business logic from display logic. When your allowed to work with PHP in the view, you're tempted to do business processing in there as well. But when you have something like Smarty, even though you can run PHP in there, you usually find yourself doing all the processing where it should be done...
user's latest post:
radiobutton with textarea
Published (2009-11-09 00:00:00)
• • • • Originally Posted by ardav Here's a good example in a forum (you'll need to scroll to the bottom - it's a long thread!): http://www.codingforums.com/archive/...p/t-71233.html k. that code is working fine. but in that text area each line may or maynot have 2comers(,) but not have more than two comers(,). how to do?
|
|
|
|
Latest active threads on PHP::
Started 2 days, 23 hours ago (2009-11-09 00:00:00)
by SuntechWebsites
Thanks. Thats pretty much what I figured. Works good.
Started 1 week, 2 days ago (2009-11-02 19:07:50)
by ardav
OK
Help with Code Tags PHP Syntax ( Toggle Plain Text ) $rs = mysql_query ( "SELECT friends.*,users2.username,reqs.username AS requsername from friends LEFT JOIN users users2 ON friends.user = users2.id LEFT JOIN users reqs ON friends.req = reqs.id WHERE confirmed = 1 AND (req = 1 OR `user` = 1)" ) ; $rs = mysql_query("SELECT ...
Started 1 day, 19 hours ago (2009-11-10 04:23:09)
by venkat0904
yeah that should help me take off... bt as i stated earlier a user can view his own events as well as of others in same group who have shared an event...
I can think of an addition ie with user id we can save group id of an event, in case the user wishes to share it with the group and while displaying we can check if user's own group id matches with event's group id..
what do u say??...
Started 1 day, 9 hours ago (2009-11-10 14:22:44)
by ShawnCplus
• • • • Originally Posted by ardav $HTTP_COOKIE_VARS["users_resolution"]
See http://www.wallpaperama.com/forums/p... ript-t517.h tml .
I don't think this can deal with resize events - javascript/ajax would probably be required for this. Don't use HTTP_COOKIE_VARS, use _COOKIE
http://php.net/$_COOKIE
Started 1 day, 13 hours ago (2009-11-10 10:23:36)
by gunbuster363
It doesn't work, can you take a look at my code?
Help with Code Tags PHP Syntax ( Toggle Plain Text ) #!/usr/bin/php <?php // Return a handle to a curl connection to the site you want to pull info from $ch = curl_init ( 'http://www.tripadvisor.com/ShowUserReviews-g29421 7-d305813-r45616996-Langham_Place_Hong_Kong-Hong_K ong_Hong_Kong_Region....
Started 2 days, 23 hours ago (2009-11-09 00:00:00)
by Atli
Hey.
You could also use the substr_count function.
Help with Code Tags php Syntax ( Toggle Plain Text ) if ( substr_count ( $input , ',' ) == 2 ) { echo "Valid!;" } if(substr_count($input, ',') == 2) {
echo "Valid!;"
}
|
|
Hot threads for last week on PHP::
Started 1 week, 1 day ago (2009-11-03 00:00:00)
by manishmannan
• • • • Originally Posted by Will Gresham Do you mean delete in an SQL query, or a unlink to delete files? sory brother your are not getting me
my question is
i am working on some multiple records like here is my code
<?php
//echo $user;
session_start();
if (!isset($_SESSION['myusername']))
{
echo'<center><b>You need TO login First</b></...
Started 1 week ago (2009-11-04 02:39:56)
by sarithak
• • • • Originally Posted by network18 check if this is in your form -
enctype="multipart/form-data"
Hi ,
Thanks 4 ur reply...
it works fine for all (images, WMA)....when i change the below code..
Help with Code Tags PHP Syntax ( Toggle Plain Text ) $_FILES [ 'tphoto' ] [ 'type' ] == 'audio/wma'...
Started 8 months, 2 weeks ago (2009-02-25 22:31:19)
by ShawnCplus
Careful about misleading people. A hash is not encryption. There is no way to decrypt a hash. There is also no such thing as a "dehasher", the only way to "reverse" a hash is to create huge libraries (called rainbow tables) of pre-created hashes and check against them. MD5, SHA1/256/etc are hashes, Vigenere, WEP, etc. are encryption.
Started 1 week, 2 days ago (2009-11-02 05:06:46)
by AirGear
here is the code
Help with Code Tags PHP Syntax ( Toggle Plain Text ) <? header ( "location:index.html" ) ; ?> <?
header("location:index.html");
?>
and the address is still at "file:///C:/Program%20Files/wamp/www/Projek%20SBD/ Projek/logout.php" (NB : logout.php is the name of the file that contains that code)
i'm using mozilla ...
Started 5 days, 18 hours ago (2009-11-06 05:33:45)
by venkat0904
This is where AJAX comes into play... For basics refer
http://www. w3schools.com/Ajax/Default.Asp
• • • • Originally Posted by veledrom Hi,
index.php posts data to process.php
I want users to remain in index.php when they summit their form. I have seen this in some websites but don't know hot it done.
Can anyone help me?
Thanks...
Started 1 week, 1 day ago (2009-11-03 00:00:00)
by network18
look around for using SQL_CALC_FOUND_ROWS in query, it may help you
Started 2 years ago (2007-10-15 15:07:56)
by ezb
Thanks alot for your help, however, I am using 4.3.9, sorry I should have mentioned this to begin with, the code you gave strictly php5?
Started 4 days, 23 hours ago (2009-11-07 00:00:00)
by Atli
Hey.
What data are you looking to export?
Fetching data from a form and writing it to a file is fairly simple. We just have no idea what sort of data you are using, and without knowing that we can't really say anything for certain.
We need to see your code. The form that contains your data.
Started 2 years, 5 months ago (2007-06-03 00:00:00)
by malishan
This is the snapshot of my output that I am getting with the following error string...
Warning : mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /data/12/1/9/102/1172754/user/1246647/htdocs/Maste rAgent/viewsuperagent.php on line 240
and I have this on line 240
while($rs=mysql_fetch_array($result))
Owais
Owais
...
Started 1 week, 2 days ago (2009-11-02 19:07:50)
by ardav
OK
Help with Code Tags PHP Syntax ( Toggle Plain Text ) $rs = mysql_query ( "SELECT friends.*,users2.username,reqs.username AS requsername from friends LEFT JOIN users users2 ON friends.user = users2.id LEFT JOIN users reqs ON friends.req = reqs.id WHERE confirmed = 1 AND (req = 1 OR `user` = 1)" ) ; $rs = mysql_query("SELECT ...
|
|