Re: [PHP] Little php code - error

2010-04-08 Thread Devendra Jadhav
] http://pastebin.com/xC4pFbfH -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Devendra Jadhav देवेंद्र जाधव

Re: [PHP] How to know which PHP is used by Apache

2010-04-02 Thread Devendra Jadhav
://www.php.net/unsub.php I think I am clear with everything now.. Good.. Thank you very much Nilesh, kevin, Ashley all. -- Devendra Jadhav देवेंद्र जाधव

[PHP] How to know which PHP is used by Apache

2010-04-01 Thread Devendra Jadhav
. Appreciate your thoughts. -- Devendra Jadhav देवेंद्र जाधव

Re: [PHP] How to know which PHP is used by Apache

2010-04-01 Thread Devendra Jadhav
On Thu, Apr 1, 2010 at 6:59 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Thu, 2010-04-01 at 19:00 +0530, Devendra Jadhav wrote: Hi All, In the situation if there are two PHP's installed on the Linux box. How to know which PHP is used by Apache? Another question is do Apache

Re: [PHP] How to know which PHP is used by Apache

2010-04-01 Thread Devendra Jadhav
On Thu, Apr 1, 2010 at 7:13 PM, Teus Benschop teusjanne...@gmail.comwrote: On Thu, 2010-04-01 at 19:07 +0530, Devendra Jadhav wrote: With my case both installation of PHP has version 5.x, so how to know which PHP is being used? Running this page through Apache could do it: ?php

Re: [PHP] How to know which PHP is used by Apache

2010-04-01 Thread Devendra Jadhav
On Thu, Apr 1, 2010 at 7:22 PM, Devendra Jadhav devendra...@gmail.comwrote: On Thu, Apr 1, 2010 at 7:13 PM, Teus Benschop teusjanne...@gmail.comwrote: On Thu, 2010-04-01 at 19:07 +0530, Devendra Jadhav wrote: With my case both installation of PHP has version 5.x, so how to know which PHP

Re: [PHP] how to provide download of files mow in documentroot

2010-03-29 Thread Devendra Jadhav
All we have to decide is what to do with the time that has been given to us http://www.ebhakt.com/ http://fytclub.net/ http://ebhakt.info/ -- Devendra Jadhav देवेंद्र जाधव

Re: [PHP] how to provide download of files mow in documentroot

2010-03-29 Thread Devendra Jadhav
similar to private file downloads provided by drupal' so that the php webserver provides the download and not apache in realtime On Mon, Mar 29, 2010 at 11:43 AM, Devendra Jadhav devendra...@gmail.comwrote: Hey.. Try creating soft link to the destination folder from doc root. I haven't

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread Devendra Jadhav
, visit: http://www.php.net/unsub.php -- Devendra Jadhav देवेंद्र जाधव

Re: [PHP] Mail Function In PHP

2010-03-06 Thread Devendra Jadhav
/) To unsubscribe, visit: http://www.php.net/unsub.php -- Devendra Jadhav देवेंद्र जाधव

[PHP] JQuery issue

2010-02-12 Thread Devendra Jadhav
in error_container everything else should be as it is before (in-front of text boxes) Please help.. -- Devendra Jadhav

Re: [PHP] JQuery issue

2010-02-12 Thread Devendra Jadhav
-- Devendra Jadhav देवेंद्र जाधव

[PHP] weird xml tag

2010-01-14 Thread Devendra Jadhav
simplexml_load_string I am not getting dc:creator in the object as dc:creator is not valid variable name. can someone tell me how to access it? appreciate your help -- Devendra Jadhav देवेंद्र जाधव

Re: [PHP] weird xml tag

2010-01-14 Thread Devendra Jadhav
a...@ashleysheridan.co.ukwrote: On Thu, 2010-01-14 at 18:00 +0530, Devendra Jadhav wrote: Hi All, I am writing module to display recent Wordpress blog posts in drupal. I am taking RSS feeds of blog. I am using simple xml library of PHP to parse xml. Now the problem is I get weird tag in XML. dc:creatorJason Bourne

Re: [PHP] Open source project management tool - PHP

2009-12-17 Thread Devendra Jadhav
General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Devendra Jadhav देवेंद्र जाधव

Re: [PHP] PHP httpd debug question

2009-11-17 Thread Devendra Jadhav
backtrace. I have a question though. There is another httpd instance running on the same host. If I run httpd -X will it interfere with the other httpd process running, or will it be a separate process? Thanks -John -- Devendra Jadhav देवेंद्र जाधव

Re: [PHP] Connect to LDAP

2009-11-08 Thread Devendra Jadhav
true; } else { $msg = Invalid username / password; return false; } Thanks. -- A -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Devendra Jadhav देवेंद्र जाधव

Re: [PHP] Using remote include config file and class in a local file

2009-11-03 Thread Devendra Jadhav
other php classes file) on my local running php script ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Devendra Jadhav

Re: [PHP] Using remote include config file and class in a local file

2009-11-03 Thread Devendra Jadhav
) on my local running php script ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Devendra Jadhav

Re: [PHP] Using remote include config file and class in a local file

2009-11-03 Thread Devendra Jadhav
can link to it and use it at my office, or at my PC at home But I now realize including the php ...will just return a blank page so its not like doing a include(/config.php) when its local Anyway to do this ? 2009/11/3 Devendra Jadhav devendra...@gmail.com: You are including

Re: [PHP] Using remote include config file and class in a local file

2009-11-03 Thread Devendra Jadhav
No idea about NFS on windows. But you can mount samba share in XP On Tue, Nov 3, 2009 at 3:09 PM, Anton Heuschen anto...@gmail.com wrote: Hmmm yes thats another way of doing it ... Im running a Ubuntu box ..so its quite possible (how will you mount if your on XP?) 2009/11/3 Devendra Jadhav

[PHP] Active Directory LDAP Help

2009-10-06 Thread Devendra Jadhav
are compulsory... different types of objects like users, groups, organizational units and their attributes ... where will i get all this information? Help appreciated. Thank you. -- Devendra Jadhav

Re: [PHP] Active Directory LDAP Help

2009-10-06 Thread Devendra Jadhav
...) Devendra Jadhav wrote: Hi All, I am new to LDAP. I want to create user on AD(Active Directory) I have written script to do same, but I am getting Operations error even I am successfully connected to AD and bounded with correct username, password. Also where will I get all attributes

Re: [PHP] mysql user session handler

2009-09-08 Thread Devendra Jadhav
/) To unsubscribe, visit: http://www.php.net/unsub.php -- Devendra Jadhav

[PHP] Re: [PHP-WIN] Re: [PHP] Problem outputting MySQL Date field

2009-08-31 Thread Devendra Jadhav
() function? Sent from my magic iPhone, Keith Davis 214-906-5183 On Aug 28, 2009, at 7:39 PM, John Meyer johnme...@pueblocomputing.com wrote: Devendra Jadhav wrote: No need to do anything special. It should display date as string. Can you provide little more information or code snippet

Re: [PHP] link to a css file requires .css ???

2009-08-17 Thread Devendra Jadhav
of the spec. You could always use .htaccess rules to parse .css files as .php, this will keep search engines happy and browsers happy as well. -- - Adam Shannon ( http://ashannon.us ) -- Devendra Jadhav

[PHP] Issue with the huge import script

2009-08-15 Thread Devendra Jadhav
is importing same records for more than one time. I am not able to get through this issue Is it because of the size of the records or something else...? Please suggest me some solution which is faster, safe and easy to code :D Thanks in advance -- Devendra Jadhav

Re: [PHP] Sending email w/ attachments

2009-08-11 Thread Devendra Jadhav
://bigskypenguin.com Those of you who believe in telekinesis, raise my hand. -- Kurt Vonnegut -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Devendra Jadhav

Re: [PHP] Doubt regarding session_destroy() in PHP 5

2009-07-21 Thread Devendra Jadhav
website's session variables will get destroyed? Thanks in advance. Regards, Guruprasad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Devendra Jadhav

Re: [PHP] Doubt regarding session_destroy() in PHP 5

2009-07-21 Thread Devendra Jadhav
around this by using MySQL-based sessions. It keeps things nice and separated. Take care, Floyd Will this be causing issues when http://1.a.b and http://2.a.b are the two PHP sites running on the same web server using virtualhosts? Regards, Guruprasad -- Devendra Jadhav