Home
Forums
Articles
Glossary
Awards
Register
Rules
Members
Search
Today's Posts
Mark Forums Read
Account Login
User Name
Password
Remember Me?
Latest Articles
The basic usage of PHPTAL, a XML/XHTML template library for PHP
by
awuehr
on
11-10-2008
in
Tips & Tricks
Vulnerable methods and the areas they are commonly trusted in.
by
Village Idiot
on
11-04-2008
in
Classes & Objects
Simple way to protect a form from bot
by
codefreek
on
10-23-2008
in
Basic
The Basics On: How Session Stealing Works
by
wiifanatic
on
09-12-2008
in
Security & Permissions
How to keep your forms from double posting data
by
drewbee
on
07-03-2008
in
Tips & Tricks
IRC Channel
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
Wired Flame
ClientExec
Handy PHP
PHP Kitchen
PHP Tutorials
Insane Visions
Associates
TalkPHP
>
Search Forums
»
Search Results
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
Website backup script
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
best way to ..
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
[FeedBack] Could use your help :)
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
Having trouble with Custom Function "isImage"
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
http://domain.com => http://www.domain.com
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
How would I include into a variable?
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
best way to ..
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
[FeedBack] Could use your help :)
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
Quicker String Verification
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
Part 2: Giving our Currency Conversion Script some Responsibility
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
favorite ajax library
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
Reverse TinyURLs
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
PHP Login Class
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
[Tutorial] CAPTCHA
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
Tutorial Suggestions
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
smiley code - clickable only with IE
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
smiley code - clickable only with IE
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
Quicker String Verification
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
I present... my first original script
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
.
Contact Us
-
TalkPHP - PHP Community
-
Archive
-
Top
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