TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: jlodell
Forum: Advanced PHP Programming 02-28-2009, 06:57 AM
Replies: 9
Views: 1,992
Posted By jlodell
@tanax: I understand, and I'm definitely not...

@tanax: I understand, and I'm definitely not flaming. Just new to the forum and wanted to post a couple things. Just threw the explanation in for those that might not understand the method chaining...
Forum: Advanced PHP Programming 02-22-2009, 06:08 PM
Replies: 3
Views: 753
Posted By jlodell
@xenon: you are right, but i'm just throwing out...

@xenon: you are right, but i'm just throwing out another approach on how to go about filtering with mod_rewrite. I honestly don't know what is going on with the C.jpg -> C.php but i don't see why...
Forum: Advanced PHP Programming 02-22-2009, 05:26 PM
Replies: 3
Views: 927
Posted By jlodell
yeah, i noticed the date after i replied. sorry.

yeah, i noticed the date after i replied. sorry.
Forum: Advanced PHP Programming 02-22-2009, 07:37 AM
Replies: 9
Views: 1,992
Posted By jlodell
I'm interested in why you would try to call the...

I'm interested in why you would try to call the same method over and over like that or was that just kind of for show? Do all the methods have to be static, or could you just implement the static...
Forum: Advanced PHP Programming 02-22-2009, 07:22 AM
Replies: 3
Views: 753
Posted By jlodell
i use something along the lines of the...

i use something along the lines of the following...

RewriteEngine on
Options FollowSymLinks
## IF
## URL does not exist
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
##...
Forum: Advanced PHP Programming 02-22-2009, 07:00 AM
Replies: 2
Views: 5,740
Posted By jlodell
Try moving the ul tag outside the loop. That...

Try moving the ul tag outside the loop. That should correctly render the list.
You are looping thru the items that belong in the list, the recursive call will take care of wrapping the items in the...
Forum: Advanced PHP Programming 02-22-2009, 06:38 AM
Replies: 3
Views: 927
Posted By jlodell
Quick and dirty

First, the actual registration of the plugin is missing.
It just includes the plugin class file.
Try this as your registerplug method.

function registerplug($plugin){
// if the plugin isn't...
Showing results 1 to 7 of 7

 

All times are GMT. The time now is 09:56 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design