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 5 of 5
Search took 0.02 seconds.
Search: Posts Made By: dschreck
Forum: General 06-11-2009, 09:24 AM
Replies: 2
Views: 471
Posted By dschreck
serialize & db sharding.

serialize & db sharding.
Forum: General 04-12-2009, 01:16 AM
Replies: 8
Views: 2,866
Posted By dschreck
I agree. Lots of large sites use different...

I agree.

Lots of large sites use different languages.

YouTube uses python, Hi5 uses Java, Microsoft uses... well, you can guess.

PHP can scale just as well as those other languages. You just need...
Forum: General 03-19-2008, 08:13 PM
Replies: 12
Views: 906
Posted By dschreck
yeah, that would work. you could also just load...

yeah, that would work. you could also just load an array up:



$myVars = array(
'foo' => 'bar',
'bar' => 'foo'
);
foreach($myVars as $key => $val) {
${$key}...
Forum: Advanced PHP Programming 12-24-2007, 12:33 AM
Replies: 19
Views: 1,457
Posted By dschreck
Oh. <form action="newpost.php"...

Oh.

<form action="newpost.php" method="POST">


try changing that to:

<form action="newpost.php?t=<?=$_GET['t'];?>" method="POST">

(Using PHP short tags)
Forum: Advanced PHP Programming 11-16-2007, 01:59 AM
Replies: 1
Views: 746
Posted By dschreck
Firstly, I'd recommend PHP Mailer:...

Firstly, I'd recommend PHP Mailer: http://phpmailer.sourceforge.net/

I've used that MIME Mail class, and I prefer PHPMailer over it, especially in reliance and speed. I've seen this mail class run...
Showing results 1 to 5 of 5

 

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