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 15 of 15
Search took 0.00 seconds.
Search: Posts Made By: Mathew
Forum: The Lounge 03-07-2009, 09:39 PM
Replies: 7
Views: 765
Posted By Mathew
The error you have means it's come across a...

The error you have means it's come across a variable it wasn't expecting. You will have left out a ';'.

Read the error, it tells you exactly what's wrong.
Forum: Absolute Beginners 12-31-2008, 03:45 PM
Replies: 8
Views: 962
Posted By Mathew
Actually Xenon, a lot of PHP templating libraries...

Actually Xenon, a lot of PHP templating libraries compile the templates, so you will only suffer a performance hit on the initial page load.

There's no overhead most of the time and they are usually...
Forum: Advanced PHP Programming 12-24-2008, 06:35 PM
Replies: 3
Views: 740
Posted By Mathew
You're right Xenon, mysqli escapes queries...

You're right Xenon, mysqli escapes queries automatically.
Forum: General 12-22-2008, 02:48 PM
Replies: 14
Views: 1,025
Posted By Mathew
e TextEditor I never really got into the whole...

e TextEditor

I never really got into the whole IDE thing eiter.
Forum: General 12-18-2008, 01:22 AM
Replies: 8
Views: 1,581
Posted By Mathew
I personally version my css files so I would...

I personally version my css files so I would start with style001.css and so on.

This way I can set the maximum expires time and if I need to make any changes I can upload the new file as...
Forum: The Lounge 06-16-2008, 07:28 PM
Replies: 6
Views: 819
Posted By Mathew
I use smashingmagazine for anything and...

I use smashingmagazine for anything and everything web related. Can't live without it.
Forum: The Lounge 06-16-2008, 07:18 PM
Replies: 9
Views: 1,474
Posted By Mathew
Another vote for Slicehost. Their support is 2nd...

Another vote for Slicehost. Their support is 2nd to none and the guides written to help non VPS'ers get started are excellent. You'll have no trouble if you move there.
Forum: The Lounge 06-16-2008, 07:15 PM
Replies: 1
Views: 1,026
Posted By Mathew
I believe it's an updated version of...

I believe it's an updated version of http://www.php.lt/benchmark/phpbench.php

Good resource none the less.
Forum: General 04-27-2008, 12:55 AM
Replies: 16
Views: 1,935
Posted By Mathew
I have installed each component before and when...

I have installed each component before and when you need to work on a project, there is no need to waste time with that, so just download a package and go.
Forum: General 04-26-2008, 08:15 PM
Replies: 25
Views: 1,546
Posted By Mathew
If they got the users table along with the static...

If they got the users table along with the static hash, it would be virtually impossible for them to brute force the passwords anyway.

Since I am using microtime as a dynamic salt, if they wanted...
Forum: General 04-26-2008, 07:44 PM
Replies: 25
Views: 1,546
Posted By Mathew
I generate the dynamic hash from something that...

I generate the dynamic hash from something that changes its value all the time. microtime() will do the trick here.

Also, you never unhash a password already hashed, what you want to do is hash the...
Forum: General 04-26-2008, 07:28 PM
Replies: 25
Views: 1,546
Posted By Mathew
For my projects I use a combination of 2 salts (1...

For my projects I use a combination of 2 salts (1 Static, 1 Dynamic). When a user registers to my website the backend will generate a random salt key for each user. Even if 2 different users register...
Forum: General 04-26-2008, 07:18 PM
Replies: 16
Views: 1,935
Posted By Mathew
SourceForge.net: Web.Developer Server Suite...

SourceForge.net: Web.Developer Server Suite (http://sourceforge.net/projects/webdeveloper/)
Forum: Advanced PHP Programming 04-13-2008, 04:14 PM
Replies: 8
Views: 1,024
Posted By Mathew
It's a framework. CodeIgniter - Open source PHP...

It's a framework.

CodeIgniter - Open source PHP web application framework (http://www.codeigniter.com)
Forum: Advanced PHP Programming 04-13-2008, 03:53 PM
Replies: 8
Views: 1,024
Posted By Mathew
Super Object

Hi,

I have been using PHP for a number of years now and understand a good amount of OOP (Interfaces, Design Patterns and what not).

I wanted to understand how the Super Object class in CodeIgniter...
Showing results 1 to 15 of 15

 

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