Ant P

3,646
Reputation
189 views

Registered User

Name Ant P
Member for 1 year
Seen Nov 22 at 20:05
Website
Location UK
Age 23
Perl programmer, PHP hacker, CSS abuser.
1d
awarded  Yearling
Oct
9
comment What was your first home computer?
Wow, I think I had that! It lasted about a week or two before I accidentally stood on it one day and broke the screen. :(
Oct
7
answered pluralize in PHP
Sep
17
comment PDO acts different on two -very- similar queries
Have you tried checking $sql->errorInfo() after the query fails? A lot of the time it'll point straight to the problem.
Sep
11
comment Our subversion server has a new IP address - now what?
I'd suggest you also give the server a name in /etc/hosts and use that instead - at least if the IP changes again you won't have to reconfigure everything.
Sep
4
accepted Working with IPv6 Addresses in PHP
Aug
29
answered Is it legal to branch an open-source project that has gone commercial?
Aug
26
revised What Happens When Stack and Heap Collide?
(partially) fixed grammar
Aug
26
answered how to call a function in PHP after 10 seconds of the page load (Not using HTML)
Aug
26
answered Browse bazaar (or CVS/SVN/Git) repository with GUI?
Aug
24
awarded  Scholar
Aug
14
awarded  Nice Answer
Jul
23
answered What does a transaction around a single statement do?
Jul
23
revised How to get the absolute path of a file programmatically with out realpath() under linux?
fixed that typo for you
Jul
22
accepted php class call external class
Jul
22
answered php class call external class
Jul
20
answered What’s the best way to send JavaScript array to PHP script using GET?
Jul
19
answered Does PHP have an equivalent to the ||= operator?