PHP Development | Forum profile
|
|
Forum profile page for PHP Development on http://www.devshed.com.
This report page is the aggregated overview from a single forum: PHP Development, located on the Message Board at http://www.devshed.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 Development" on the Message Board at http://www.devshed.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 Development:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
109
|
669
|
1,938
|
|
Post:
|
380
|
2,030
|
6,724
|
|
|
PHP Development Posting activity graph:
|
Top authors during last week:
|
Name
|
Posts
|
|
requinix
|
32
|
|
ManiacDan
|
24
|
|
chathura87
|
18
|
|
E-Oreo
|
14
|
|
ryon420
|
14
|
|
Bean Boy
|
13
|
|
ElijaTheGold
|
11
|
|
twilsonsnalog
|
9
|
|
phpwebmaster
|
9
|
|
f_nietzsche
|
9
|
|
|
|
Latest active threads on PHP Development::
Started 14 hours, 27 minutes ago (2008-10-11 02:55:00)
by Brokenhope
Well I am accessing a .php file deep within some directorys, and I need to slash to the root directory to include files from there. For some stupid reason I can't remember the format of the slashes to return to the home directory. This is embarrassing... I googled and could not even figure out keywords describing what I was trying to do well enough. Google was no help.... 
Started 14 hours, 18 minutes ago (2008-10-11 03:04:00)
by vinodkv
hi, How can i determine javascript is on or off in a user browser. I want to set a variable with 'ON' if the javascript is on else set variable with 'OFF'. Please help me. vinodkv 
Started 2 days, 3 hours ago (2008-10-09 13:58:00)
by slaterino
Hi, I am having trouble uploading a number of images using my php admin screen. I have been focussing mainly on one image which is 2626 x 3488 pixels and 1.42MB in size. Whenever I try to upload the page loads for roughly 30 seconds and then a blank form loads up. I have changed the settings in my php.ini to: upload_max_filesize = 10M ; post_max_size = 20M ; max_execution_... 
Started 1 day, 1 hour ago (2008-10-10 16:15:00)
by Szerco
Hey everybody I'm new here. I have a site where I'm trying to make a search box that works correctly. I want it to search my database table called layouts in my database. So far, it's echoing what is put into the search box. The code below echo's all the names that it found with the word inside it, so if I type green in the search box, all the layout names that have green in ... 
Started 1 day, 7 hours ago (2008-10-10 09:29:00)
by laksh_khamesra
I am a novice PHP developer and need help from experienced PHP developers. I need to talk through email or messenger. So, if you don't hae any problem in helping me then please provide your email address or Messenger ID. Mine is Removed to prevent spam Yahoo - Removed to prevent spam Gtalk - Removed to prevent spam 
Started 1 day, 6 hours ago (2008-10-10 10:35:00)
by Wesmaster
I have a website that engages users into voting website listings up/down somewhat like on Digg. Up until now I've simply restricted votes to one vote per IP address, even though I knew this wasn't fool-proof. Now that the site is getting enough traffic for these votes to actually mean something to the websites, I'm seeing people spamming their votes by modifying their IP address and ... 
Started 22 hours, 53 minutes ago (2008-10-10 18:29:00)
by bs7
I've been trying and trying and trying to work out a way to list the files and then give an option to delete the file. After a lot of messing about (i'm an idiot when it comes to php) i've managed to come up with a script to display the files (and ignore the file itself and htaccess) but don't know where to go from here, any pointers/suggestions for my next step would be most ... 
Started 1 day, 2 hours ago (2008-10-10 14:35:00)
by Superman859
I've decided I would like to use some packages from PEAR, but I'm having some trouble getting PEAR to function properly for the first time. PEAR should be installed correctly. I also ran pear install Mail in order to install the Mail package. pear config-show has PEAR directory as /usr/share/pear So I modified the include_path in /etc/php.ini include_... 
Started 1 day, 1 hour ago (2008-10-10 15:24:00)
by jaykappy
This is what I have right now: it aint working I am simply trying to set a cookie in javascript and echo it through the php page... Anyone out there that can help? PLEASE!!!!!!!! JAVASCRIPT CODE: Code: <div id="content_search_form" class="hiddenPanel"> <br> <p><b>Please Choose Property Type:</b><br> <select name="Choice" id... 
Started 1 day, 2 hours ago (2008-10-10 15:16:00)
by JeremyM
Okay so I am really new to PHP, but I was trying to set up some shortcuts to use for this registration form, but the error I get is "Parse error: syntax error, unexpected $end - line 176". So I'm not sure where I went wrong, I'm assuming that its the PHP in the <<<HTML "xxx" HTML; portion. Well how would I let the php execute, or is it something else I'm missing? Please help! ... 
|
|
Hot threads for last week on PHP Development::
Started 3 days, 18 hours ago (2008-10-07 22:49:00)
by Bean Boy
I've been trying to figure this out (or if it's even possible) for awhile... Will it work to place a previous variable in a $_SESSION variable? For example: $name = "Me"; $_SESSION[' $NAME '] = 1; Is it possible to make $name my $_SESSION variable? 
Started 3 days, 6 hours ago (2008-10-08 10:31:00)
by cstallins
I'm having difficulty using str_replace() to remove foul language from my two form input fields ('name' and 'wish') and replace them with the word "edited". Here is my code so far: Code: // rawName and rawWish come in as strings. $rawName = trim($_POST['name']); $rawWish = trim($_POST['wish']); // read my badWords.txt file into an array called $badWords... 
Started 3 days, 7 hours ago (2008-10-08 10:21:00)
by twilsonsnalog
I tried a test code for creating a CSV file and I got a crazy result. Here is the code: PHP Code: $output1 = fopen ( "lblx1" , "w" ); $query = mysql_query ( "SELECT * FROM `ShipTemp`" ); while ( $data = mysql_fetch_assoc ( $query )){ $record = array(); $record []... 
Started 1 day, 10 hours ago (2008-10-10 07:02:00)
by Goody974
Hoping someone can just untangle my brain here please... We've recently changed shippers and our previous shippers required us to enter in a total weight for the label program, whereas the new couriers request an individual weight for each parcel/label. Our previous code sum'd up the weight for each individual order using the following code:- Code: ... 
Started 1 day, 15 hours ago (2008-10-10 01:45:00)
by cstallins
I read the string function descriptions in the online PHP manual and can find no function that lets a person remove all but the first n words from a form's input field string. The first field of my form asks for the visitor's name. I want to write to the database only two words here (and, no, I don't want to create last name and first name fields - I want only one text ... 
Started 1 week ago (2008-10-04 08:46:00)
by lottos
Can a not in array be done, eg: if (substr($file,0,1)!=".") && not in_array(strtolower($file), $exfiles)) { gives me "Parse error: syntax error, unexpected T_BOOLEAN_AND.." 
Started 1 day, 7 hours ago (2008-10-10 09:29:00)
by laksh_khamesra
I am a novice PHP developer and need help from experienced PHP developers. I need to talk through email or messenger. So, if you don't hae any problem in helping me then please provide your email address or Messenger ID. Mine is Removed to prevent spam Yahoo - Removed to prevent spam Gtalk - Removed to prevent spam 
Started 1 week, 1 day ago (2008-10-02 23:34:00)
by tbankar
Quote: Originally Posted by srisa Of course we are, it is PH iloso P hy Damn me. And till today I thought it meant something like Hypertext Preprocessor. 
Started 3 days, 15 hours ago (2008-10-08 01:56:00)
by hmvrulz
am new to File function in php I have a list in a txt file.. i wanna capture only alternative lines from the txt file. Any suggestions. Thanx in advance 
Started 3 days, 21 hours ago (2008-10-07 19:39:00)
by dstonek
After the execution of this php function the script stops without any message in error log file. I am trying with a 6000x4500 pixels image. I suspect that this is a memory issue but I don't know what to do. Thanks in advance 
|
|