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 19 of 19
Search took 0.03 seconds.
Search: Posts Made By: deflated
Forum: General 10-13-2010, 10:10 PM
Replies: 5
Views: 7,054
Posted By deflated
Also see http://phpsitebackup.com/ Awesome piece...

Also see http://phpsitebackup.com/

Awesome piece of software.
Forum: Absolute Beginners 12-29-2007, 08:25 PM
Replies: 5
Views: 667
Posted By deflated
No problem. :-) Sorry, for the delayed answer....

No problem. :-)



Sorry, for the delayed answer. I wrote a error handling class some time ago. I took one hour to figure out why the destructor wasn't called when I unset()'ted the instance of the...
Forum: Absolute Beginners 12-29-2007, 06:00 PM
Replies: 7
Views: 613
Posted By deflated
No problem. :-) There's a pretty cool blog by...

No problem. :-)

There's a pretty cool blog by sunilbhatia79 (http://www.talkphp.com/members/sunilbhatia79.html) which might support you with learning PHP:
Geek Files (http://www.sunilb.com/)

Have...
Forum: General 12-29-2007, 05:18 PM
Replies: 4
Views: 2,457
Posted By deflated
The extension of a file does not prove that it...

The extension of a file does not prove that it contains an image. Even better is to determine the MIME type or to use exif_imagetype() and check if it has returned false.
Forum: General 12-29-2007, 05:06 PM
Replies: 5
Views: 533
Posted By deflated
Are you suppressing warnings? Perhaps your...

Are you suppressing warnings? Perhaps your header() has just failed. Could you copy the following code into your file directly before the if() construct and post the response here?

//...

//firstly...
Forum: Absolute Beginners 12-29-2007, 04:25 PM
Replies: 8
Views: 679
Posted By deflated
Thank you very much, xenon. That's totally new to...

Thank you very much, xenon. That's totally new to me. :-)
Forum: Absolute Beginners 12-29-2007, 04:19 PM
Replies: 5
Views: 667
Posted By deflated
$_POST['thenameoftheinput']; Yes, correct. You...

$_POST['thenameoftheinput'];
Yes, correct. You could also use $_REQUEST but I don't recommend the usage since it contains all the data of $_GET, $_POST and $_COOKIE. In my opinion $_REQUEST is...
Forum: Absolute Beginners 12-29-2007, 03:45 PM
Replies: 7
Views: 613
Posted By deflated
You're trying to access $this->db. I reckon that...

You're trying to access $this->db. I reckon that you were planning to write your own Database class. Your class is a mix of database access, output and access on user data. A class should not contain...
Forum: Tips & Tricks 12-29-2007, 02:34 PM
Replies: 16
Views: 1,459
Posted By deflated
Wildhoney, I don't see any advantages in using...

Wildhoney, I don't see any advantages in using str_split() instead of accessing directly the characters. Actually, there are no differences when using {} or [] except of it's much faster because it's...
Forum: General 12-29-2007, 06:08 AM
Replies: 15
Views: 25,230
Posted By deflated
Thank you very much! That class is quite useful!

Thank you very much! That class is quite useful!
Forum: Libraries & Extensions 12-29-2007, 05:59 AM
Replies: 32
Views: 4,380
Posted By deflated
My favorite AJAX framework is jQuery because of...

My favorite AJAX framework is jQuery because of its simpleness and its speed. I've read in their blog that the version 1.1.3 had a speed increasement of about 800%!
Actually, I'm not doing much web...
Forum: Script Giveaway 12-29-2007, 05:52 AM
Replies: 15
Views: 2,271
Posted By deflated
What sort of a library do you think of? A class...

What sort of a library do you think of? A class with the ability to be extended by further link encryption services? If yes, I could contribute some functions but I'm still wondering about the...
Forum: Script Giveaway 12-29-2007, 05:43 AM
Replies: 41
Views: 26,100
Posted By deflated
Unfortunately the server is not reachable. I'm...

Unfortunately the server is not reachable. I'm really interested in that class as I've written something similar.

Thanks in advance.
Forum: Script Giveaway 12-29-2007, 05:38 AM
Replies: 13
Views: 9,440
Posted By deflated
nefus, you get the warning "Cannot modify header...

nefus, you get the warning "Cannot modify header information..." because imagettftext() has also caused a warning which has already been displayed. A HTTP response contains two parts: The header and...
Forum: Feedback 12-29-2007, 05:18 AM
Replies: 38
Views: 3,356
Posted By deflated
Well, I think there are enough tutorials on...

Well, I think there are enough tutorials on topics like MVC and OOP in general.

PHP is a very useful language but it's mostly used for websites. In fact you can create GUI- and console (e.g. by...
Forum: General 12-29-2007, 05:06 AM
Replies: 3
Views: 827
Posted By deflated
Good idea! ^^ I've changed that in my code. :-)

Good idea! ^^
I've changed that in my code. :-)
Forum: General 12-29-2007, 04:36 AM
Replies: 3
Views: 827
Posted By deflated
Hello, what do you mean by making an image...

Hello,

what do you mean by making an image clickable? Like a simple a-href link? I think your problem isn't a PHP specific issue. Anyway, I'd like to help you. Concerning your code: There are some...
Forum: Tips & Tricks 12-29-2007, 04:16 AM
Replies: 16
Views: 1,459
Posted By deflated
isset() is a language construct and not a...

isset() is a language construct and not a function just like echo, require, include, etc. Therefore it's much faster than a 'real' function like strlen().


I use {} to access a character in a string...
Forum: Absolute Beginners 12-29-2007, 04:05 AM
Replies: 14
Views: 1,077
Posted By deflated
Hello, a quiz was also one of my first projects...

Hello,

a quiz was also one of my first projects but your codes are much better than mine were: I didn't know anything about OO and all the code was just copy and pasted. :)

Regarding Village...
Showing results 1 to 19 of 19

 

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