Chris Kloberdanz

1,060
Reputation
83 views

Registered User

Name Chris Kloberdanz
Member for 1 year
Seen 1 hour ago
Website
Location
Age
Nov
25
comment Subversion command line commit does nothing
I know it seems obvious, but did you edit the correct copy of the file? Also try svn diff myFile.txt. My guess is that will return nothing too.
Nov
25
comment Subversion command line commit does nothing
Wouldn't it say that myFile.txt is not under version control, though?
Nov
20
comment Best practice to send secure information over e-mail?
+1 for running the other way. I can't think of a reason why you would NEED to send an SSN over email. Sounds like a HIPAA nightmare.
Nov
20
answered [PHP] Finding last entry in a foreach() process
Nov
20
comment How to SFTP upload files from PHP
This probably isn't available by default. You need the PECL ssh2 extension with libssh2.
Nov
19
answered Php script problem
Nov
13
revised How can i rescue a 16GB HC SD card? I tried to format is as NTFS, but it died.
edited tags
Nov
13
comment How do I tell what type of value is in a Perl variable?
@Adam: I guess I was thinking in more in general, but the OP did say $x (as opposed to @x or %x). So, you're right.
Nov
13
comment How do I tell what type of value is in a Perl variable?
I thought ref() would only tell you what type of reference it is and return nothing if it isn't one.
Nov
12
comment software development for browser
There are several well-established browsers out there. Is this a need or a desire?
Nov
12
comment Why does my XSD file fail to parse with XML::LibXML?
Could you post the error message and possibly some code?
Nov
11
comment Remote Mysql access
You should probably ask that question on serverfault.com.
Nov
11
comment Remote Mysql access
I completely agree. I was just using the OP's example.
Nov
11
answered Remote Mysql access
Nov
10
comment Tables were deprecated? And JavaScript has libraries? Help me catch up!
@Breton and @aehiilrs: Good points
Nov
10
comment Tables were deprecated? And JavaScript has libraries? Help me catch up!
I have only been there a few times and the info was right. So, I guess that wasn't a good enough litmus test.
Nov
10
answered Tables were deprecated? And JavaScript has libraries? Help me catch up!
Nov
10
answered How to send mail to hundreds of receivers?
Nov
10
answered Is there any function faster than fopen() ??
Nov
10
accepted PHP & Conditional
Nov
10
answered PHP & Conditional
Nov
9
answered Delay when using PHP mail() function to send email through Exchange (using sendmail as a relay)
Nov
9
answered Is there a better place to store large amounts of unused data than a the database?
Nov
5
revised Create thumbnail from Adobe Illustrator file?
added 149 characters in body
Nov
5
answered Create thumbnail from Adobe Illustrator file?
Oct
31
answered Yet Another Regular Expression
Oct
31
revised PHP - How to check a script version
added 119 characters in body; added 6 characters in body
Oct
31
answered PHP - How to check a script version
Oct
31
comment How many tables are recommended in a SQL Server Express database?
Without knowing anything about the application you are writing this question is very difficult to answer.
Oct
29
accepted In PHP, what is a Tick?
Oct
28
revised How can I convert PDF to HTML?
edited tags
Oct
28
answered vb.net: index was out of range error
Oct
28
answered How can I identify and remove redundant code in Perl?
Oct
28
comment What is a Good Programming Related Senior Quote?
This is the first thing I learned in my Pascal class in High School. Then it was Murphy's Law.
Oct
28
answered software that listens to http posts
Oct
28
revised php function __construct() question involving this->get = $_GET
added 258 characters in body
Oct
28
answered php function __construct() question involving this->get = $_GET
Oct
27
revised Test if a directory is a sub directory of another folder
added 82 characters in body
Oct
27
comment Test if a directory is a sub directory of another folder
His question has been updated to better explain himself so now my comment should be disregarded.
Oct
27
comment Test if a directory is a sub directory of another folder
I guess I just figured since you were only allowing uploads in one directory that comparing the directory you are trying to write to with the expected one would be sufficient. Any subdir wouldn't be allowed as well any other dir.
Oct
27
revised In PHP, what is a Tick?
added 74 characters in body
Oct
27
comment In PHP, what is a Tick?
Yeah, you are right. The ticks=1 was required for writing daemons with pcntl functions. I just remember a comment in my code stating that something was getting deprecated.
Oct
27
answered In PHP, what is a Tick?
Oct
27
revised Test if a directory is a sub directory of another folder
added 137 characters in body
Oct
27
answered Test if a directory is a sub directory of another folder
Oct
27
revised Calling a system() command and bringing back the results
added 6 characters in body
Oct
27
answered Calling a system() command and bringing back the results
Oct
26
awarded  Citizen Patrol
Oct
23
answered php combining url with variable
Oct
23
answered SMTP php help me please