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 25 of 58
Search took 0.00 seconds.
Search: Posts Made By: flyingbuddha
Forum: Advanced PHP Programming 12-13-2011, 05:21 PM
Replies: 9
Views: 2,017
Posted By flyingbuddha
Check out http://www.ribbit.com/platform/

Check out http://www.ribbit.com/platform/
Forum: Advanced PHP Programming 08-21-2009, 02:15 PM
Replies: 2
Views: 1,851
Posted By flyingbuddha
I thought I'd update this thread myself. Decided...

I thought I'd update this thread myself. Decided to change approach, I've spent hours working out how to do what I want, and mananged to achieve something close but not exact. I'm really unimpressed...
Forum: Advanced PHP Programming 08-21-2009, 09:59 AM
Replies: 2
Views: 1,851
Posted By flyingbuddha
Alan? Anyone? To expand a little to make a little...

Alan? Anyone?
To expand a little to make a little clearer:


<div class="head"></div>


and
Forum: Advanced PHP Programming 08-16-2009, 01:10 PM
Replies: 2
Views: 1,851
Posted By flyingbuddha
Help with decorator setup using Zend_Form

Hi all,

I'm trying to get my head around the Zend framework. One part I'm really getting stuck on is using the decorators with Zend_Form. I'm trying to add a couple of <div>'s before and after the...
Forum: Advanced PHP Programming 01-17-2009, 01:17 PM
Replies: 2
Views: 893
Posted By flyingbuddha
Ok, I've solved it myself, I'll post back soon...

Ok, I've solved it myself, I'll post back soon with a code implementation so that other's with the same question can see how I went about it.
Forum: Advanced PHP Programming 01-17-2009, 01:00 PM
Replies: 2
Views: 893
Posted By flyingbuddha
OOP: Best place to load data in

Hi all,

I'm trying to recreate my blog using OOP and having a problem working out how to solve the following problem..

I have an ArticleCollection class (extends Collection class) that stores...
Forum: Javascript, AJAX, E4X 08-28-2008, 06:32 AM
Replies: 4
Views: 949
Posted By flyingbuddha
So you are looking for some code ;) I've not...

So you are looking for some code ;)

I've not tested this as I'm off to work now, you may have some problems in PC IE, if you do, let me know and I'll fix it for you.


var refresh =...
Forum: Javascript, AJAX, E4X 08-27-2008, 05:54 PM
Replies: 1
Views: 2,140
Posted By flyingbuddha
$(function(){ ...

$(function(){
$('input:checked').each(function(){
// trigger the event for the relevant div, generic example:
$('div').trigger('click');
});
});
Forum: General 08-27-2008, 05:47 PM
Replies: 5
Views: 555
Posted By flyingbuddha
Google soundex

Google soundex
Forum: Javascript, AJAX, E4X 08-27-2008, 05:38 PM
Replies: 4
Views: 949
Posted By flyingbuddha
Use jQuery. Make the image src point to your...

Use jQuery.
Make the image src point to your script, and append a querystring to the end with a unique number (using Date() / getSeconds()) every time you want to refresh the image (assuming you'll...
Forum: General 04-22-2008, 08:15 PM
Replies: 19
Views: 6,265
Posted By flyingbuddha
try php.net/dl

try php.net/dl
Forum: General 04-19-2008, 06:31 PM
Replies: 19
Views: 6,265
Posted By flyingbuddha
Try putting the following in your...

Try putting the following in your .htaccess

Options +followSymlinks
Forum: Advanced PHP Programming 04-19-2008, 01:13 PM
Replies: 7
Views: 885
Posted By flyingbuddha
Can't you call the two $users variables something...

Can't you call the two $users variables something different to avoid confusion? Sounds like php is struggling to distinguish which var you're trying to count.
Forum: General 04-19-2008, 01:06 PM
Replies: 19
Views: 6,265
Posted By flyingbuddha
Are you typing in the right case? Might be best...

Are you typing in the right case?
Might be best to add the NC flag ([L,NC])

Is the original url working correctly without mod_rewrite? Hard to diagnose without a working url.
Forum: General 03-31-2008, 04:56 PM
Replies: 12
Views: 726
Posted By flyingbuddha
?page=..//admin/images/header-background.jpg Ouc...

?page=..//admin/images/header-background.jpg


Ouch! I've seen system's like this before, you can just keep adding '../' after the equal sign to get to the root of your machine, then it's free...
Forum: Absolute Beginners 03-31-2008, 04:48 PM
Replies: 5
Views: 905
Posted By flyingbuddha
Hi Marco, Perhaps you could post a sample of...

Hi Marco,

Perhaps you could post a sample of your code so we can see how far you've got so far, then we can help you fill the holes :)
Forum: Advanced PHP Programming 03-28-2008, 02:20 PM
Replies: 2
Views: 665
Posted By flyingbuddha
Sphider - a php spider and search engine...

Sphider - a php spider and search engine (http://www.sphider.eu/)
Forum: General 03-28-2008, 02:13 PM
Replies: 4
Views: 2,445
Posted By flyingbuddha
You only want to check out if you're going to use...

You only want to check out if you're going to use that server as a working directory, if you're exporting for a live server use svn export, the automation process is a bit harder, you could set up a...
Forum: General 03-28-2008, 02:08 PM
Replies: 2
Views: 594
Posted By flyingbuddha
Hmm.. well a down side of it is you're adding...

Hmm.. well a down side of it is you're adding another layer of complexity to your model, this could have implications on your app's efficiency.

Check this out anyway -
Chris Shiflett: Guru Speak:...
Forum: Absolute Beginners 03-28-2008, 01:55 PM
Replies: 2
Views: 1,076
Posted By flyingbuddha
Hey djscour, Wow, that lines a bit of a mouthful...

Hey djscour,

Wow, that lines a bit of a mouthful isn't it, you could do with breaking it down if you're struggling

// &ID1 = x
$rString.= "&ID".$i."=".$row['ID'];

// &visitor1 = x
$rString.=...
Forum: Show Off 03-28-2008, 01:42 PM
Replies: 2
Views: 1,783
Posted By flyingbuddha
Some nice opening articles Adam :)

Some nice opening articles Adam :)
Forum: Advanced PHP Programming 03-28-2008, 01:37 PM
Replies: 11
Views: 4,590
Posted By flyingbuddha
Good work dude! Your interface class example...

Good work dude! Your interface class example doesn't entirely make sense though, shouldn't TalkPHPMail have a receive() method defined? Your current example would surely fail?
Forum: Advanced PHP Programming 03-27-2008, 07:10 PM
Replies: 12
Views: 1,534
Posted By flyingbuddha
freenity: this interests me too, I don't really...

freenity: this interests me too, I don't really have much experience of how others do it, but here's how I do it in my cms -


// snipped to the main part
function field($params=array()){
...
Forum: Javascript, AJAX, E4X 03-18-2008, 07:37 PM
Replies: 8
Views: 1,921
Posted By flyingbuddha
fckeditor.net or/ wymeditor.org

fckeditor.net or/
wymeditor.org
Forum: Javascript, AJAX, E4X 03-18-2008, 07:34 PM
Replies: 17
Views: 4,777
Posted By flyingbuddha
I'm a jQuery advocate, to me, it just feels...

I'm a jQuery advocate, to me, it just feels right, the other frameworks feel too verbose to me.
Showing results 1 to 25 of 58

 

All times are GMT. The time now is 04:56 PM.

 
     

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