First  |  Prev |  Next  |  Last
Pages: 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
It's Friday (a MySQL Question)
Hi gang: Normally if I want to dump a MySQL database, I read the database via a PHP script (i.e., list tables and fetch rows) and save the results as a text file -- after which I download the file -- it's not a big deal. However while I was doing my daily read of the MySQL Manual, namely: http://dev.mysq... 13 Aug 2010 20:10
[ENCODING QUEUE] - anyone think of a good way to setup aqueuing system so everyone gets their turn
On Fri, 2010-08-13 at 14:48 -0600, Tristan wrote: i have a list of people that uploaded their videos waiting to be encoded. these are the line items for the db id | member_id | created | status I just want to make sure that everyone gets a turn processing. I was thinking WHERE DISTINCT(... 13 Aug 2010 17:59
[ENCODING QUEUE] - anyone think of a good way to setup a queuingsystem so everyone gets their turn
i have a list of people that uploaded their videos waiting to be encoded. these are the line items for the db id | member_id | created | status I just want to make sure that everyone gets a turn processing. I was thinking WHERE DISTINCT(member_id) and created (oldest) but i see some flaw in that. if... 13 Aug 2010 16:53
Resource logging PHP extension
Hi all! I just wanted you to know that I've created an extension which does resource logging for each pageload. Works with 5.2.14 and 5.3.3 versions of PHP, tested with Apache and CLI sapis. It logs PHP memory consumption, real time spent, cpu time spent (user and sys, in jiffies), page faults etc etc. Loggin... 13 Aug 2010 13:36
Setting up a 2 Column Display for SQL Recordset
newbie question: Hi Folks, I have a php / sql data recordset that has 200 names that I want to display in a 2 column display ( down on left then down on right side - not left right - left right). So I can create a 2 column table. Then I need to split the data result in 2 parts - so part 1 (1-100 records) is on... 13 Aug 2010 14:41
imagettftext Angle Problem
I'm trying to draw text at a 90 degree angle, reading from bottom to top. For some reason, all of the letters are aligning to the top (i.e. the left side) of the text. It looks really odd! Has anyone else experienced this before? Thanks! Floyd ... 12 Aug 2010 13:41
Storing Social Security Number WAS:Encryption/Decryption Question
At 2:59 PM +0100 8/12/10, Richard Quadling wrote: On 12 August 2010 14:45, tedd <tedd(a)sperling.com> wrote: At 5:30 PM -0700 8/11/10, Daevid Vincent wrote: -----Original Message----- 2. Were told it was a social security number (i.e., in the form of 123-45-6789). S... 12 Aug 2010 11:30
Storing Social Security Number WAS: Encryption/Decryption Question
On 12 August 2010 14:45, tedd <tedd(a)sperling.com> wrote: At 5:30 PM -0700 8/11/10, Daevid Vincent wrote:  > -----Original Message-----  2. Were told it was a social security number    (i.e., in the form of 123-45-6789). Stop. Why are you even contemplating storing SS# ?? ... 12 Aug 2010 21:23
Storing Social Security Number WAS:Encryption/Decryption Question
At 5:30 PM -0700 8/11/10, Daevid Vincent wrote: -----Original Message----- 2. Were told it was a social security number (i.e., in the form of 123-45-6789). Stop. Why are you even contemplating storing SS# ?? Daevid et al: Why? Because my client wants to store SS numbers on their onlin... 12 Aug 2010 12:35
Encryption/Decryption Question
Hi gang: Okay, a question to the Encryption/Decryption gurus out there. If you were given: 1. This encrypted string: p3IVhDBT26i+p4vd7J4fAw== 2. Were told it was a social security number (i.e., in the form of 123-45-6789). 3. And it had been generated from this code: $cipher = mcrypt_module_open(... 12 Aug 2010 11:30
First  |  Prev |  Next  |  Last
Pages: 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29