RE: [PHP] A black thumbnail.

2006-01-27 Thread Weber Sites LTD
Check out this article : http://www.weberdev.com/ViewArticle-3.html Sincerely berber Visit the Weber Sites Today, To see where PHP might take you tomorrow. PHP & MySQL Forums : http://www.weberforums.com Learn PHP & MySQL Playing Trivia : http://www.webertrivia.com Free Uptime Monitor : ht

Re: [PHP] Apache is not parsing .php files

2006-01-27 Thread Richard Correia
have you added .php .php3 .php4 extenstions to be treated as php files? Thanks, Richard On 1/27/06, sanjay <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a strange problem while trying to run php based applications. > > Lets start with phpMyAdmin, a very popular open source tool to manage > MyS

Re: [PHP] A black thumbnail.

2006-01-27 Thread Richard Correia
Hi Tedd, Dynamic Thumbnail generation: http://www.weberdev.com/ViewArticle-388.html On 1/28/06, tedd <[EMAIL PROTECTED]> wrote: > > Hi: > > I'm trying to create a thumbnail from a jpeg stored in a long blob in > mySQL. > > What's wrong here? I get an image that's the correct size, but it's bla

Re: [PHP] PHP Frameworks?

2006-01-27 Thread Richard K Miller
I haven't used them, but our local user group recently had a meeting on PHP frameworks[1]. The feeling of the people that have used them was that Symfony was a good project, and that CakePHP was a particularly large installation. No one mentioned having used Prado, WACT or WASP. We also

[PHP] Re: get key of array (key function sucks?)

2006-01-27 Thread David Robley
Sjef wrote: > Hallo, > I am adding a value to a session variable (an array). Then I want to place > the key of the array in another session variable to keep it for later use > (so I can return to the array to write data to it). The key function > should work there, but it seems to be a bit strange

Re: [PHP] Please help with apache 2

2006-01-27 Thread The Doctor
On Fri, Jan 27, 2006 at 06:03:50PM -0800, PHP wrote: > Help, I can't find anything on this. > > I upgraded from apache 1.3 to apache 2.2 > > My problem is, I currently have .htm files being parsed as php, that works > fine. > > However, if I have the php_engine turned off for a directory, any .

[PHP] Please help with apache 2

2006-01-27 Thread PHP
Help, I can't find anything on this.   I upgraded from apache 1.3 to apache 2.2   My problem is, I currently have .htm files being parsed as php, that works fine.   However, if I have the php_engine turned off for a directory, any .htm files will now prompt firefox to download it.   How do I

[PHP] Adding XMLDBX to PHP CVS

2006-01-27 Thread Mark
I am thinking about adding XMLDBX, a pretty good XML serializer to CVS. It is documented and available at www.mohawksoft.org. Any comments? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] A black thumbnail.

2006-01-27 Thread Philip Hallstrom
(skip down) I'm trying to create a thumbnail from a jpeg stored in a long blob in mySQL. What's wrong here? I get an image that's the correct size, but it's black. Any ideas? $dbQuery = "SELECT image_type, image, image_width, image_height "; $dbQuery .= "FROM pictures "; $dbQuery .= "WHERE i

[PHP] A black thumbnail.

2006-01-27 Thread tedd
Hi: I'm trying to create a thumbnail from a jpeg stored in a long blob in mySQL. What's wrong here? I get an image that's the correct size, but it's black. Any ideas? Thanks. tedd $dbQuery = "SELECT image_type, image, image_width, image_height "; $dbQuery .= "FROM pictures "; $dbQuery .= "

[PHP] php classes and data retrieval

2006-01-27 Thread robert
Hello! I have a database and php classes and I'm not sure the best way I should be retrieving the data. as below, if 'other' (line 9) is stored in the database as an id of a record in another table, should my getData() method: a. return the id as part of the MyObj object and whatever funct

[PHP] PHP Newsletter

2006-01-27 Thread Jedidiah
I send out a daily email to an email list. I have only been doing this for about a week, and realized today that each one of them so far has had at least one mysterious exclamation point somewhere in the email. This is sometimes in the middle of the word or sentence, but always out of place. I h

[PHP] Re: doubt regarding while loop

2006-01-27 Thread David Hall
suresh kumar wrote: while(list(t1,t2,...)=mysql_fetch_row($result)): do you mean to use: while(list($t1, $t2, . . .) = mysql_fetch_row($result)): David Hall -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Job Opening in UAE

2006-01-27 Thread Miles Thompson
UAE = United Arab Emirates? Do you want people on-site, or to work remotely? Miles At 02:05 PM 1/27/2006, M Saleh EG wrote: Login Innovations, a new media & internet solutions studio in UAE is looking for a resident-in-house PHP developer with at least 2 years experience. Skills required: O

RE: [PHP] questions regarding PHP and Forms

2006-01-27 Thread Weber Sites LTD
Check out this list of code examples to help with #1 http://www.weberdev.com/AdvancedSearch.php?searchtype=title&search=validatio n Sincerely berber Visit the Weber Sites Today, To see where PHP might take you tomorrow. PHP code examples : http://www.weberdev.com Free Uptime Monitor : htt

Re: [PHP] questions regarding PHP and Forms

2006-01-27 Thread Austin Denyer
On Fri, 27 Jan 2006 12:28:07 -0700 Paul Goepfert <[EMAIL PROTECTED]> wrote: > > I am writing my first website in php. I have a few questions. > > 1) I need to do vaildation on form values that I have entered into a > form. Is there a way I can write the vaildation code on the same page > as th

Re: [PHP] questions regarding PHP and Forms

2006-01-27 Thread Jay Paulson
> 1) I need to do vaildation on form values that I have entered into a > form. Is there a way I can write the vaildation code on the same page > as the form in php? Yes there sure is. :) if (isset($submit)) { // data validation etc. } else { // display html form } > 2) I have a drop do

[PHP] questions regarding PHP and Forms

2006-01-27 Thread Paul Goepfert
Hi all, I am writing my first website in php. I have a few questions. 1) I need to do vaildation on form values that I have entered into a form. Is there a way I can write the vaildation code on the same page as the form in php? 2) I have a drop down menu on one of my form fields. What I wa

[PHP] get key of array (key function sucks?)

2006-01-27 Thread Sjef
Hallo, I am adding a value to a session variable (an array). Then I want to place the key of the array in another session variable to keep it for later use (so I can return to the array to write data to it). The key function should work there, but it seems to be a bit strange. Imagine: $array

[PHP] PHP Job Opening in UAE

2006-01-27 Thread M Saleh EG
Login Innovations, a new media & internet solutions studio in UAE is looking for a resident-in-house PHP developer with at least 2 years experience. Skills required: OO knowledge and PHP5 PEAR aware Framework and code libraries integration CMS integration SQL and PL-SQL (MySQL 4.x, MySQL 5) XML an

[PHP] doubt regarding while loop

2006-01-27 Thread suresh kumar
hi, for eg while(list(t1,t2,...)=mysql_fetch_row($result)): endwhile; while i use $t1 ouside while loop ,its corresponding value is not displaying,how can i display the value of $t1. A.suresh

Re: [PHP] doubt regarding while loop

2006-01-27 Thread David Grant
Suresh, suresh kumar wrote: > hi, >for eg > > while(list(t1,t2,...)=mysql_fetch_row($result)): > endwhile; You could start with list($t1, $t2, ...) instead. Personally, I'd done it without assuming mysql_fetch_row is returning an array.

[PHP] PHP Frameworks?

2006-01-27 Thread Jay Paulson
Has anyone used any of the following frameworks? What is the general opinion of using frameworks etc? WASP - http://wasp.sourceforge.net/content/ Symfony - http://www.symfony-project.com/ Prado - http://www.xisc.com/ WACT - http://www.phpwact.org/ CakePHP - http://www.cakephp.org/ -- PHP Genera

[PHP] PHP Job opening in UK, London

2006-01-27 Thread Chris Boget
My company is looking for a PHP developer to work out of their London office. If you live in/around the city and are interested, please respond to me (personally, not the list :p) with your resume/CV. thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:

Re: [PHP] copy problem with HTTP wrapper

2006-01-27 Thread David Grant
Laurent, Laurent Vanstaen wrote: >> If so, what makes you think it's writable in the first place? > > 'Cause I work for this ISP So you don't have specs then I guess, since you're asking in a public forum! Have you considered using a HTTP PUT request (using cURL)? php.net/curl $curl = cu

Re: [PHP] copy problem with HTTP wrapper

2006-01-27 Thread Laurent Vanstaen
>> If so, what makes you think it's writable in the first place? > > 'Cause I work for this ISP So you don't have specs then I guess, since you're asking in a public forum ! Bingo :) Shitty product bought on the shelf from a third party, no specs, no doc ... Have you considered using

Re: [PHP] copy problem with HTTP wrapper

2006-01-27 Thread Laurent Vanstaen
Laurent Vanstaen wrote: > >> Hello, >> >> on 01/27/2006 05:59 AM Laurent Vanstaen said the following: >> > I see your point. Here in my case the server I want to copy a file on >> > has 192.168.1.1 for IP address and thus cannot be found from outside a >> > LAN, so the security problem is not

Re: [PHP] copy problem with HTTP wrapper

2006-01-27 Thread David Grant
Laurent, Laurent Vanstaen wrote: > >> Hello, >> >> on 01/27/2006 05:59 AM Laurent Vanstaen said the following: >> > I see your point. Here in my case the server I want to copy a file on >> > has 192.168.1.1 for IP address and thus cannot be found from outside a >> > LAN, so the security problem i

Re: [PHP] copy problem with HTTP wrapper

2006-01-27 Thread Manuel Lemos
Hello, on 01/27/2006 11:07 AM Laurent Vanstaen said the following: >> > I see your point. Here in my case the server I want to copy a file on >> > has 192.168.1.1 for IP address and thus cannot be found from outside a >> > LAN, so the security problem is not that much important. But I agree >> > w

Re: [PHP] copy problem with HTTP wrapper

2006-01-27 Thread Laurent Vanstaen
Hello, on 01/27/2006 05:59 AM Laurent Vanstaen said the following: > I see your point. Here in my case the server I want to copy a file on > has 192.168.1.1 for IP address and thus cannot be found from outside a > LAN, so the security problem is not that much important. But I agree > with you a

Re: [PHP] copy problem with HTTP wrapper

2006-01-27 Thread Manuel Lemos
Hello, on 01/27/2006 05:59 AM Laurent Vanstaen said the following: > I see your point. Here in my case the server I want to copy a file on > has 192.168.1.1 for IP address and thus cannot be found from outside a > LAN, so the security problem is not that much important. But I agree > with you and

Re: [PHP] Re: Does file_exists() 'honour' open_basedir?

2006-01-27 Thread David Grant
Perhaps you saw it here: http://php.net/file_exists Search the page for "ceo at l-i-e dot com" or "open_basedir". David DRYALLS wrote: > Let me try and answer my own question. I've *heard* that since PHP v4.3.2 > file_exists() returne an open_basedir warning, but earlier PHP versions did > no

Re: [PHP] Re: Does file_exists() 'honour' open_basedir?

2006-01-27 Thread David Grant
Hi, Perhaps you refer to this (fixed in 4.3.3): http://bugs.php.net/bug.php?id=24313 David DRYALLS wrote: > Let me try and answer my own question. I've *heard* that since PHP v4.3.2 > file_exists() returne an open_basedir warning, but earlier PHP versions did > not. Is this true? > > ""DRYAL

[PHP] Re: Does file_exists() 'honour' open_basedir?

2006-01-27 Thread DRYALLS
Let me try and answer my own question. I've *heard* that since PHP v4.3.2 file_exists() returne an open_basedir warning, but earlier PHP versions did not. Is this true? ""DRYALLS"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I have 2 different PHP installs, each are slightly di

Re: [PHP][SOLVED] Re: usr VAR value as a VAR Name

2006-01-27 Thread Barry
Chris Boget wrote: Let me start by saying there is nothing wrong with the above and it's doing exactly what the OP needed. However, when I use variable variables, I prefer to use the following notation: ${$foo} It makes the coder's intention clear and makes it so that it can't be mistaken for

Re: [PHP] copy problem with HTTP wrapper

2006-01-27 Thread Laurent Vanstaen
> Hi all, > I'm trying to copy a file from my PHP server to another server (a > home > gateway, called a LiveBox). I've used this code : > > $livebox = "192.168.1.1"; > ... > ... > ... > $crontab_livebox = "http://".$livebox."/cgi-bin/newCrontab";; > if (!copy($crontab_temp_name, $crontab_live