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 17 of 17
Search took
0.03
seconds.
Search:
Posts Made By:
Alex
Forum:
TalkPHP Developer Team
09-05-2008, 06:25 PM
Replies:
293
TalkPHP Project
Views:
9,804
Posted By
Alex
Beanstalkapp is pretty decent and has a great...
Beanstalkapp is pretty decent and has a great interface, however you can't specify custom commit hooks. There are a number of predefined ones (such as message basecamp after each commit etc.), but...
Forum:
General
08-31-2008, 06:41 PM
Replies:
2
PHP project for a business environment - ideas?
Views:
863
Posted By
Alex
Have you thought of doing a CRM / Project...
Have you thought of doing a CRM / Project Management system?
Forum:
The Lounge
08-20-2008, 05:44 PM
Replies:
10
Your dev enviroment
Views:
881
Posted By
Alex
/me wishes he had a widescreen monitor :( I...
/me wishes he had a widescreen monitor :(
I usually use this for coding (because of the code hints etc)
http://www.sigswitch.com/extras/2008-08-20_1839.png
But I'm now experimenting with...
Forum:
MySQL & Databases
08-07-2008, 11:06 PM
Replies:
2
Searching a database
Views:
1,112
Posted By
Alex
It's actually pretty simple - take a look at...
It's actually pretty simple - take a look at tizag.com, it's where I learnt php and mysql
If you don't know how to search a database, then don't worry about storage engines. MyIsam is the default...
Forum:
Advanced PHP Programming
08-02-2008, 06:39 PM
Replies:
4
Is this OO Possible? (Method Chaining)
Views:
693
Posted By
Alex
class MyClass { public function instSql() ...
class MyClass
{
public function instSql()
{
return new Sql;
}
}
class Sql
{
private function Sql() // Constructor
Forum:
The Lounge
07-27-2008, 07:51 PM
Replies:
10
Hosting
Views:
1,076
Posted By
Alex
Try:...
Try: https://www.nearlyfreespeech.net/services/hosting.php
I'm pretty sure I haven't heard anything bad about them
Forum:
TalkPHP Developer Team
07-27-2008, 07:42 PM
Replies:
293
TalkPHP Project
Views:
9,804
Posted By
Alex
I never said that there weren't any statuses, I...
I never said that there weren't any statuses, I just said that it seemed like people were waiting to be told what to do.
So far all I've seen you guys do is
Decide to make a photo gallery on a...
Forum:
TalkPHP Developer Team
07-26-2008, 12:08 PM
Replies:
293
TalkPHP Project
Views:
9,804
Posted By
Alex
From an outsiders perspective, it looks like you...
From an outsiders perspective, it looks like you didn't know who was doing what, and were waiting for someone to step in and say "Right, we're going to do this, person XYZ you start doing...
Forum:
General
07-21-2008, 04:07 PM
Replies:
4
Problem With Function
Views:
585
Posted By
Alex
Backticks are ` (Press the button to the left of...
Backticks are ` (Press the button to the left of 1). You should use them for escaping table & column names.
i.e.
INSERT INTO `atable`(`name`,`content`)....
You should use apostrophes for escaping...
Forum:
TalkPHP Developer Team
07-17-2008, 11:10 AM
Replies:
138
Planning Area - ideas,code,etc.. in here
Views:
5,107
Posted By
Alex
I know I'm not 'supposed' to be posting in this...
I know I'm not 'supposed' to be posting in this forum, but I'd just like to point out that you could use a set of guidelines which are endorsed by other big open source projects such as phpBB, Joomla...
Forum:
The Lounge
07-14-2008, 09:23 PM
Replies:
3
SVN on Windows
Views:
664
Posted By
Alex
I'm using TortoiseSVN, it's very easy to use...
I'm using TortoiseSVN, it's very easy to use although it used to slow my filesystem down to the point that opening windows explorer crashed. Thankfully this bug appears to have been fixed in the...
Forum:
The Lounge
07-09-2008, 02:47 PM
Replies:
13
Alpha testers wanted
Views:
898
Posted By
Alex
I went to your project's google page but couldn't...
I went to your project's google page but couldn't see anywhere to view the source code. Are you planning on uploading it soon?
Forum:
Absolute Beginners
06-23-2008, 02:51 PM
Replies:
7
Differents...
Views:
975
Posted By
Alex
Thanks for explaining that, I didn't realise that...
Thanks for explaining that, I didn't realise that realise that operators other than the numerical ones had an order of precedence.
Forum:
Absolute Beginners
06-22-2008, 04:46 PM
Replies:
7
Differents...
Views:
975
Posted By
Alex
Personal preference, they are identical. The _...
Personal preference, they are identical.
The _ just changes the variables name, there's nothing special about it.
It's like comparing $a to $b .
However, some superglobal variables (i.e. $_SESSION,...
Forum:
The Lounge
06-17-2008, 05:24 PM
Replies:
8
Project Management Software/Script
Views:
1,308
Posted By
Alex
Have a look at ProjectPier.org...
Have a look at ProjectPier.org (http://www.projectpier.org) - a great open source collaboration program.
If you prefer something a little more... commercial, then there's also...
Forum:
The Lounge
06-11-2008, 06:44 PM
Replies:
9
Good LAMP Hosts
Views:
1,453
Posted By
Alex
I currently use UK Web Hosting - UK Reseller...
I currently use UK Web Hosting - UK Reseller Hosting - UK Managed Dedicated Servers - UK Domain Registration Services (http://www.unitedhosting.co.uk) - their support team are absolutely brilliant,...
Forum:
Absolute Beginners
05-27-2008, 06:22 PM
Replies:
4
Some functions NOT DEFIND!
Views:
1,493
Posted By
Alex
1. Try $_GET instead 2. Not sure about this 3....
1. Try $_GET instead
2. Not sure about this
3. Shouldn't you be using $_SERVER['PHP_SELF'] ?
Showing results 1 to 17 of 17
All times are GMT. The time now is
10:11 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