Re: [PHP] Because you guys/gals/girls/women/insert pc term here are a smart lot

2009-01-07 Thread David Giragosian
On 1/7/09, Jim Lyons jlyons4...@gmail.com wrote: There are other factors. If a table is completely fixed in size it makes for a faster lookup time since the offset is easier to compute. This is true, at least, for myisam tables. All books on tuning that I have read have said the CHAR makes

Re: [PHP] Google Chrome

2008-09-02 Thread David Giragosian
On 9/2/08, Bastien Koert [EMAIL PROTECTED] wrote: On Tue, Sep 2, 2008 at 10:52 AM, Richard Heyes [EMAIL PROTECTED] wrote: If MS doesn't, then why on Earth should we? ;) Because there aren't enough high horses to go around... :-) -- Richard Heyes HTML5 Graphing for IE7, FF,

Re: [PHP] Confused

2008-09-02 Thread David Giragosian
On 9/2/08, Dan Shirah [EMAIL PROTECTED] wrote: Your script is dying then. What does the error log say? Are you sure PHP is using the php.ini you think it's using? Double check by using phpinfo(). Cheers, Rob. It is VERY strange! phpinfo() shows that it is using

Re: [PHP] phpguru.org back up

2008-08-13 Thread David Giragosian
On 8/13/08, Richard Heyes [EMAIL PROTECTED] wrote: Hi, You'll be pleased to know (I'm sure) that phpguru.org is back up and working (for the most part I would imagine). Congratulations, Richard. Server crashes, data loss, and downtime are concerns for all of us. --David.

Re: [PHP] Stumped I Tell You!

2008-07-25 Thread David Giragosian
On 7/25/08, Daniel Brown [EMAIL PROTECTED] wrote: On Fri, Jul 25, 2008 at 3:07 PM, Jay Blanchard [EMAIL PROTECTED] wrote: *slaps forehead soundly* I found that there was a missing greater than sign in a greater than or equal to requirement in an earlier query. The most minuscule

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread David Giragosian
On 7/17/08, Stut [EMAIL PROTECTED] wrote: On 17 Jul 2008, at 14:10, tedd wrote: At 10:28 PM +0100 7/16/08, Stut wrote: Oh, and you'd be working for me so bear that in mind ;) -Stut It's no wonder why you haven't found anyone. :-) Thanks for that tedd. Seriously though, I'm

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread David Giragosian
On 7/17/08, Stut [EMAIL PROTECTED] wrote: On 17 Jul 2008, at 15:31, David Giragosian wrote: On 7/17/08, Stut [EMAIL PROTECTED] wrote: On 17 Jul 2008, at 14:10, tedd wrote: At 10:28 PM +0100 7/16/08, Stut wrote: Oh, and you'd be working for me so bear that in mind ;) -Stut It's

Re: [PHP] OT - RE: [PHP] scalable web gallery

2008-07-12 Thread David Giragosian
Todd Boyd recently offered: Haven't taken a distributed computing class just yet, but I've still got a bit until I graduate, and these elective credits are burning a hole in my pocket... The cost of public colleges and universities, as well as community colleges, are truly astounding these

Re: [PHP] OT - RE: [PHP] scalable web gallery

2008-07-12 Thread David Giragosian
On 7/12/08, tedd [EMAIL PROTECTED] wrote: At 9:13 AM -0500 7/12/08, David Giragosian wrote: Todd Boyd recently offered: Haven't taken a distributed computing class just yet, but I've still got a bit until I graduate, and these elective credits are burning a hole in my pocket

Re: [PHP] OT - RE: [PHP] scalable web gallery

2008-07-12 Thread David Giragosian
On 7/12/08, Daniel Brown [EMAIL PROTECTED] wrote: On Sat, Jul 12, 2008 at 11:36 AM, David Giragosian [EMAIL PROTECTED] wrote: We had an article in our local paper yesterday about the guy that made and 'starred' in the video that Daniel posted about here a couple of weeks ago (Matt

Re: [PHP] zippidity do duh!

2008-07-09 Thread David Giragosian
On 7/9/08, tedd [EMAIL PROTECTED] wrote: Hi gang: I'm trying to do some zip stuff, but on server [1] my script hangs on: $zip = new ZipArchive(); No errors, no anything, it just hangs -- I assuming that ZipArchive is not available. --- However, on server [2] (Daniel Brown's most

Re: [PHP] Multiple words str_shuffle

2008-07-06 Thread David Giragosian
On 7/6/08, Ron Piggott [EMAIL PROTECTED] wrote: I am trying to scramble individual words and/or phrases. When it is a phrase I would like to keep the letters of each word together, with a space between each one. The code I have so far is below. I use PHP 4.4.7. The code below is fine for

Re: [PHP] PHPExcel

2008-07-03 Thread David Giragosian
On 7/3/08, Shawn McKenzie [EMAIL PROTECTED] wrote: Richard Heyes wrote: Happy 4th of July! How did you know it was my sisters birthday today? Been an exciting week, first Canada's birthday was on Monday, now my sister's birthday today. What a thrill ride. Isn't it the 3rd? It is in

Re: [PHP] Inspiration for a Tombstone.

2008-06-26 Thread David Giragosian
My favorite vi command: e! Damn it. e!

Re: [PHP] mkdir() Cannot Create Directories

2008-06-17 Thread David Giragosian
On 6/17/08, Daniel Brown [EMAIL PROTECTED] wrote: On Tue, Jun 17, 2008 at 2:43 PM, Wei, Alice J. [EMAIL PROTECTED] wrote: Hi, [snip!] This is my PHP code: mkdir(C:/Inetpub/wwwroot/TPU/test/$id, 0755) or die (pCannot create directory C:/Inetpub/wwwroot/TPU/test/$id/p); What is

Re: [PHP] Canvas examples

2008-06-15 Thread David Giragosian
On 6/15/08, Richard Heyes [EMAIL PROTECTED] wrote: Does anyone have any more examples of the new canvas element they've written? FF only: http://www.phpguru.org/canvas.html -- That's very cool, Richard. --David.

Re: [PHP] Avoid object twice

2008-06-04 Thread David Giragosian
On 6/4/08, Yui Hiroaki [EMAIL PROTECTED] wrote: Uhmm! It is sure that function can call from other file. But it is NOT EXECUTE mail() function. How mail function be execute! Please do more advice. You may tire of this mail. Yes. David -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Semi-OT: PHP Login with client security

2008-05-19 Thread David Giragosian
On 5/19/08, Tim Thorburn [EMAIL PROTECTED] wrote: Wolf wrote: Tim Thorburn [EMAIL PROTECTED] wrote: Hi all, Having a slight problem with a demo I gave at a clients last week - looking for a little advise. Part of my demo involved a password protected area - the simplified

Re: [PHP] Re: Where to start!

2008-05-09 Thread David Giragosian
I doubt this will have any sway on the contributors to this thread, but I ran across a db normalization rule of thumb yesterday in a tutorial for another language: Normalize until it hurts; De-normalize until it works. I lean towards finding a middle ground, so this makes sense to me. --David.

Re: [PHP] Re: how to use passthru ()

2008-04-24 Thread David Giragosian
On 4/24/08, M. Sokolewicz [EMAIL PROTECTED] wrote: J. Manuel Velasco - UBILIBET wrote: Hello, I have two perl scripts that runs fine in the shell. But when I build a page with them, only in one case the results are shown in the other case i see a blank page. I have done different test

Re: [PHP] Re: how to use passthru ()

2008-04-24 Thread David Giragosian
On 4/24/08, Eric Butera [EMAIL PROTECTED] wrote: On Thu, Apr 24, 2008 at 9:14 AM, J. Manuel Velasco - UBILIBET [EMAIL PROTECTED] wrote: No friend, I said, the perl scripts work fine. The problem is to show the result in the site. One of them the result is shown and in the other

Re: [PHP] Re: php framework vs just php?

2008-04-23 Thread David Giragosian
At the risk of extending this already looong thread... Ah, screw it. I actually read all of the Radicore documentation on Monday following someone's suggestion last week about module access control. That was before this thread got started, BTW. Now I'm not a Framework guy at all, and I don't

Re: [PHP] Denver PHP opportunity - Senior Software Engineers

2008-04-21 Thread David Giragosian
On 4/21/08, Nick Gasparro [EMAIL PROTECTED] wrote: Hey Richard, Not sure how to respond to your question other than to say yes they are profitable. They are an established organization that has been around since 2003, they have upwards of 60 million users and tons of traffic. They are the

Re: [PHP] Alter Table newbie help needed ...

2008-04-20 Thread David Giragosian
On 4/20/08, revDAVE [EMAIL PROTECTED] wrote: On 4/19/2008 2:37 PM, Jason Norwood-Young [EMAIL PROTECTED] wrote: Might be obvious but you are doing mysql_query($sql);, right? Hello Jason, Thanks - Your idea worked well - for a while - but then I ran into trouble... I added :

Re: [PHP] Database abstraction?

2008-04-16 Thread David Giragosian
On 4/16/08, Jason Pruim [EMAIL PROTECTED] wrote: Hi Everyone! I'm back with yet another question But getting closer to sounding like I know what I'm talking about and that's all thanks to all of you. A free beer (Or beverage of choice)* for everyone who has helped me over the years!

Re: [PHP] Memory limit of 8 MB not enough

2008-04-16 Thread David Giragosian
On 4/16/08, tedd [EMAIL PROTECTED] wrote: At 10:53 AM -0400 4/16/08, Andrew Ballard wrote: On Wed, Apr 16, 2008 at 9:59 AM, tedd [EMAIL PROTECTED] wrote: I saw one the other day that caught my eye -- will look into it. The first problem I see implementing the approach is the

Re: [PHP] How to install PHP 5.x on Windows Server 2000 with IIS5and MySQL 5.x

2008-03-29 Thread David Giragosian
On 3/29/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Shawn McKenzie wrote: [EMAIL PROTECTED] wrote: Shawn McKenzie wrote: Paul Scott wrote: On Thu, 2008-03-27 at 10:32 -0400, Wolf wrote: I'd suggest going with a real operating system (linux) which keeps patches

Re: [PHP] Fastest way to get table records' number

2008-03-19 Thread David Giragosian
Doesn't the 1 in Select count(1) from table refer to the first column in the table, like order by 1 asc? David -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: problem with this regex to remove img tag...

2008-03-18 Thread David Giragosian
On 3/16/08, Ryan A [EMAIL PROTECTED] wrote: Now that thats over... can anybody recommend a good starting point to learn regex in baby steps? Cheers! R Mastering Regular Expressions, by Jeffrey Friedl ISBN 0-596-00289-0 -- -David. When the power of love overcomes the love of power, the

Re: [PHP] strtotime( 'last Sunday' ) and republicans

2008-03-13 Thread David Giragosian
On 3/13/08, tedd [EMAIL PROTECTED] wrote: At 10:43 AM -0500 3/12/08, Greg Donald wrote: No matter where we draw the borders or put the roads and highways, it's still just the one planet, with the same finite resources we all have to share. Being mad about globalization is pointless, it's

Re: [PHP] save image in database vs folder

2008-03-11 Thread David Giragosian
On 3/11/08, Daniel Brown [EMAIL PROTECTED] wrote: On Tue, Mar 11, 2008 at 10:15 AM, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2008-03-11 at 11:18 +, Richard Heyes wrote: some friend of mine ague about this matter, this morning. they say, saving image in database

Re: [PHP] 2 Questions: Static variables and the nature of the online manual

2008-03-04 Thread David Giragosian
I would hazard a guess that the 'static' keyword and functionality comes from ANSI C. I just pulled The C Programming Language by Kernighan and Ritchie from the book case and it is described there in it. Essential book, by the way, IMHO. -- -David. When the power of love overcomes the love of

Re: [PHP] regular expressions question

2008-03-04 Thread David Giragosian
On 3/4/08, Adil Drissi [EMAIL PROTECTED] wrote: Hi, Is there any way to limit the user to a set of characters for example say i want my user to enter any character between a and z (case insensitive). And if the user enters just one letter not belonging to [a-z], this will not be accepted.

Re: [PHP] auto-wrap on posts

2008-02-28 Thread David Giragosian
On 2/28/08, Nathan Nobbe [EMAIL PROTECTED] wrote: take a look here on the marc archives. http://marc.info/?l=php-generalm=120415418217911w=2 there are several lines that have 1 word only in them, some of the words (for reference) are access, good, patterns, nested. when i wrote the post

Re: [PHP] auto-wrap on posts

2008-02-28 Thread David Giragosian
On 2/28/08, Jason Pruim [EMAIL PROTECTED] wrote: On Feb 28, 2008, at 10:25 AM, Ray Hauge wrote: Nathan Nobbe wrote: all, a fellow poster has been kind enough to bring to my attention how jacked some of my posts appear. i was manually formatting my posts, but it appears the list

Re: [PHP] auto-wrap on posts

2008-02-28 Thread David Giragosian
On 2/28/08, Daniel Brown [EMAIL PROTECTED] wrote: On Thu, Feb 28, 2008 at 10:25 AM, Ray Hauge [EMAIL PROTECTED] wrote: Since we're talking about post issues I'll include this. I don't seem to receive my own emails. Does the list not send them back to you? I haven't been able to find

Re: [PHP] What design patterns do you usually use?

2008-02-27 Thread David Giragosian
On 2/27/08, Daniel Brown [EMAIL PROTECTED] wrote: On Wed, Feb 27, 2008 at 6:46 AM, skylark [EMAIL PROTECTED] wrote: Hi all, What design patterns do you usually use? This one: http://www.vam.ac.uk/vastatic/microsites/1486_couture/create.php Somebody been thinking about wedding

Re: [PHP] Are these Truthful Proof about PHP ??

2008-02-27 Thread David Giragosian
On 2/27/08, Zoltán Németh [EMAIL PROTECTED] wrote: 2008. 02. 27, szerda keltezéssel 10.03-kor Dare Williams ezt írta: Dear Developers, http://msdn2.microsoft.com/en-us/library/aa479002.aspx I read an Article on the above Microsoft website stating the reason why to Migrate from PHP

Re: [PHP] Are these Truthful Proof about PHP ??

2008-02-27 Thread David Giragosian
On 2/27/08, Stut [EMAIL PROTECTED] wrote: On 27 Feb 2008, at 18:36, David Giragosian wrote: The comparisons are fairly biased against PHP, as expected from the source, and a number of links are broken, particularly the one offering 5 full applications with source code. But I do have

Re: [PHP] Are these Truthful Proof about PHP ??

2008-02-27 Thread David Giragosian
On 2/27/08, Robert Cummings [EMAIL PROTECTED] wrote: So is ASP really a framework? Did I get that wrong... I'm not always right you know, especially about MS crap. From the first mentioned article: ASP.NET is part of the Microsoft .NET Framework. The .NET Framework is a feature of Windows...

Re: [PHP] Question about PHP Licence and it's future!

2008-02-26 Thread David Giragosian
On 2/26/08, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2008-02-26 at 12:30 -0500, tedd wrote: At 12:53 PM -0500 2/25/08, Andrés Robinet wrote: *gringos* started calling me Rob long ago. It's shorter, it's easier to pronounce and it's a short form for my last name (Robinet).

Re: [PHP] help me out with form details converted into pdf file save it one place as well as send mail attactment

2008-02-13 Thread David Giragosian
On 2/13/08, pretty [EMAIL PROTECTED] wrote: hi any one help me out, im using cronofirm, i need to field form details will converted into pdf as well as it will go maill attachment doing this in joomla, atleast i need this only php with out joomla. It might be overkill for your purposes, but

[PHP] PHP JavaBridge on Windows XP Pro

2008-02-11 Thread David Giragosian
At the request of a supervisor who only programs in Java, I installed JavaBridge on an intranet web server running Apache 2.0.59 and PHP 5.1.6, and we've gotten a few PHP/Java applications up and running. Problem is, unless I'm having a senior moment, they only work if a user is logged into the

Re: [PHP] Name of variable to string

2008-02-08 Thread David Giragosian
On 2/8/08, Richard Lynch [EMAIL PROTECTED] wrote: On Fri, February 8, 2008 9:14 am, tedd wrote: From a variable with the name of $this_variable -- how do I get a string 'this_variable' ? You don't... Consider this: function foo($bar){ //what would your function output? } $baz = 3;

Re: [PHP] Name of variable to string

2008-02-08 Thread David Giragosian
On 2/8/08, Eric Butera [EMAIL PROTECTED] wrote: On Feb 8, 2008 1:53 PM, David Giragosian [EMAIL PROTECTED] wrote: On 2/8/08, Richard Lynch [EMAIL PROTECTED] wrote: On Fri, February 8, 2008 9:14 am, tedd wrote: From a variable with the name of $this_variable -- how do I get

Re: [PHP] problem with imagefontwidth function, It looks to be unavailable...

2008-02-07 Thread David Giragosian
On 2/7/08, Daniel Brown [EMAIL PROTECTED] wrote: On Feb 7, 2008 8:23 AM, Jochem Maas [EMAIL PROTECTED] wrote: Legolas wood schreef: Hi Thank you for reading my post I am trying to run a php based application using php5 and apache. but I receive an error like: *Fatal

Re: [PHP] date() and wrong timezone (or time)

2008-02-07 Thread David Giragosian
On 2/7/08, Daniel Brown [EMAIL PROTECTED] wrote: On Feb 7, 2008 8:34 AM, Jochem Maas [EMAIL PROTECTED] wrote: Martin Marques schreef: see what you have as the value for the date.timezone ini setting. I've already checked that, and it's not set. it should be set to something, so

Re: [PHP] Search function not working...

2008-02-01 Thread David Giragosian
On 2/1/08, Jason Pruim [EMAIL PROTECTED] wrote: So I said in another thread that I would be asking another question about functions... So here it goes, I am attempting to write a function to search the database, which used to work just fine when I wrote it without using a function (Would that

Re: [PHP] Search function not working...

2008-02-01 Thread David Giragosian
On 2/1/08, Jason Pruim [EMAIL PROTECTED] wrote: On Feb 1, 2008, at 2:20 PM, David Giragosian wrote: On 2/1/08, Jason Pruim [EMAIL PROTECTED] wrote: [snip long explanation of problem] function search($searchvar, $table, $num_rows, $FName, $LName, $Add1, $Add2) { $qstring

Re: [PHP] Search function not working...

2008-02-01 Thread David Giragosian
Jason, Untested, but try this... function search($searchvar, $table, $num_rows, $FName, $LName, $Add1, $Add2) { $qstring = SELECT * FROM .$table. WHERE FName like '%$searchvar%' or LName like '%$searchvar%' or Add1 like '%$searchvar%' or Add2 like

Re: [PHP] Resetting drop-downlists in input-fields for texts

2008-01-21 Thread David Giragosian
On 1/21/08, Tor Vidvei [EMAIL PROTECTED] wrote: I'm developing a traning page for basic math. The answers are entered by the user in simple text input fields and the same page is returned (after having been processed by php) to the user with indications of correctness or error on each

Re: [PHP] Foreach

2008-01-17 Thread David Giragosian
On 1/17/08, mike [EMAIL PROTECTED] wrote: On 1/17/08, Nathan Nobbe [EMAIL PROTECTED] wrote: $name = $_POST['name']; if ($name) { foreach ($name as $t) { echo $t; } $order = $_POST['order']; if ($order) { foreach ($order as $i) { there are a

Re: [PHP] uh oh, I defined a resoruce

2008-01-13 Thread David Giragosian
On 1/13/08, Naz Gassiep [EMAIL PROTECTED] wrote: While global variables are good in quotes did not return any results from Google, global variables are evil in quotes only returned a result set of 4: Results *1* - *4* of *4* for * global

Re: [PHP] uh oh, I defined a resoruce

2008-01-13 Thread David Giragosian
On 1/13/08, Nathan Nobbe [EMAIL PROTECTED] wrote: the 2 problems that globals introduce are 1. namespace collisions 2. point of origin problem where a namespace collision is the inconsistent use of a global variable within an application eg. // one point in the application

Re: [PHP] Posting Summary for Week Ending 11 January, 2008: php-general@lists.php.net

2008-01-12 Thread David Giragosian
On 1/12/08, Scott Wilcox [EMAIL PROTECTED] wrote: well thats just no good is it :P Thats pretty funky, congrats on the concept and implementation :) Daniel Brown wrote: On Jan 11, 2008 4:11 PM, Jason Pruim [EMAIL PROTECTED] wrote: Hate to shot a hole in your script Dan... But my posts

Re: [PHP] uh oh, I defined a resoruce

2008-01-10 Thread David Giragosian
On 1/10/08, Eric Butera [EMAIL PROTECTED] wrote: On Jan 10, 2008 2:02 PM, Philip Thompson [EMAIL PROTECTED] wrote: On Jan 10, 2008, at 12:48 PM, Eric Butera wrote: On Jan 10, 2008 1:33 PM, [EMAIL PROTECTED] wrote: I have been using define to create a constant for the link resource

Re: [PHP] uh oh, I defined a resoruce

2008-01-10 Thread David Giragosian
On 1/10/08, Eric Butera [EMAIL PROTECTED] wrote: On Jan 10, 2008 2:28 PM, David Giragosian [EMAIL PROTECTED] wrote: On 1/10/08, Eric Butera [EMAIL PROTECTED] wrote: On Jan 10, 2008 2:02 PM, Philip Thompson [EMAIL PROTECTED] wrote: On Jan 10, 2008, at 12:48 PM, Eric Butera wrote

Re: [PHP] uh oh, I defined a resoruce

2008-01-10 Thread David Giragosian
On 1/10/08, David Giragosian [EMAIL PROTECTED] wrote: On 1/10/08, Eric Butera [EMAIL PROTECTED] wrote: On Jan 10, 2008 2:28 PM, David Giragosian [EMAIL PROTECTED] wrote: On 1/10/08, Eric Butera [EMAIL PROTECTED] wrote: On Jan 10, 2008 2:02 PM, Philip Thompson [EMAIL

Re: [PHP] handling ' with mysql/php insert and select

2008-01-03 Thread David Giragosian
On 1/3/08, Adam Williams [EMAIL PROTECTED] wrote: In my form, I am parsing all the text inputs through mysql_real_escape_string() before inserting the data. however, when I look at the SQL query in PHP, when I type the word blah's to my text box variable, and then insert it into mysql after

Re: [PHP] First stupid post of the year.

2008-01-02 Thread David Giragosian
On 1/2/08, Nathan Nobbe [EMAIL PROTECTED] wrote: On Jan 2, 2008 1:34 PM, tedd [EMAIL PROTECTED] wrote: Hi gang: I have a $submit = $_POST['submit']; The string contains: nbsp; nbsp; nbsp; nbsp;Anbsp; nbsp; nbsp; nbsp; (it's there to make a submit button wider) How can

Re: [PHP] Re: Multiple File Downloads

2007-12-15 Thread David Giragosian
On 12/15/07, Al [EMAIL PROTECTED] wrote: What are the files and what are you going to do with them at the client? They are going to be .csv files extracted from a DICOM treatment plan file. If they are to be an image mosaic, then compose it first and then send it. If text docs, compose

[PHP] Multiple File Downloads

2007-12-14 Thread David Giragosian
I've used Richard Lynch's Blog example for forcing the download of an individual file. Is there a way to download multiple files in one go, short of zipping them first into a single file? Concepts / directional shoves appreciated. David

Re: [PHP] Multiple File Downloads

2007-12-14 Thread David Giragosian
On 12/14/07, Jason Pruim [EMAIL PROTECTED] wrote: On Dec 14, 2007, at 3:37 PM, Daniel Brown wrote: On Dec 14, 2007 3:32 PM, David Giragosian [EMAIL PROTECTED] wrote: I've used Richard Lynch's Blog example for forcing the download of an individual file. Is there a way to download

Re: [PHP] Multiple File Downloads

2007-12-14 Thread David Giragosian
On 12/14/07, Daniel Brown [EMAIL PROTECTED] wrote: On Dec 14, 2007 4:24 PM, Daniel Brown [EMAIL PROTECTED] wrote: On Dec 14, 2007 3:32 PM, David Giragosian [EMAIL PROTECTED] wrote: I've used Richard Lynch's Blog example for forcing the download of an individual file

Re: [PHP] Multiple File Downloads

2007-12-14 Thread David Giragosian
On 12/14/07, Benjamin Darwin [EMAIL PROTECTED] wrote: Aww, we have to wait all the way to Monday? It's fun to sit back and watch the conversations on here! And I call third-ed on that... is that the right word? --Ben On Dec 14, 2007 4:40 PM, Daniel Brown [EMAIL PROTECTED] wrote:

Re: [PHP] temp tables mysql OT

2007-12-13 Thread David Giragosian
On 12/13/07, Robert Cummings [EMAIL PROTECTED] wrote: On Thu, 2007-12-13 at 10:14 -0500, tedd wrote: At 12:20 PM +0100 12/13/07, Zoltán Németh wrote: 2007. 12. 12, szerda keltezéssel 20.13-kor tedd ezt írta: I would like to create a temporary table to perform searches. From my

Re: [PHP] Maps

2007-12-06 Thread David Giragosian
On 12/6/07, Richard Lynch [EMAIL PROTECTED] wrote: Yes, you can do that, and look at Yahoo! maps as an alternative. Same smell. :-) On Wed, December 5, 2007 12:27 pm, Robert Fitzpatrick wrote: Well, I have two clients that both want mapping for their sales people. I have been looking

Re: [PHP] Dynamic Display of Images Stored in DB

2007-11-29 Thread David Giragosian
On 11/28/07, Chris [EMAIL PROTECTED] wrote: In my solution, I use two scripts. One for showing the image true size and another for generating a thumbnail -- I may be wrong, but I think it's better to generate a thumbnail as needed on the fly than it is to store both images (large and

[PHP] Dynamic Display of Images Stored in DB

2007-11-28 Thread David Giragosian
Good Afternoon All, The recent threads about images got me to finally experiment with storing into and retrieving/displaying images from a database. Uploading and retrieval is fine, I'm just a bit uncertain about creating the dynamic display part. // getting the data out of the db

Re: [PHP] Dynamic Display of Images Stored in DB

2007-11-28 Thread David Giragosian
) or have I misunderstood your question? David Giragosian wrote: Good Afternoon All, The recent threads about images got me to finally experiment with storing into and retrieving/displaying images from a database. Uploading and retrieval is fine, I'm just a bit uncertain about creating

Re: [PHP] two small issues with php mail

2007-11-19 Thread David Giragosian
On 11/19/07, Philip Thompson [EMAIL PROTECTED] wrote: On Nov 19, 2007 5:52 PM, Brad [EMAIL PROTECTED] wrote: Why are you being to belligerent? English 101-104 I have aced. Top secret security clearance I maintain. Concatenate I know well (why would I combine the from, and the bcc?) I

Re: [PHP] tell me :which book is good for newman??

2007-11-17 Thread David Giragosian
On 11/17/07, joychen [EMAIL PROTECTED] wrote: tell me :which book is good for newman?? You mean paul?

Re: [PHP] IDE

2007-11-15 Thread David Giragosian
On 11/15/07, Jammer [EMAIL PROTECTED] wrote: Børge Holen wrote: On Thursday 15 November 2007 21:35:04 Jammer wrote: Hi All, This is my first post here ... I'm very much a newbie to php but work during the day using SQL Server, VS2005 and Foxpro. Looking to gen up on my PHP. Are

Re: [PHP] Question about arrays

2007-11-12 Thread David Giragosian
On 11/12/07, Jason Pruim [EMAIL PROTECTED] wrote: Hi Everyone, I have a question, and to avoid getting flammed until the morning, I waited to ask until the end of my day :) Or near it at least. I have a small simple script I'm writing so that I can calculate how much a certain number of

Re: [PHP] Help securing a server : Owned by W4n73d H4ck3r

2007-11-09 Thread David Giragosian
On 11/9/07, Daniel Brown [EMAIL PROTECTED] wrote: On Nov 9, 2007 9:27 AM, robert mena [EMAIL PROTECTED] wrote: Hi, One server that hosts several domains ended up with the message Owned by W4n73d H4ck3r.While still performing an audit I am very confident that this was caused by a

Re: [PHP] Local vs Master Configure values

2007-11-09 Thread David Giragosian
On 11/9/07, Nathan Nobbe [EMAIL PROTECTED] wrote: On Nov 9, 2007 5:01 PM, Nathan Nobbe [EMAIL PROTECTED] wrote: On Nov 9, 2007 4:24 PM, tedd [EMAIL PROTECTED] wrote: Hi gang: I'm confronting a safe_mode problem and have a question. My PHP Info states that safe_mode is ON for

Re: [PHP] More info on timeout problem, with code

2007-11-06 Thread David Giragosian
On 11/5/07, Jon Westcot [EMAIL PROTECTED] wrote: Hi all: As requested, here's the code: ?php if(isset($_POST['process'])){ $old_session_gc_maxlifetime = ; $old_max_execution_time = ; $old_max_input_time = ; $old_session_gc_maxlifetime =

Re: [PHP] Including GD inside HTML code

2007-11-02 Thread David Giragosian
On 11/1/07, Instruct ICC [EMAIL PROTECTED] wrote: Alberto García Gómez wrote: I trying to include some image generate for a function that use GD. eg.: function myfunct(){ [MY_CODE] } but when I call the function it generate me a lot of symbols, letters and

Re: [PHP] Transfer query result to another script

2007-11-01 Thread David Giragosian
On 11/1/07, C.R.Vegelin [EMAIL PROTECTED] wrote: Hi All, Q: Is it possible to transfer a query result to another script ? For example with (fragments of) the following 2 scripts: Engine.php $result = mysqli_query($connect, $myquery); if (!$result) error ... if

Re: [PHP] FINDER

2007-10-24 Thread David Giragosian
On 10/24/07, Emiliano Boragina [EMAIL PROTECTED] wrote: Hi everyone. I need to know how do I do a FINDER of clinics for zones. I am new in PHP, so my knowloge is not much. The user of this finder select the zone from the list, and click in the button, and them show a list of clinic with

Re: [PHP] EMPTY??

2007-10-23 Thread David Giragosian
On 10/23/07, Dan Shirah [EMAIL PROTECTED] wrote: I am having some issues with empty(). On my page I have a text area: table align=center border=0 cellpadding=0 cellspacing=0 width=680 tr td width=600 align=centerspan class=inputlblComments: textarea name=comments tabindex=39 rows=3

Re: [PHP] EMPTY??

2007-10-23 Thread David Giragosian
On 10/23/07, Dan Shirah [EMAIL PROTECTED] wrote: I did a simple test like this on my save page: ?php $comments = $_POST['comments']; echo .$comments.; ? And it returns So, that should show me that there are no place holders, no characters, and no carriage returns for

Re: [PHP] p-s-e-x-e-c

2007-10-18 Thread David Giragosian
On 10/18/07, Philip Thompson [EMAIL PROTECTED] wrote: On 10/18/07, Instruct ICC [EMAIL PROTECTED] wrote: Hi. I'm wanting to run an executable that generates a text file, and I'm having some issues. When I run the command on the server itself, it works just fine. When I run the

Re: [PHP] How to decode the PHP Source Code

2007-10-12 Thread David Giragosian
On 10/12/07, tedd [EMAIL PROTECTED] wrote: At 9:57 AM -0400 10/11/07, Daniel Brown wrote: By the way, Tedd you alright there? Ya' kinda' got squashed. -- Daniel P. Brown I'm find, but I lost my thought -- it's happening more these days. :-) Cheers, tedd -- ---

Re: [PHP] Extracting text from PDF files

2007-10-10 Thread David Giragosian
On 10/9/07, Jay Blanchard [EMAIL PROTECTED] wrote: [snip] I need to extract the text from a PDF file for storage in the database. [/snip] It depends. If the PDF is an image file you cannot do it with PHP. http://www.php.net/pdf read the second user note [snip] Madison, WI 53703

Re: [PHP] round()

2007-10-10 Thread David Giragosian
On 10/10/07, tedd [EMAIL PROTECTED] wrote: Hi gang: While we're entertaining algorithms, has anyone else noticed that php's round() isn't the most accurate algorithm to round? Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com Yes. sprintf

[PHP] Any way to turn off daylight savings time in PHP5?

2007-09-13 Thread David Giragosian
Is there anyway to get PHP (v5.1.6) to use the OS time for date functions as PHP4 did? phpinfo() lists something called Timezone Database: internal under the date section, so I'm guessing that's where the data is originating. Here's the background: We have a LAMP server that has a special rule

Re: [PHP] c++ and php! search for a brigde

2007-08-28 Thread David Giragosian
On 8/28/07, Simon [EMAIL PROTECTED] wrote: you can use sockets in php, they work the same as berkley sockets you can use system() in php, to call your C++ program (the program could output html) in my opinon CGI with C/C++ is obsolete, use php/apache for best results! another nice way is to

Re: [PHP] magic quotes

2007-08-09 Thread David Giragosian
On 8/9/07, Bastien Koert [EMAIL PROTECTED] wrote: you could use ini_set at the top of the script to turn the magic quotes off...if you add this in a prepend file or a common included file that sits at the top of the script, it should take care of the damn magic quotes... Why might this not

Re: [PHP] OT A public apology to Larry Garfield

2007-08-07 Thread David Giragosian
On 8/7/07, tedd [EMAIL PROTECTED] wrote: At 10:36 AM -0400 8/7/07, Daniel Brown wrote: As a matter of public record, I hereby move that we reject Tedd's formal apology due to grammatical errors in construct. ;-P -- Daniel P. Brown You know you guys are going to keep this up until

Re: [PHP] Numbers, Numbers everywhere! Need some Dollar help.

2007-08-03 Thread David Giragosian
On 8/3/07, tedd [EMAIL PROTECTED] wrote: At 12:57 AM +0200 8/3/07, M. Sokolewicz wrote: Now, as mentioned before: You have to decide for yourself if your application is the correct place to check for the stupidity of your users. Check for the ignorance of your users -- there's a difference.

Re: [PHP] Numbers, Numbers everywhere! Need some Dollar help.

2007-08-02 Thread David Giragosian
On 8/2/07, Brad Bonkoski [EMAIL PROTECTED] wrote: Dan Shirah wrote: Greetins all, In my form I have an area where the user enters in the payment amount: input type=Text value= size=20 maxlength=16 name=payment_amount This is all fine and dandy and works as generically as it can.

Re: [PHP] Another simple question (Probably)

2007-07-10 Thread David Giragosian
On 7/10/07, Jason Pruim [EMAIL PROTECTED] wrote: Currently that is the date I get when I try to submit any date through the form. I'm sure I just have something messed up in my mktime, or in the way I'm grabbing the variable $taskTime=mktime(int 00,int 00,int 00, int $month, int $day,

Re: [PHP] Another simple question (Probably)

2007-07-10 Thread David Giragosian
On 7/10/07, Jason Pruim [EMAIL PROTECTED] wrote: On Jul 10, 2007, at 9:52 AM, David Giragosian wrote: On 7/10/07, Jason Pruim [EMAIL PROTECTED] wrote: Currently that is the date I get when I try to submit any date through the form. I'm sure I just have something messed up in my mktime

Re: [PHP] Flash / Ajax / PHP

2007-07-01 Thread David Giragosian
On 7/1/07, Ryan A [EMAIL PROTECTED] wrote: but the image, when updated, is still unstable on IE while still _perfectly_ stable on FireFox. This might be due to cacheing on IE which anyone who has messed with php online for a little time will be familier with. IE is a bitch at times...

Re: [PHP] Flash / Ajax / PHP

2007-06-30 Thread David Giragosian
On 6/30/07, tedd [EMAIL PROTECTED] wrote: At 10:30 AM -0500 6/29/07, David Giragosian wrote: I've recently been using some limited free time to explore the Freemovie (Flash-PHP API) and Ajax technologies. Can anyone help me to understand whether these can be used together? Can I, for example

[PHP] Flash / Ajax / PHP

2007-06-29 Thread David Giragosian
I've recently been using some limited free time to explore the Freemovie (Flash-PHP API) and Ajax technologies. Can anyone help me to understand whether these can be used together? Can I, for example, pull data from MySQL, dynamically alter Flash function parameters, then use Ajax to deliver the

[PHP] FreeMovie API

2007-06-27 Thread David Giragosian
Anyone using or know the status of the FreeMovie PHP toolkit? Seems like development stopped in 2004... David

Re: [PHP] UI toolkit

2007-06-25 Thread David Giragosian
On 6/24/07, Nathan Nobbe [EMAIL PROTECTED] wrote: Darren, I recently discovered php5 bindings to qt4 http://www.php-qt.org although qt is currently leveraged by kde primarily it has been converted to a cmake build system instead of a make build system which supposedly will enable cross

Re: [PHP] Booking form, please

2007-06-14 Thread David Giragosian
All our folks here love MRBS. http://webscripts.softpedia.com/script/E-Commerce/MRBS-24375.html Just substitute 'computers' for locations/rooms... David On 6/14/07, Timothy Murphy [EMAIL PROTECTED] wrote: I'm looking for a form to allow people to book an hour on a computer system. Is there a

  1   2   >