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
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
arrays and db, encryption and decryption
Views:
471
Posted By
dschreck
serialize & db sharding.
serialize & db sharding.
Forum:
General
04-12-2009, 01:16 AM
Replies:
8
Best language for large web applications?
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
Assigning variables on one line
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
Having an issue with the forum..
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
Creating Mail Queues
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
.
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