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 8 of 8
Search took 0.05 seconds.
Search: Posts Made By: flyingbuddha
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,447
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: Absolute Beginners 03-28-2008, 01:55 PM
Replies: 2
Views: 1,077
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: Advanced PHP Programming 03-27-2008, 07:10 PM
Replies: 12
Views: 1,535
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: Absolute Beginners 03-04-2008, 03:56 PM
Replies: 2
Views: 727
Posted By flyingbuddha
foreach($_SESSION['form'] as $i=>$element){ ...

foreach($_SESSION['form'] as $i=>$element){
$id = 'name_'.$i;
}
Forum: General 02-27-2008, 09:24 AM
Replies: 27
Views: 1,706
Posted By flyingbuddha
Nor, you could do a: $data =...

Nor, you could do a:

$data = file_get_contents('image.jpg')


and store $data in the record, then using the correct headers, output the data in a script - that way the image will be output. All you...
Forum: Absolute Beginners 02-07-2008, 04:48 PM
Replies: 8
Views: 885
Posted By flyingbuddha
Or you could select all and unset password if...

Or you could select all and unset password if you're that way inclined.


<?php
// ...
unset($row['password']);
?>


Hopefully you wouldn't be storing plaintext password's in the first place though ;)
Forum: The Lounge 01-18-2008, 03:08 PM
Replies: 54
Views: 3,771
Posted By flyingbuddha
Hi cosmok, I've just joined this site, it looks...

Hi cosmok,

I've just joined this site, it looks like it's pretty lively so thought I'd roll with you lot :)

I've been using php since version 3, I think, like yourself, it's a lot of fun, heck' I...
Showing results 1 to 8 of 8

 

All times are GMT. The time now is 09:12 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