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

Scripting - Server Side (PHP, Perl, etc.) | Forum profile

Forum profile page for Scripting - Server Side (PHP, Perl, etc.) on http://www.codeguru.com. This report page is the aggregated overview from a single forum: Scripting - Server Side (PHP, Perl, etc.), located on the Message Board at http://www.codeguru.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 "Scripting - Server Side (PHP, Perl, etc.)" on the Message Board at http://www.codeguru.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: CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions - Scripting - Server Side (PHP, Perl, etc.) (site profile, domain info codeguru.com)
Title: Scripting - Server Side (PHP, Perl, etc.)
Url: http://www.codeguru.com/forum/forumdisplay.php?...
Users activity: 24 posts per thread
Forum activity: 5 active threads during last week
 

Posting activity on Scripting - Server Side (PHP, Perl, etc.):

  Week Month 3 Months
Threads: 5 43 120
Post: 10 118 284
 

Scripting - Server Side (PHP, Perl, etc.) Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
peejavery
4
user's latest post:
tinyMCE - Alter url
Published (2009-11-30 16:50:00)
Why don't you just use stripslashes() ?
rogernem
4
user's latest post:
tinyMCE - Alter url
Published (2009-11-30 17:10:00)
Right. I could do that but I?d like to know what I should do to get that piece of code working And if I do that for the link http://www.site.com I get http://../
cgsmith105
1
user's latest post:
PHP ERROR: DOMDocument::load()...
Published (2009-11-27 15:34:00)
What would the '1.0' and 'ascii' do? I will try this out tonight
Roguebfl
1
user's latest post:
[PHP] usort
Published (2009-11-29 09:09:00)
I'm getting Warning: usort() [function.usort]: Invalid comparison function Which points to PHP Code: if ( $sort == "artist" ) usort ( $artistarray , "cmp_artist" ); $artistarry is an array of objects which contain cmp_artist() PHP Code: static function cmp_artist ( $a , $b ) {     $tmp = strcasecmp ( $a -> get_artist (), $b -> get_artist ());    if (...
 

Latest active threads on Scripting - Server Side (PHP, Perl, etc.)::

CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 5 days, 20 hours ago (2009-11-30 16:50:00)  by peejavery
Why don't you just use stripslashes() ?
Thread:  Show this thread (3 posts)   Thread info: tinyMCE - Alter url Size: 125 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: tinyMCE - Alter url :: Scripting - Server Side (PHP, Perl, etc.) :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 1 week, 6 days ago (2009-11-23 12:50:00)  by peejavery
Are you using a different computer at these various locations or the same one? Different web server? Is the only difference that you are connecting the same device and web server from those different locations?
Thread:  Show this thread (10 posts)   Thread info: PHP ERROR: DOMDocument::load() [domdocument.load] Size: 210 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: PHP ERROR: DOMDocument::load() [domdocument.load] :: Scripting - Server Side (PHP, Perl, etc.) :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 1 week, 4 days ago (2009-11-24 14:55:00)  by peejavery
What kind of database are you working with? And what server-side language are you using? Since your questions have been PHP in the past, I will assume it's PHP.
Thread:  Show this thread (6 posts)   Thread info: How to get description of a column Size: 160 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to get description of a column :: Scripting - Server Side (PHP, Perl, etc.) :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 1 week, 5 days ago (2009-11-24 11:35:00)  by StefC
This is the code after line 174: echo " <a href='".$up[0].($page_num+1).$up[1] ."'>Next</a>"; } return ''; } function paginate_next($params,&$smarty) { return ''; } function paginate_last($params,&$smarty) { return ''; } function formtool_init($params, $content) { return ''; } function l($params, $content, &$smarty, &$repeat) { return $content; } $smarty->register_...
Thread:  Show this thread (6 posts)   Thread info: PHP problem ! Help please :) Size: 1,081 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: PHP problem ! Help please :) :: Scripting - Server Side (PHP, Perl, etc.) :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 1 week, 5 days ago (2009-11-24 13:03:00)  by niladhar8@gmail.com
Quote: Originally Posted by niladhar8@gmail.com i serialized an array to store in the database and the following was stored in the db But when i retrieve values from the database like below Code: //query and then fetch function to retrieve data $key[]=unserialize($data['{field name']); if i echo $data['{...
Thread:  Show this thread (2 posts)   Thread info: [RESOLVED] serialize/ unserialize Size: 1,496 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: serialize/ unserialize :: Scripting - Server Side (PHP, Perl, etc.) :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 1 week, 5 days ago (2009-11-24 11:21:00)  by peejavery
Very simple. The only thing you would need to do to keep it active is to set it to run as a scheduled task/cron job. EDIT: You already know how to read files, right? I'm assuming that you've at least gotten that far in PHP.
Thread:  Show this thread (9 posts)   Thread info: robot to read html from other websites Size: 247 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: robot to read html from other websites :: Scripting - Server Side (PHP, Perl, etc.) :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 2 weeks, 2 days ago (2009-11-20 09:48:00)  by peejavery
PHP only disables certain functions if safemode is enabled. However, allow_url_fopen is not one of those that can be disabled. Permission denied is a filesystem rights error. The executing user on the web server does not have full write permission to that folder.
Thread:  Show this thread (2 posts)   Thread info: Unlink - Is there a way? Size: 287 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Unlink - Is there a way? :: Scripting - Server Side (PHP, Perl, etc.) :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 2 weeks, 2 days ago (2009-11-20 09:36:00)  by peejavery
Short answer...no. Not possible.
Thread:  Show this thread (2 posts)   Thread info: Execute program on client from server Size: 32 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Execute program on client from server :: Scripting - Server Side (PHP, Perl, etc.) :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 1 month, 1 week ago (2009-10-30 09:23:00)  by peejavery
It's very possible that they are separate .html files because loading from a file vs database saves your webservers from extra processing. But, more likely is that they are using URL rewriting to do it. If you want to use masking instead of redirecting, then use [L] instead of [R].
Thread:  Show this thread (30 posts)   Thread info: php shopping cart Size: 401 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: php shopping cart :: Scripting - Server Side (PHP, Perl, etc.) :: CodeGuru Forums - A Developer.com Community for C+..."
 

Hot threads for last week on Scripting - Server Side (PHP, Perl, etc.)::

Scripting - Server Side (PHP, Perl, etc.)
Started 5 days, 20 hours ago (2009-11-30 16:50:00)  by peejavery
Why don't you just use stripslashes() ?
Thread:  Show this thread (3 posts)   Thread info: tinyMCE - Alter url Size: 125 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: tinyMCE - Alter url :: Scripting - Server Side (PHP, Perl, etc.) :: CodeGuru Forums - A Developer.com Community for C+..."
Scripting - Server Side (PHP, Perl, etc.)
Started 1 week, 6 days ago (2009-11-23 12:50:00)  by peejavery
Are you using a different computer at these various locations or the same one? Different web server? Is the only difference that you are connecting the same device and web server from those different locations?
Thread:  Show this thread (10 posts)   Thread info: PHP ERROR: DOMDocument::load() [domdocument.load] Size: 210 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: PHP ERROR: DOMDocument::load() [domdocument.load] :: Scripting - Server Side (PHP, Perl, etc.) :: CodeGuru Forums - A Developer.com Community for C+..."