Re: [PHP] Need a hint how to track an error

2007-11-12 Thread Ronald Wiplinger
Chris wrote: Ronald Wiplinger wrote: My php program is working with Firefox, but not with Internet Explorer. Nothing to do with php, your problem is javascript. Is there a tool to find the problem? For IE, try

Re: [PHP] Need a hint how to track an error

2007-11-12 Thread Dave Goodchild
Start by coding proper semantic xhtml and you will have less headaches too - that code looks very ugly. On Nov 12, 2007 8:38 AM, Ronald Wiplinger [EMAIL PROTECTED] wrote: Chris wrote: Ronald Wiplinger wrote: My php program is working with Firefox, but not with Internet Explorer. Nothing

Re: [PHP] PHP ide?

2007-11-12 Thread Peter Ford
I've tried to use Eclipse PDT, and it's just generally horrible - the All-in-one has no Subversion support and no SSH support for deploying to the server properly. The debugging support worked well on the windows version, but I couldn't get it to work from Linux (with the same web server...) And

RE: [PHP] PHP ide?

2007-11-12 Thread Shelley Shyan
It has, but you should install them manually... Try help- Software updates - Find and install... Regards, Shelley -Original Message- From: Peter Ford [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 5:24 PM To: php-general@lists.php.net Subject: Re: [PHP] PHP ide? I've tried

[PHP] Re: explorer

2007-11-12 Thread kNish
Hi, I am a newB to php. When a user clicks a button on the client side, it will open a windows explorer with the path to a folder from the server machine. Is it possible. Lets say my server is machine x and client is machine y. from y is it possible using php to open a path from x

[PHP] enhanced_list_box

2007-11-12 Thread kNish
Hi, I am using this function enhanced_list_box. This works fine. Except the return value is None. How is it possible for it to return a proper value. It reads a list from a data base. Brgds, kNish ?php $db_artist = mysql_connect(ENG-3, Any, )or

Re: [PHP] Re: functions versus includes

2007-11-12 Thread Stut
Frank Lopes wrote: No takers on this topic? The question is not one of performance since while it will be quicker to call a function than include a file the difference is going to be inconsequential. If you were to use a function where would you put it? You imply it needs to be used from

Re: [PHP] Need a hint how to track an error

2007-11-12 Thread chris smith
On Nov 12, 2007 7:38 PM, Ronald Wiplinger [EMAIL PROTECTED] wrote: Chris wrote: Ronald Wiplinger wrote: My php program is working with Firefox, but not with Internet Explorer. Nothing to do with php, your problem is javascript. Is there a tool to find the problem? For IE, try

[PHP] Compile - libxml2

2007-11-12 Thread Benjamin Dupuis
I've opened a bug report on bug.php.net, Compiling PHP in 5.2.2 is working with my libxml2, but not in 5.2.4 (and 5.2.5) but developpers say me that's not a bug : I must use XML2_DIR instead of XML_DIR, But when using configure, it say me : use libxml-dir for libxml2 using libxml2-dir is not

[PHP] Re: Compile - libxml2

2007-11-12 Thread Rob Richards
Hi Benjamin, You really need to read the response more carefully. Benjamin Dupuis wrote: I've opened a bug report on bug.php.net, Compiling PHP in 5.2.2 is working with my libxml2, but not in 5.2.4 (and 5.2.5) but developpers say me that's not a bug : I must use XML2_DIR instead of XML_DIR,

Re: [PHP] Re: Compile - libxml2

2007-11-12 Thread Benjamin Dupuis
DOH ! :/ Thanks ! But why php5.2.2 doesn't cry ?!! (and XML working) Best regards - Message d'origine - De: Rob Richards [EMAIL PROTECTED] Date: Mon, 12 Nov 2007 07:32:26 -0500 Sujet: [PHP] Re: Compile - libxml2 À: Benjamin Dupuis [EMAIL PROTECTED] Cc: PHP-General

[PHP] multi dimentional array sort need help

2007-11-12 Thread Jamesas
I have the array by the following. i want to sort the array by name and starlevel.plz help me i am troubled for it. Array ( [0] = Array ( [hotelId] = 9415 [provider] = localTgsProvider [name] = Sahara Hotel Casino - DEMO [address] =

[PHP] How to query google pagerank from PHP

2007-11-12 Thread mvh
I found some code in perl at CPAN how to do that in PHP anyone know ? give a clue pls -- View this message in context: http://www.nabble.com/How-to-query-google-pagerank-from-PHP-tf4791385.html#a13706442 Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing

Re: [PHP] How to query google pagerank from PHP

2007-11-12 Thread Stut
mvh wrote: I found some code in perl at CPAN how to do that in PHP anyone know ? give a clue pls Port the Perl code. Won't be too hard. Where's the Perl code? -Stut -- http://stut.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Need a hint how to track an error

2007-11-12 Thread Bastien Koert
try firebug for firefox, excellent tool bastien Date: Mon, 12 Nov 2007 13:53:55 +1100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: php-general@lists.php.net Subject: Re: [PHP] Need a hint how to track an error Ronald Wiplinger wrote: My php program is working with Firefox, but

Re: [PHP] How to query google pagerank from PHP

2007-11-12 Thread mvh
I found it here http://cpan.uwinnipeg.ca/dist/WWW-Google-PageRank Hemanth www.ValueAds.Biz Stut wrote: Port the Perl code. Won't be too hard. Where's the Perl code? -- View this message in context: http://www.nabble.com/How-to-query-google-pagerank-from-PHP-tf4791385.html#a13707254

Re: [PHP] PHP Programmers Needed

2007-11-12 Thread mvh
You are who and where ? Who would want to be hired without knowing if the hirer can compensate the hired. Even Microsoft advertises full page looking for employess (here in India) I dont know where you are. [EMAIL PROTECTED] wrote: I am looking to hire PHP programmers to help me in

[PHP] web page download question

2007-11-12 Thread David Calkins
I'm attempting to scrape a web page to pull out some pertinent info. The URL looks similar to the below. http://www.someserver.com/user-info.xml?user=myusername If I paste the above into my web browser, the page comes up and displays the information. If I try view source, I get an XML

Re: [PHP] Need a hint how to track an error

2007-11-12 Thread Jim Lucas
Ronald Wiplinger wrote: Chris wrote: Ronald Wiplinger wrote: My php program is working with Firefox, but not with Internet Explorer. Nothing to do with php, your problem is javascript. Is there a tool to find the problem? For IE, try

Re: [PHP] PHP Programmers Needed

2007-11-12 Thread Daniel Brown
On Nov 12, 2007 10:16 AM, mvh [EMAIL PROTECTED] wrote: You are who and where ? Who would want to be hired without knowing if the hirer can compensate the hired. Even Microsoft advertises full page looking for employess (here in India) I dont know where you are. Perhaps, then,

RE: [PHP] Need a hint how to track an error

2007-11-12 Thread Instruct ICC
My php program is working with Firefox, but not with Internet Explorer. Nothing to do with php, your problem is javascript. Is there a tool to find the problem? For IE, try

Re: [PHP] PHP Programmers Needed

2007-11-12 Thread Wolf
It amazes me that you attack in one post then beg for help in another. Neither of which have you followed basic concepts such as: 1. posting your code 2. posting your output 3. describing your problem As for this post, it is common practice for contractors to post they are seeking some contract

[PHP] pecl-ssh2 and remote command execution

2007-11-12 Thread Radek Hladik
Hi, I need to run remote command (by ssh), send it some data and receive its output and return value. I could run command like ssh [EMAIL PROTECTED] 'command' via proc_open or something like that. But I've discovered ssh2 pecl-extension and I liked the idea of using ssh directly from PHP.

RE: [PHP] enhanced_list_box

2007-11-12 Thread Instruct ICC
I am using this function enhanced_list_box. This works fine. Except the return value is None. How is it possible for it to return a proper value. It reads a list from a data base. while $row is valid you do stuff. then when $row is invalid, you return it. But maybe you knew that. To

[PHP] Scrape?

2007-11-12 Thread tedd
Hi gang: I have a Google Analytics account covering one of my web sites and I was wondering if it's possible to extract data from it? If it can be done, then how would one do it? Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General

[PHP] Creating ZIP-File with password

2007-11-12 Thread Sebastian Hopfe
Dear PHP-Friends, normaly its my job to find solutions about problems around PHP. Now, i have a problem, that seems to be unsolved in PHP. Actually i create some zip-files and this works fine. $zip = new ZipArchive(); $zip-open(./foo.zip, ZIPARCHIVE::CREATE); $dir = scandir (doc/);

Re: [PHP] Creating ZIP-File with password

2007-11-12 Thread Per Jessen
Sebastian Hopfe wrote: Now, the ZIP-files must be protect. There a important files included. Each site and forum seems to have no solution about this problem. Now, I need a solution or a workarround. Are the some people, who have some ideas? You could just use the zip command line utility

Re: [PHP] Scrape?

2007-11-12 Thread Stut
tedd wrote: I have a Google Analytics account covering one of my web sites and I was wondering if it's possible to extract data from it? If it can be done, then how would one do it? Not really PHP-related, but at the top of each page in Analytics there's an Export button. Depending on what

Re: [PHP] PHP Programmers Needed

2007-11-12 Thread mvh
Friends I will not reply to people who are trying to pick a fight. They sent me private mail accusing me of flame This clearly looks like a recruitment advertisement. It is nice if a recruiter gives their credentials first and then ask applicants to send their applications. I never said anything

Re: [PHP] Creating ZIP-File with password

2007-11-12 Thread Sebastian Hopfe
Hmmm... its not possible to use this function, because i can't use the command line. now, i will try to crypt my data bevor i insert them into the zip file. but this needs more performance. i will wait for other comments. I will report my solution. regards Per Jessen [EMAIL PROTECTED]

Re: [PHP] Scrape?

2007-11-12 Thread Daniel Brown
On Nov 12, 2007 12:20 PM, Stut [EMAIL PROTECTED] wrote: tedd wrote: I have a Google Analytics account covering one of my web sites and I was wondering if it's possible to extract data from it? If it can be done, then how would one do it? Not really PHP-related, but at the top of each

Re: [PHP] Scrape?

2007-11-12 Thread Stut
Daniel Brown wrote: On Nov 12, 2007 12:20 PM, Stut [EMAIL PROTECTED] wrote: tedd wrote: I have a Google Analytics account covering one of my web sites and I was wondering if it's possible to extract data from it? If it can be done, then how would one do it? Not really PHP-related, but at the

Re: [PHP] Scrape?

2007-11-12 Thread Daniel Brown
On Nov 12, 2007 12:26 PM, Stut [EMAIL PROTECTED] wrote: Daniel Brown wrote: On Nov 12, 2007 12:20 PM, Stut [EMAIL PROTECTED] wrote: tedd wrote: I have a Google Analytics account covering one of my web sites and I was wondering if it's possible to extract data from it? If it can be

Re: [PHP] Scrape?

2007-11-12 Thread Stut
Daniel Brown wrote: On Nov 12, 2007 12:26 PM, Stut [EMAIL PROTECTED] wrote: Daniel Brown wrote: On Nov 12, 2007 12:20 PM, Stut [EMAIL PROTECTED] wrote: tedd wrote: I have a Google Analytics account covering one of my web sites and I was wondering if it's possible to extract data from it? If

Re: [PHP] Scrape?

2007-11-12 Thread Daniel Brown
On Nov 12, 2007 12:32 PM, Stut [EMAIL PROTECTED] wrote: Daniel Brown wrote: On Nov 12, 2007 12:26 PM, Stut [EMAIL PROTECTED] wrote: Daniel Brown wrote: On Nov 12, 2007 12:20 PM, Stut [EMAIL PROTECTED] wrote: tedd wrote: I have a Google Analytics account covering one of my web sites and

Re: [PHP] How to query google pagerank from PHP

2007-11-12 Thread Wolf
Understandably you have found the code in perl here, but what PHP code have you written and are you stuck on in transmuting to PHP? Wolf mvh [EMAIL PROTECTED] wrote: I found it here http://cpan.uwinnipeg.ca/dist/WWW-Google-PageRank Hemanth www.ValueAds.Biz Stut wrote:

Re: [PHP] Scrape?

2007-11-12 Thread tedd
At 5:26 PM + 11/12/07, Stut wrote: Daniel Brown wrote: On Nov 12, 2007 12:20 PM, Stut [EMAIL PROTECTED] wrote: tedd wrote: I have a Google Analytics account covering one of my web sites and I was wondering if it's possible to extract data from it? If it can be done, then how would one do

[PHP] Which is the best windows IDE for PHP ?

2007-11-12 Thread mvh
I am using crimson editor for editing now It is the best editor i found. But is it not an IDE. - Hemanth http://www.ValueAds.co.in http://www.ValueAds.co.in http://www.PaidAds.co.in http://www.PaidAds.co.in Bangalore, India Ph: +919844125556 -- View this message in context:

Re: [PHP] Scrape? (Fetch email)

2007-11-12 Thread tedd
I haven't used GA (probably the only web guy left in the world), but if it has an email feature like Stut mentioned, Tedd, you could run it through a piped-to-PHP email-parsing script. That's the idea. I can send the email from Google to a specific email address. Now, how can I get php to

Re: [PHP] PHP ide?

2007-11-12 Thread Lester Caine
Peter Ford wrote: I've tried to use Eclipse PDT, and it's just generally horrible - the All-in-one has no Subversion support and no SSH support for deploying to the server properly. The debugging support worked well on the windows version, but I couldn't get it to work from Linux (with the same

Re: [PHP] Scrape? (Fetch email)

2007-11-12 Thread Daniel Brown
On Nov 12, 2007 12:46 PM, tedd [EMAIL PROTECTED] wrote: I haven't used GA (probably the only web guy left in the world), but if it has an email feature like Stut mentioned, Tedd, you could run it through a piped-to-PHP email-parsing script. That's the idea. I can send the email from

[PHP] Trigger an action on session timeout - feature request?

2007-11-12 Thread Tomas Telensky
Hi, Is there any possibility to trigger an action when the session is inactive for some time? I need to log users' login and logout, and so I need to know about logouts caused by timeout. Neither there seems to be a possibility of a workaround like walking through all my sessions for timeouted

Re: [PHP] Scrape? (Fetch email)

2007-11-12 Thread tedd
At 12:53 PM -0500 11/12/07, Daniel Brown wrote: On Nov 12, 2007 12:46 PM, tedd [EMAIL PROTECTED] wrote: I haven't used GA (probably the only web guy left in the world), but if it has an email feature like Stut mentioned, Tedd, you could run it through a piped-to-PHP email-parsing

RE: [PHP] Trigger an action on session timeout - feature request?

2007-11-12 Thread admin
You could simply validate the user with session_start(); $tbaged = false; if (isset($_SESSION['user_id'])) { $user = new User($_SESSION['user_id']); $tbaged = true; else { $login = $_REQUEST['screename']; $password = $_REQUEST['pword']; $login = clean($login); $password =

Re: [PHP] PHP Programmers Needed

2007-11-12 Thread [EMAIL PROTECTED]
Thanks Daniel and Wolf! I am an entrepreneur who runs a web design/web application development firm and is inundated with work. We are by no means anywhere close to the size Microsoft. I am only posting here as I have been a member of the list since its inception and have found that their are

Re: [PHP] Scrape? (Fetch email)

2007-11-12 Thread Jake
At 12:53 PM -0500 11/12/07, Daniel Brown wrote: On Nov 12, 2007 12:46 PM, tedd [EMAIL PROTECTED] wrote: I haven't used GA (probably the only web guy left in the world), but if it has an email feature like Stut mentioned, Tedd, you could run it through a piped-to-PHP email-parsing

Re: [PHP] Trigger an action on session timeout - feature request?

2007-11-12 Thread Tomas Telensky
Hi, this is obvious and is not related to the problem. I meant something completely different - launch an action when PHP timeouts/destroys particular session. Regardless of whether the user accesses the page or not. (E.g. for the need to close some records in database, but that's not

[PHP] Question about arrays

2007-11-12 Thread Jason Pruim
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 pieces weigh, The page can be seen here:

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] Question about arrays

2007-11-12 Thread Daniel Brown
On Nov 12, 2007 3:59 PM, Jason Pruim [EMAIL PROTECTED] wrote: [snip] echo HTML form method='GET' action='index.php' P/Number of text boxes needed: input type='text' size='5' name='txtNumber' value='{$TextBoxes}' input type='submit'/P /form

Re: [PHP] Trigger an action on session timeout - feature request?

2007-11-12 Thread Jake
Is there any possibility to trigger an action when the session is inactive for some time? I need to log users' login and logout, and so I need to know about logouts caused by timeout. Neither there seems to be a possibility of a workaround like walking through all my sessions for timeouted ones

Re: [PHP] Question about arrays

2007-11-12 Thread Jason Pruim
On Nov 12, 2007, at 4:14 PM, Daniel Brown wrote: On Nov 12, 2007 3:59 PM, Jason Pruim [EMAIL PROTECTED] wrote: [snip] echo HTML form method='GET' action='index.php' P/Number of text boxes needed: input type='text' size='5' name='txtNumber' value='{$TextBoxes}'

[PHP] Re: Scrape? (Fetch email)

2007-11-12 Thread Colin Guthrie
Jake wrote: $buffer = ''; $fp = fopen(php://stdin, r); if ($fp) { while(!feof($fp)) { $buffer .= fgets($fp, 4096); } fclose($fp); } That will get you the data (I think file_get_contents('php://stdin') will also work). Interpreting the mail is a little harder but I think

[PHP] Hello, I have a php/apache question

2007-11-12 Thread Josh McDowell
I just recently installed apache 2.0 on my comp with php 5.2.5 aswell. Apache is working and I am trying to get php to be configured into apache as a module, I put the ini file in the load module so it looks like this: #LoadModule vhost_alias_module modules/mod_vhost_alias.so #LoadModule

[PHP] PHP access of FileMaker data

2007-11-12 Thread Paul Novitski
Can someone please point me to some PHP code or documentation for accessing FileMaker Pro tables with PHP? So far googling Zend and world-wide hasn't found me what I'm seeking. Thanks, Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP access of FileMaker data

2007-11-12 Thread Daniel Brown
On Nov 12, 2007 5:58 PM, Paul Novitski [EMAIL PROTECTED] wrote: Can someone please point me to some PHP code or documentation for accessing FileMaker Pro tables with PHP? So far googling Zend and world-wide hasn't found me what I'm seeking. Thanks, Paul -- PHP General Mailing List

Re: [PHP] multi dimentional array sort need help

2007-11-12 Thread Chris
Jamesas wrote: I have the array by the following. i want to sort the array by name and starlevel.plz help me i am troubled for it. If this is coming from a database it would be easier to get the database to do the sorting instead of trying to do it in php. -- Postgresql php tutorials

[PHP] Printing within functions

2007-11-12 Thread Philip Thompson
Hi. I thought of this when I read the emails about using functions or includes... What are your thoughts about *printing* things from within functions? For example: ?php function printSomething () { echo Something about nothing. ; echo Another something.; } function something () {

[PHP] Fwd: Returned mail: User unknown

2007-11-12 Thread Daniel Brown
Can an admin or mod please force an unsubscribe on [EMAIL PROTECTED]? I've been getting bounces all day, and I'm sure I'm not the only one. Every message I send to the list gives me one of these. Either that or we can just make them exceed their ISP mail cap :D ? $to =

Re: [PHP] Local vs Master Configure values

2007-11-12 Thread tedd
At 6:38 PM -0600 11/9/07, David Giragosian wrote: 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.

Re: [PHP] Printing within functions

2007-11-12 Thread Jake
Obviously, these are over-simplified functions, but you get the point. Nonetheless, do you tend to print things within functions or pass the results back and then print them? I understand it may depend on the current context, but which way do you lean and is one way or the other considered

RE: [PHP] Fwd: Returned mail: User unknown

2007-11-12 Thread admin
PLEASE I have like 50 from it so far. -Original Message- From: Daniel Brown [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 5:31 PM To: php-general List Subject: [PHP] Fwd: Returned mail: User unknown Can an admin or mod please force an unsubscribe on [EMAIL PROTECTED]?

Re: [PHP] Local vs Master Configure values

2007-11-12 Thread Chris
The only question that remains for me is what's the difference between Local and Master Configure values in php_info? Why two? The 'master' value is straight from php.ini or the httpd.conf settings (eg httpd.conf sets the open_basedir restrictions). The 'local' value is after .htaccess

Re: [PHP] web page download question

2007-11-12 Thread Chris
David Calkins wrote: I'm attempting to scrape a web page to pull out some pertinent info. The URL looks similar to the below. http://www.someserver.com/user-info.xml?user=myusername If I paste the above into my web browser, the page comes up and displays the information. If I try view

Re: [PHP] web page download question

2007-11-12 Thread David Calkins
Its a big company. They provide the page to help people look up the info, but I don't think I could expect support from them on it. I was thinking it was some standard sort of thing, like maybe the way you issue the HTTP request or some way of decoding an alternate document from the source, etc.

Re: [PHP] pecl-ssh2 and remote command execution

2007-11-12 Thread Chris
Radek Hladik wrote: Hi, I need to run remote command (by ssh), send it some data and receive its output and return value. I could run command like ssh [EMAIL PROTECTED] 'command' via proc_open or something like that. But I've discovered ssh2 pecl-extension and I liked the idea of using ssh

Re: [PHP] Hello, I have a php/apache question

2007-11-12 Thread Chris
Josh McDowell wrote: I just recently installed apache 2.0 on my comp with php 5.2.5 aswell. Apache is working and I am trying to get php to be configured into apache as a module, I put the ini file in the load module so it looks like this: #LoadModule vhost_alias_module

Re: [PHP] web page download question

2007-11-12 Thread Chris
David Calkins wrote: Its a big company. They provide the page to help people look up the info, but I don't think I could expect support from them on it. I was thinking it was some standard sort of thing, like maybe the way you issue the HTTP request or some way of decoding an alternate

Re: [PHP] pecl-ssh2 and remote command execution

2007-11-12 Thread Radek Hladik
Chris napsal(a): Radek Hladik wrote: Hi, I need to run remote command (by ssh), send it some data and receive its output and return value. I could run command like ssh [EMAIL PROTECTED] 'command' via proc_open or something like that. But I've discovered ssh2 pecl-extension and I liked the

[PHP] Re: Printing within functions

2007-11-12 Thread Radek Hladik
Philip Thompson napsal(a): Hi. I thought of this when I read the emails about using functions or includes... What are your thoughts about *printing* things from within functions? For example: ?php function printSomething () { echo Something about nothing. ; echo Another something.; }

RE: [PHP] web page download question

2007-11-12 Thread admin
http://www.catavitch.com The Script I have written actually does that for predefined websites. The content is LIVE pull directly from the website listed. MOST important thing to remember GET PERMISSION to scrape as you call it. I can store the data if I want or dish it up in the example. I can

Re: [PHP] multi dimentional array sort need help

2007-11-12 Thread Jamesas
I am read from XML feed chris smith-9 wrote: Jamesas wrote: I have the array by the following. i want to sort the array by name and starlevel.plz help me i am troubled for it. If this is coming from a database it would be easier to get the database to do the sorting instead of trying

Re: [PHP] Which is the best windows IDE for PHP ?

2007-11-12 Thread mvh
on windows Andrew O.Shadoura wrote: Use vi/vim/gvim if you are familiar with vi/vim keybindings, or pn2 if not :) Both are quite enough to write programs efficiently in almost any language. - Hemanth http://www.ValueAds.co.in http://www.ValueAds.co.in

Re: [PHP] Which is the best windows IDE for PHP ?

2007-11-12 Thread Chris
mvh wrote: on windows Why not? http://www.vim.org/download.php#pc -- Postgresql php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Which is the best windows IDE for PHP ?

2007-11-12 Thread Andrew O. Shadoura
mvh wrote: I am using crimson editor for editing now It is the best editor i found. But is it not an IDE. Use vi/vim/gvim if you are familiar with vi/vim keybindings, or pn2 if not :) Both are quite enough to write programs efficiently in almost any language. -- WBR, Andrew -- PHP

[PHP] Session problem on PHP/Debian

2007-11-12 Thread Riviere Guillaume
Dear all, I have a problem with my PHP session on Debian Etch: When PHP create a session file sess_XXX it create this file without right: ~# ls -l /var/lib/php5/session/sess_* | more -- 1 www-data www-data 0 2007-11-13 06:49

Re: [PHP] Which is the best windows IDE for PHP ?

2007-11-12 Thread David Calkins
TextPad is a great code editor for Windows. http://www.textpad.com/ On Nov 13, 2007 12:10 AM, Andrew O. Shadoura [EMAIL PROTECTED] wrote: mvh wrote: I am using crimson editor for editing now It is the best editor i found. But is it not an IDE. Use vi/vim/gvim if you are familiar with

Re: [PHP] Question about arrays

2007-11-12 Thread Jim Lucas
Jason Pruim 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 pieces weigh, The page can be seen

Re: [PHP] Fwd: Returned mail: User unknown

2007-11-12 Thread Jim Lucas
[EMAIL PROTECTED] wrote: PLEASE I have like 50 from it so far. -Original Message- From: Daniel Brown [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 5:31 PM To: php-general List Subject: [PHP] Fwd: Returned mail: User unknown Can an admin or mod please force an

[PHP] Problem retrieving $_POST values

2007-11-12 Thread Jon Westcot
Hi all: I'm having problems retrieving an array value that should be in a $_POST setting. In fact, I'm having trouble with the code hanging with no warnings or errors whatsoever, so I've got no clue why it's not working. Working code: if(isset($_POST[mls])) {

Re: [PHP] Problem retrieving $_POST values

2007-11-12 Thread Chris
Jon Westcot wrote: Hi all: I'm having problems retrieving an array value that should be in a $_POST setting. In fact, I'm having trouble with the code hanging with no warnings or errors whatsoever, so I've got no clue why it's not working. Working code: if(isset($_POST[mls])) {