|
First
|
Prev |
Next
|
Last
Pages: 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
Semi-ADVERT, OT At 3:38 PM -0500 8/19/08, Jay Blanchard wrote: [snip] But, to drive my point further home, I got underwear older than most of you. :-P [/snip] Uh dood....you might want to do a little shopping once in a while. I think I may be the 2ns oldest on the board and I buy new underwear once a year whether I ne... 20 Aug 2008 10:48
Developing a game using Ming Hello, I want to develop a Flash game using Ming. I have never used Flash or ActionScript before, and I would like to know what limitations users have come across Ming. For example, the main page for the Ming extension says that sound events are not supported. Does this mean that it would not be possibe to play a... 22 Aug 2008 16:06
PDO, sqlite write requests (INSERT) don't working Le Wed, 20 Aug 2008 07:48:02 +0000, KLEIN Stéphane a écrit : Hi, it's the first time I use sqlite in PHP script. All read requests work perfectly but I don't get on execute write requests. Example : <?php try { $dbh = new PDO("sqlite:../example1.sqlite", '', ''); } catch (PDOEx... 20 Aug 2008 04:38
PDO, sqlite write requests (INSERT) don't working Hi, it's the first time I use sqlite in PHP script. All read requests work perfectly but I don't get on execute write requests. Example : <?php try { $dbh = new PDO("sqlite:../example1.sqlite", '', ''); } catch (PDOException $e) { echo "Connection failed: " . $e->getMessage(); } var_dump($dbh); $f... 20 Aug 2008 04:38
Image Generation Hi, I need to generate an online proof for vinyl lettering. Customers specify the text, font, colour, maximum frame size (mm) (ie the width and height it must fit into), and whether or not they want to keep aspect ratio (ie not distort the lettering). I want to represent all this on a single image. So it would... 20 Aug 2008 09:46
"make install" doesn't seem to work on "downgrade" on OSX -- anyone else seen this? Weston C schreef: On Tue, Aug 19, 2008 at 9:43 AM, Jason Pruim <japruim(a)raoset.com> wrote: Is there a particular reason you are downgrading? I'm pretty happy with some of the features in 5.3, but have been asked to work with a codebase that turned out to have some issues under 5.3 that didn't show u... 19 Aug 2008 18:23
php-general Digest 19 Aug 2008 20:38:46 -0000 Issue 5633 Does anyone know why the unsubscribe email address is bouncing. Are there any other ways to unsubscribe? Chris Cox 415.681.3665 (direct/fax) Candidate Generation Recruiter http://www.intuit.com/careers View Sailen Saha's profile on LinkedIn -----Original Message----- From: php-general-digest-h... 20 Aug 2008 17:00
Semi-ADVERT, not really spam, sorry for it V: OFF-LIST I have not kept up on this thread -- too lengthily and too confusing. If you need help, just ask. If you need paid help, I charge $50 per hour. I've freelanced longer than most these guys have been alive. Cheers, tedd -- ------- http://sperling.com http://ancientstones.com http:... 19 Aug 2008 15:18
"make install" doesn't seem to work on "downgrade" on OS X -- anyone else seen this? I recently downgraded from a build of 5.3 to 5.2.6 on OS X, and had a bit of time figuring out what was going on when "make install" didn't seem to actually copy the CLI binary and Apache SO to their target spots. Has anyone else seen this problem? What category would a bug report for this be under? It's a bu... 19 Aug 2008 14:16
loop weirdness Hello all! I'm having some weirdness with a loop. I am adding an conditional statement to my script to see if a condition is met before running a loop. All of the code up to this point works great so I have not included it since it is very long and extensive. Basically I have a query that runs and is output to ... 19 Aug 2008 12:12 |