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 11
1
2
3
>
Last
»
Page 1 of 11
1
2
3
>
Last
»
Showing results 1 to 25 of 256
Search took
0.01
seconds.
Search:
Posts Made By:
CoryMathews
Forum:
General
07-13-2010, 09:25 PM
Replies:
5
How to detect if keyword is too long
Views:
506
Posted By
CoryMathews
thats where the & shy ; (no spaces between)...
thats where the & shy ; (no spaces between) character comes into play. It will split a word if its to long. Use php to insert it into words longer then some length.
alternatively just add a css...
Forum:
General
09-09-2009, 01:18 PM
Replies:
12
Linux OS
Views:
845
Posted By
CoryMathews
Skipping past all this 32,64 bit junk I think...
Skipping past all this 32,64 bit junk I think that captainmerton you are worrying way to much about which version of linux you are going to install. It really does not matter. Ubuntu is the easiest...
Forum:
The Lounge
09-01-2009, 04:53 AM
Replies:
8
PHP Projects
Views:
919
Posted By
CoryMathews
It really depends... Is it only you? if so most...
It really depends... Is it only you? if so most of this is not need to such a level. You know what you want. If its more then you its always nice to keep everyone else up to day with everything.
It...
Forum:
Show Off
08-25-2009, 02:36 AM
Replies:
6
Real Time web search engine - Bonush.com Opens
Views:
880
Posted By
CoryMathews
You just sentenced the program to fail. This will...
You just sentenced the program to fail. This will need to be changed if you want it to get many users.
Forum:
MySQL & Databases
08-17-2009, 10:37 PM
Replies:
4
Four identical databases
Views:
926
Posted By
CoryMathews
I would go with 1 database with an extra column...
I would go with 1 database with an extra column to identify the game. 4 Databases is crazy talk. Especially if they are all hosted on the same server.
Forum:
The Lounge
08-09-2009, 02:32 AM
Replies:
15
linux distro you think is the best for a programmer ?
Views:
1,056
Posted By
CoryMathews
Meh IMO linux is linux all the distros purely...
Meh IMO linux is linux all the distros purely comes down to personal preference. I like the ones that I have to do the lease thus I choose Ubuntu, Fedora, or Linux Mint.
Forum:
Absolute Beginners
07-06-2009, 01:15 PM
Replies:
6
Handling Exceptions
Views:
802
Posted By
CoryMathews
This sort of seems like overkill to use...
This sort of seems like overkill to use exceptions. Personally I just use a string.
if(!validDate) {
errorMsg += "problem with date<br />";
}
...
if(errorMsg == "") {
// valid input continue...
Forum:
General
07-06-2009, 01:13 PM
Replies:
19
Worst programming language
Views:
2,031
Posted By
CoryMathews
Personally I have a love hate relationship with...
Personally I have a love hate relationship with php. It really is terrible when you look at it compared to a language such as c#. There are so many reasons, The main one for me is because there are...
Forum:
General
07-04-2009, 09:10 PM
Replies:
5
My First 'Hacker'
Views:
759
Posted By
CoryMathews
I'm guessing it was injected into the...
I'm guessing it was injected into the database/filesystem. So the problem lies there, more then likely. So something in your process must be wrong. as village idiot says we need to see some code.
Forum:
The Lounge
07-04-2009, 09:08 PM
Replies:
4
Opera Settings
Views:
561
Posted By
CoryMathews
not completely sure what your saying, are you...
not completely sure what your saying, are you saying that in opera when you go to a webpage it is blank until you hit refresh? or am I confused.
Forum:
MySQL & Databases
06-30-2009, 02:18 PM
Replies:
1
Advanced Query
Views:
738
Posted By
CoryMathews
I think you need to change the design of your...
I think you need to change the design of your database. Take a step back and ask yourself.
What tables can I merge and what tables can I get rid of?
If you database is no longer 100% 3nf who...
Forum:
XHTML, HTML, CSS
06-25-2009, 09:55 PM
Replies:
4
Corners on divs/tables
Views:
811
Posted By
CoryMathews
I wrote a blog post on this a while back....
I wrote a blog post on this a while back.
http://corymathews.com/?p=348
It uses jQuery for the corners.
Forum:
The Lounge
06-22-2009, 03:32 PM
Replies:
9
Swine Flu
Views:
627
Posted By
CoryMathews
Ye really wish everyone would just stop talking...
Ye really wish everyone would just stop talking about it already.
Forum:
The Lounge
06-14-2009, 10:03 AM
Replies:
24
How do you write your code?
Views:
1,049
Posted By
CoryMathews
@Tanax If I came off arrogant it was not...
@Tanax
If I came off arrogant it was not intended. But honestly not many of my css rules run more then a single line. If they do I have one hell of an instance on my case. Odds are I'm doing...
Forum:
General
06-14-2009, 10:01 AM
Replies:
9
10 PHP Myths Dispelled
Views:
2,973
Posted By
CoryMathews
1. PHP is not a truly Object-Oriented Language 2....
1. PHP is not a truly Object-Oriented Language
2. PHP Encourages Sloppy Code
4. PHP is slow because it’s interpreted
6. PHP apps all look the same
7. PHP isn’t really for “serious” developers
8. PHP...
Forum:
General
06-13-2009, 11:35 PM
Replies:
2
Affiliate Scripts
Views:
630
Posted By
CoryMathews
it is a bit of programming but, its not so much...
it is a bit of programming but, its not so much making the script work as it is making it hard for me to game the script.
I would say go through an affiliate service already created, google has...
Forum:
The Lounge
06-13-2009, 11:31 PM
Replies:
24
How do you write your code?
Views:
1,049
Posted By
CoryMathews
@adamdecaf I do something similar. instead...
@adamdecaf
I do something similar. instead of:
#content {
color: #FFFFFF;
}
#content a {
Forum:
The Lounge
05-27-2009, 07:13 PM
Replies:
24
An idea for the community here
Views:
1,622
Posted By
CoryMathews
Personally, I was not really looking for the...
Personally, I was not really looking for the beginner parts, but more like topics where different people give different ways of doing it. I enjoy seeing how other developers do different tasks,...
Forum:
The Lounge
05-27-2009, 02:50 AM
Replies:
24
An idea for the community here
Views:
1,622
Posted By
CoryMathews
So who is setting up the wiki, or what is...
So who is setting up the wiki, or what is happening with this?
Forum:
MySQL & Databases
05-25-2009, 06:06 PM
Replies:
10
Do you use a visual database designer?
Views:
963
Posted By
CoryMathews
You may learn some things a little bit better,...
You may learn some things a little bit better, but in the end you will just waste a lot of time. Maybe just start with no GUI but the time you save with a GUI makes it completely worth it.
Navicat,...
Forum:
The Lounge
05-25-2009, 06:02 PM
Replies:
24
An idea for the community here
Views:
1,622
Posted By
CoryMathews
In the advanced topics I would suggest not...
In the advanced topics I would suggest not spending so much time on the logic behind something. Such as we all know what a linked list is so don't go into overkill and talk about what a linked list...
Forum:
XHTML, HTML, CSS
05-25-2009, 04:51 AM
Replies:
26
Help with CSS on IE
Views:
1,660
Posted By
CoryMathews
Sorry forgot win7 has ie8 not ie7.. that would be...
Sorry forgot win7 has ie8 not ie7.. that would be why it looks the same.
Yes 4 html calls instead of 1, but for now it does not matter.
The actual size of your screen (15 inch, 17inch w/e) does...
Forum:
XHTML, HTML, CSS
05-24-2009, 03:42 PM
Replies:
26
Help with CSS on IE
Views:
1,660
Posted By
CoryMathews
What?! First off why is it split into 4...
What?!
First off why is it split into 4 different sheets?
Second why so many >? thats just making it harder on you, get rid of them just use normal #id selectors.
third a width of 1380px. You...
Forum:
Absolute Beginners
05-22-2009, 09:53 PM
Replies:
18
Optimization of some code!
Views:
831
Posted By
CoryMathews
I could not find where you were using $id, $name...
I could not find where you were using $id, $name and $website.
You should change the Selet * to Select col1, col2... however for most smaller sites it really does not matter unless you have a ton of...
Forum:
Absolute Beginners
05-15-2009, 10:59 PM
Replies:
13
In need of a project...
Views:
752
Posted By
CoryMathews
I Would suggest a small blog software. The...
I Would suggest a small blog software. The classes that would be needed would be very strait forward, nothing to hard when it comes to difficulty, and you would be able to get used to using php...
Showing results 1 to 25 of 256
Page 1 of 11
1
2
3
>
Last
»
All times are GMT. The time now is
06:43 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