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
Page 1 of 2
1
2
>
Page 1 of 2
1
2
>
Showing results 1 to 25 of 30
Search took
0.11
seconds.
Search:
Posts Made By:
daz
Forum:
Absolute Beginners
12-27-2007, 03:09 AM
Replies:
14
I present... my first original script
Views:
1,087
Posted By
daz
@ suppresses errors so "Error: Classes are not in...
@ suppresses errors so "Error: Classes are not in session" won't be shown if it fails.
Forum:
Show Off
12-09-2007, 01:29 PM
Replies:
28
New client site now live.
Views:
1,893
Posted By
daz
You aren't escaping your input on the search...
You aren't escaping your input on the search function. Potential security flaw.
Links removed by editor
Otherwise, the design looks nice :)
Forum:
General
12-01-2007, 11:23 AM
Replies:
18
How much programming experience do you have?
Views:
855
Posted By
daz
Little to no experience. I'm taking a C# Course...
Little to no experience. I'm taking a C# Course in January and a Web Development Course in February(which covers Javascript, PHP and other web languages) so I should have decent experience once I've...
Forum:
Feedback
11-28-2007, 05:17 AM
Replies:
38
Tutorial Suggestions
Views:
3,421
Posted By
daz
I'd like to see more OOP-related tutorials on...
I'd like to see more OOP-related tutorials on design patterns and such. I liked this (http://www.talkphp.com/showthread.php?t=1304) tutorial you wrote, Karl. :)
Forum:
Member Introductions
11-24-2007, 08:53 PM
Replies:
4
Hey guys
Views:
749
Posted By
daz
Hey, welcome to TalkPHP.
Hey, welcome to TalkPHP.
Forum:
Tips & Tricks
11-16-2007, 05:17 AM
Replies:
5
Using Exceptions to Provide Better Feedback
Views:
8,929
Posted By
daz
Great tutorial Wildhoney. w3schools also has a...
Great tutorial Wildhoney. w3schools also has a good article on it:
http://www.w3schools.com/php/php_exception.asp
Forum:
Script Giveaway
11-13-2007, 02:13 AM
Replies:
41
PHP Login Class
Views:
26,302
Posted By
daz
Post updated! :)
Post updated! :)
Forum:
General
11-12-2007, 09:34 AM
Replies:
29
PHP books
Views:
1,817
Posted By
daz
I have: Beginning PHP and MySQL 5 Upgrading to...
I have:
Beginning PHP and MySQL 5
Upgrading to PHP 5
PHP 5
SQL
All pretty good books. Apart from 'PHP 5' and 'SQL' both lacked any depth.
Forum:
Member Introductions
11-11-2007, 10:45 PM
Replies:
4
Hey guys =)
Views:
670
Posted By
daz
Hey mate, welcome to TalkPHP. :)
Hey mate, welcome to TalkPHP. :)
Forum:
Feedback
11-11-2007, 06:39 PM
Replies:
11
Speed of TalkPHP
Views:
1,095
Posted By
daz
IE doesn't like a lot of things. Best stick to...
IE doesn't like a lot of things. Best stick to Firefox.
Forum:
News and Announcements
11-08-2007, 08:52 AM
Replies:
6
TalkPHP IRC
Views:
1,587
Posted By
daz
Cool, I'll try to be there regularly.
Cool, I'll try to be there regularly.
Forum:
General
11-07-2007, 06:19 AM
Replies:
12
Using a MySQL class
Views:
1,974
Posted By
daz
When you create an instance of your MySQL class,...
When you create an instance of your MySQL class, the connect() function should be called in your constructor. As for your database information, it's better to define them in your class....
Forum:
Advanced PHP Programming
11-01-2007, 09:39 AM
Replies:
27
How to use the Singleton design pattern
Views:
123,911
Posted By
daz
Great tutorial, I will definitely use this...
Great tutorial, I will definitely use this technique in my coding.
Forum:
Script Giveaway
10-31-2007, 06:16 PM
Replies:
41
PHP Login Class
Views:
26,302
Posted By
daz
Hi thanks, Exceptions are just a OO approach to...
Hi thanks,
Exceptions are just a OO approach to error-handling. w3schools have a good tutorial on them
http://www.w3schools.com/php/php_exception.asp
Forum:
General
10-31-2007, 12:12 PM
Replies:
19
Differences Between Single and Double Quotes
Views:
1,599
Posted By
daz
Single quotes ftw. Single quotes are actually a...
Single quotes ftw.
Single quotes are actually a bit faster when you've got a string and a variable, or so I've been led to believe.
Forum:
General
10-31-2007, 12:10 PM
Replies:
10
Login Script
Views:
849
Posted By
daz
Hi Jmz, Unfortunately I couldn't write a...
Hi Jmz,
Unfortunately I couldn't write a tutorial but you can try this script:
http://www.talkphp.com/showthread.php?p=3536
Forum:
Script Giveaway
10-31-2007, 12:07 PM
Replies:
41
PHP Login Class
Views:
26,302
Posted By
daz
PHP Login Class
I was going to write a tutorial, but it was too hard trying to explain OO concepts so I'm just going to release the script. Should be pretty secure. Also includes functions for validating an e-mail...
Forum:
General
10-27-2007, 02:01 PM
Replies:
10
Login Script
Views:
849
Posted By
daz
I have a lot of experience with PHP/MySQL logins....
I have a lot of experience with PHP/MySQL logins. I'll try to write a tutorial for you later.
Forum:
General
10-11-2007, 12:11 PM
Replies:
9
[Help needed] How to start building an OOP script?
Views:
887
Posted By
daz
Looks good. This is a MySQL database connection I...
Looks good. This is a MySQL database connection I wrote.
define("DB_HOST", "localhost");
define("DB_USER", "root");
define("DB_PASS", "");
interface Database {
public function connect();
public...
Forum:
Show Off
10-10-2007, 09:35 PM
Replies:
8
PHP Scripts
Views:
1,447
Posted By
daz
Thanks for the comments. Yeah, the CMS is pretty...
Thanks for the comments.
Yeah, the CMS is pretty simple. I've been developing v2 which includes a lot of new features such as user registration, edit and deleting your posts, bbcode etc.. Although,...
Forum:
Member Introductions
10-07-2007, 12:30 AM
Replies:
4
Good Evening
Views:
675
Posted By
daz
Welcome! This forum is great for learning PHP :)
Welcome! This forum is great for learning PHP :)
Forum:
Absolute Beginners
09-25-2007, 09:22 PM
Replies:
3
Uploading Files with PHP
Views:
6,297
Posted By
daz
Uploading Files with PHP
Uploading Files with PHP
With the release of PHP 4.1.0 came an easier and more secure method of uploading files. In this tutorial, we’ll be looking at the superglobal $_FILES, which allows us to...
Forum:
Absolute Beginners
09-23-2007, 04:44 PM
Replies:
3
correct sizing of pics
Views:
737
Posted By
daz
If you right click on the images and go to 'View...
If you right click on the images and go to 'View Image' (Firefox) you'll get the full size. Then go to http://csscoder.net/imageconvert/ to resize it properly.
Forum:
Advanced PHP Programming
09-20-2007, 06:51 PM
Replies:
6
Magic Function: __toString()
Views:
16,171
Posted By
daz
It's hypothetical. Useful guide, thanks Karl.
It's hypothetical.
Useful guide, thanks Karl.
Forum:
Tips & Tricks
09-20-2007, 12:58 AM
Replies:
18
How to Login to Any Account on an Insecure Site
Views:
6,274
Posted By
daz
Doesn't mysql_real_escape_string() protect...
Doesn't mysql_real_escape_string() protect against SQL injections?
Showing results 1 to 25 of 30
Page 1 of 2
1
2
>
All times are GMT. The time now is
01:54 AM
.
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