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 25 of 133
Search took 0.07 seconds.
Search: Posts Made By: WinSrev
Forum: Advanced PHP Programming 11-04-2008, 11:59 AM
Replies: 20
Views: 1,220
Posted By WinSrev
Of course, because i had no idea google exist,...

Of course, because i had no idea google exist, i'm not sure how to use a search engine, can someone please advise me? thanks. And Smarty isn't the answer, what a fucking stupid thing to say.

(that...
Forum: Advanced PHP Programming 11-03-2008, 06:55 AM
Replies: 20
Views: 1,220
Posted By WinSrev
Okay, you're an idiot, it's offical, the reason...

Okay, you're an idiot, it's offical, the reason people use template classes it to keep php and html seperate, with open source software someone could download a template with malicious php code in...
Forum: Advanced PHP Programming 11-02-2008, 02:17 PM
Replies: 20
Views: 1,220
Posted By WinSrev
What are you even talking about?

What are you even talking about?
Forum: Advanced PHP Programming 11-01-2008, 05:20 PM
Replies: 20
Views: 1,220
Posted By WinSrev
It's quite hard to cache something that doesn't...

It's quite hard to cache something that doesn't work properly anyway, so, anychance of going back on topic please? thanks.
Forum: Advanced PHP Programming 11-01-2008, 03:19 PM
Replies: 20
Views: 1,220
Posted By WinSrev
Okay, Enfernikus: So, whenever you write any...

Okay, Enfernikus: So, whenever you write any system, the first lines of code you write are for a cache system? That's pretty weird.

Tanax: Okay, yes, i agree with what you're saying and i will make...
Forum: Advanced PHP Programming 11-01-2008, 02:27 PM
Replies: 20
Views: 1,220
Posted By WinSrev
Hmm, okay, i admit that's a flaw with the script...

Hmm, okay, i admit that's a flaw with the script but, not that severe.
Forum: Advanced PHP Programming 11-01-2008, 01:27 PM
Replies: 20
Views: 1,220
Posted By WinSrev
Well, var is in PHP5 aswell you know? that's not...

Well, var is in PHP5 aswell you know? that's not the issue at all and what you said doesn't make sense.
Forum: Advanced PHP Programming 11-01-2008, 12:54 PM
Replies: 20
Views: 1,220
Posted By WinSrev
Help Template Class Issues

Hey,

Okay, so, we have a template class (wrote from scratch) but the issue lies in the if statement parsing, the issue there is that if there's an if statement within an if statement (html if...
Forum: Advanced PHP Programming 08-16-2008, 10:25 AM
Replies: 3
Views: 2,333
Posted By WinSrev
Just a hostname, they are purely examples. The...

Just a hostname, they are purely examples. The "domain" part could be anything.
Forum: Advanced PHP Programming 08-15-2008, 03:31 PM
Replies: 3
Views: 2,333
Posted By WinSrev
Hostname Regex

Hey, it's been a while :-P

Kinda have a small issue. I'm trying get the actual hostname of a domain the problem i face is subdomains.

For example, i'm trying to produce a regex that could at least...
Forum: Advanced PHP Programming 02-18-2008, 03:39 AM
Replies: 4
Views: 3,956
Posted By WinSrev
No, i need a regex used to preg_replace that can...

No, i need a regex used to preg_replace that can support a function in the replacement.
Forum: Advanced PHP Programming 02-18-2008, 02:32 AM
Replies: 4
Views: 3,956
Posted By WinSrev
Confused Preg_Replace URL's

Hey,

So, i've created a nifty little function that makes URL's secure, the problem is; i'm not entirely sure how to initialize it. For example lets say theres some code: <a href="http://google.com">...
Forum: General 02-14-2008, 10:56 PM
Replies: 4
Views: 688
Posted By WinSrev
You do realise that unlimited is impossible? and...

You do realise that unlimited is impossible? and that someone might try and take advantage of the situation (e.g. hacker)
Forum: MySQL & Databases 02-10-2008, 12:40 AM
Replies: 9
Views: 1,310
Posted By WinSrev
Thanks for all your help Alan, problem solved.

Thanks for all your help Alan, problem solved.
Forum: MySQL & Databases 02-09-2008, 08:45 PM
Replies: 9
Views: 1,310
Posted By WinSrev
Yeah, i see what you mean, but, what if i want to...

Yeah, i see what you mean, but, what if i want to do it over 2 tables? think that would be possible?
Forum: MySQL & Databases 02-09-2008, 06:42 PM
Replies: 9
Views: 1,310
Posted By WinSrev
Well, i know for a fact that they have indexes...

Well, i know for a fact that they have indexes because as i said they work seperatly but wont work together for some reason.
Forum: MySQL & Databases 02-09-2008, 05:36 PM
Replies: 9
Views: 1,310
Posted By WinSrev
Can't be that, it produces the same error.

Can't be that, it produces the same error.
Forum: MySQL & Databases 02-09-2008, 03:53 PM
Replies: 9
Views: 1,310
Posted By WinSrev
Application Error MySQL5 Fulltext

Hey,

Been trying to search through my database using fulltext, i used the query:
SELECT *
FROM `table1`
LEFT JOIN `table2` ON `table1`.`col1` = `table2`.`col2`
WHERE MATCH (
major1, major2
)
AGAINST...
Forum: General 02-08-2008, 09:57 PM
Replies: 11
Views: 2,969
Posted By WinSrev
SELECT * FROM `my_rss_feeds` WHERE DATE_SUB( NOW(...

SELECT *
FROM `my_rss_feeds`
WHERE DATE_SUB( NOW( ) , INTERVAL 24 HOUR )
LIMIT 0 , 30
Forum: General 02-08-2008, 09:25 PM
Replies: 11
Views: 2,969
Posted By WinSrev
Well Salathe, yours thinks every date is older...

Well Salathe, yours thinks every date is older than 24 hours :s, any ideas?
Forum: General 02-08-2008, 09:01 PM
Replies: 11
Views: 2,969
Posted By WinSrev
Hmm... oddly enough none of them seemed to of...

Hmm... oddly enough none of them seemed to of worked :s
I have MySQL5+ too
Forum: General 02-08-2008, 03:37 PM
Replies: 11
Views: 2,969
Posted By WinSrev
Confused MySQL Time +24 hours

Hello,

I have a MySQL timestamp column in my table, problem is, i want to see if any are older than 24 hours, how would i be able to do that with the MySQL timestamp?

Thanks.
Forum: The Lounge 02-05-2008, 08:18 AM
Replies: 14
Views: 904
Posted By WinSrev
Apparently everything gets worse in FireFox 3 ;)

Apparently everything gets worse in FireFox 3 ;)
Forum: The Lounge 02-04-2008, 05:23 PM
Replies: 20
Views: 1,413
Posted By WinSrev
I try to be as active as possible really, putting...

I try to be as active as possible really, putting aside my time on my projects and school i'm left with very little time to myself these days.
Forum: The Lounge 02-04-2008, 05:22 PM
Replies: 14
Views: 904
Posted By WinSrev
Maybe FireFox's code has gone down the pan.

Maybe FireFox's code has gone down the pan.
Showing results 1 to 25 of 133

 

All times are GMT. The time now is 11:28 AM.

 
     

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