[PHP] PHP uploaded files logs

2009-12-31 Thread Manoj Singh
server as my site is on production. Please help me out. Regards, Manoj

[PHP] PHP excel graph generator

2009-12-30 Thread Manoj Singh
. Thanks in advance. Regards, Manoj

[PHP] SOAP: Return object to client

2009-11-26 Thread Manoj Singh
Hi All, I am implementing the web service through PHP SOAP library. Actually I want to return the object to the client through web service so that client can call all the methods of that object. Please help me out. Regards, Manoj

[PHP] Horizontall scrollbars in pdf

2009-10-09 Thread Manoj Singh
ea of how to show horizontal scrollbars while generating PDF file? Regards, Manoj

[PHP] putenv usage

2009-07-22 Thread Manoj Singh
use putenv in the production environment? Whether the putenv changes the timezone value globally for all request or for the current request only? Please advise. Regards, Manoj

[PHP] Timezone details

2009-07-03 Thread Manoj Singh
Hi All, Is there any function in PHP which will provide me the details of any timezone such as current time, DST, offset etc. Thanks in advance, Manoj

Re: [PHP] textarea new line to mysql database

2009-05-15 Thread Manoj Sterex
@tedd: Its just another way of looking at the things. Putting HTML into the DB is not really wrong (perhaps in this context it is). If you do have HTML in the DB, you can directly echo it out and use CSS to style it accordingly. Just my 2 cents. :) -Sterex On Fri, May 15, 2009 at 8:24 PM, tedd

Re: [PHP] textarea new line to mysql database

2009-05-15 Thread Manoj Sterex
TinyMCE: http://tinymce.moxiecode.com/ -Sterex On Fri, May 15, 2009 at 7:56 PM, Paul M Foster wrote: > On Fri, May 15, 2009 at 07:03:49AM -0700, PHPScriptor wrote: > > > > > Hello, > > > > How do you guys handle this "problem". > > > > Just a form with a textarea. When I use enters in the textar

Re: [PHP] textarea new line to mysql database

2009-05-15 Thread Manoj Sterex
e and when you are editing the text again, it will be properly formatted. You'll also get toolbars for text editing etc., more like your mail compose window right now. :) -Sterex On Fri, May 15, 2009 at 7:56 PM, Robert Cummings wrote: > On Fri, 2009-05-15 at 19:48 +0530, Manoj Sterex wr

Re: [PHP] textarea new line to mysql database

2009-05-15 Thread Manoj Sterex
, PHPScriptor wrote: > > Yes, I thought about that. But then you have a problem when you're going to > 'edit' that data back in a form. Then you get "first linesecond line" > in your textarea. > > > Manoj Sterex wrote: > > > > Well, instead

Re: [PHP] textarea new line to mysql database

2009-05-15 Thread Manoj Sterex
Well, instead of storing the text from the textarea directly into the db, validate it and wrap it with tags (replace \n) and then store it. This way you needn't use nl2br every time you retrieve the text from db. -Sterex On Fri, May 15, 2009 at 7:42 PM, Stuart wrote: > 2009/5/15 PHPScriptor :

[PHP] SMS gateway

2009-05-13 Thread Manoj Singh
Hi All, I need to create the SMS functionality in PHP. Do you have any idea of Open Source SMS gateway which i can use? Thanks, Manoj

[PHP] Server document root change

2009-03-30 Thread Manoj Singh
Hi All, My production server has facing disk full problem. Actually my server has the following drives mounted: /var - 10 GB /home - 200 GB etc... Now i want to change the document root of apache server from /var to /home. Is there any problem if i change this? Please suggest. Regards, Manoj

Re: [PHP] Multithreading in PHP

2009-03-17 Thread Manoj Singh
Hi Sudheer, Can you please put more focus or sample code for the second option which you have suggested "Send the email after you flush the output.". Regards, Manoj On Tue, Mar 17, 2009 at 7:28 PM, Sudheer Satyanarayana < sudhee...@binaryvibes.co.in> wrote: > Manoj Singh

Re: [PHP] Multithreading in PHP

2009-03-17 Thread Manoj Singh
here client has to wait until the page process completed or not. What i want here if possible, after validating the user input server sends the thanks response to the client so that cleint doesn't has to wait, then the server starts the processing. Please suggest if it is possible. Regards,

[PHP] Multithreading in PHP

2009-03-17 Thread Manoj Singh
en start processing so that the client doesn't have to wait for the server response. Please suggest. Regards, Manoj

[PHP] Simplexml encodes output xml

2008-11-05 Thread Manoj Singh
method which can decode these characters. But I want to confirm that whether this method is decoding all characters or i need to use some other method for that? Also if there any parameter in senderxml library which tells this library not to encode the output xml. Any help will be appreciated. Reg

[PHP] PHP to get File Type

2008-10-14 Thread Manoj Singh
Hello All, Is there any function in PHP to get the file/Mime type of any file? Any help will be appreciated. Regards, Manoj Kumar Singh

[PHP] Create DLL of PHP class

2008-10-03 Thread Manoj Singh
Hello All, I have the task to create DLL of PHP class. Please advise how to do it. Regards, Manoj Kumar Singh

[PHP] Prevent execution bad commands

2008-09-27 Thread Manoj Singh
" Is any malicious user can use the search criteria to perform some bad commands in the operating system. If it is then please suggest how to prevent it. Please help me out. Best Regards, Manoj Kumar Singh

[PHP] Task workflow management system

2008-08-08 Thread Manoj Singh
Hi all, I am developing the system where i have to dynamically assigned the tasks to the workers based on certain rules as well as also considering load balance. If you have solved this type of problem or any idea or documentation on how to achieve this, then please help me. Best Regards, Manoj

Re: [PHP] Not found regex

2008-08-04 Thread Manoj Singh
just opposite. Need your help here. RewriteRule .* https://%{HTTP_HOST}/ [L] Hope this helps to understand the problem. Best Regards Manoj Singh On Mon, Aug 4, 2008 at 8:24 PM, Yeti <[EMAIL PROTECTED]> wrote: > $file = '/example/hello.php'; > $info = pathinfo($file); >

[PHP] Not found regex

2008-08-04 Thread Manoj Singh
Regards, Manoj Kumar Singh

[PHP] Optimization of PHP Code

2008-07-18 Thread Manoj Singh
Hello All, I am developing the web site in PHP using MYSQL database. Can you please provide me some tips to write the optimized code. Best Regards, Manoj Kumar Singh

[PHP] fput error

2006-11-27 Thread Manoj Singh
Hello all, I am using ftp function to upload the file in server. But i am getting this error: "The filename, directory name, or volume label syntax is incorrect." Can anyone help me? Thanks & Regards Manoj

[PHP] Directory Structure

2006-09-07 Thread Manoj Singh
Hello all, I am developing a site in which i have to show the directory structure of any server i.e the admin will enter any site name and i have to show the dir structure of that site name. Please help me to fix this. Thanks & Regards Manoj

[PHP] Dynamic Images

2006-08-02 Thread Manoj Singh
code But this code is not working me. Please help me. Regards Manoj -- Manoj Kumar Singh Software Engineer Kalptaru Infotech Ltd Dawa Bazaar Indore (MP) 452001

[PHP] xhtml to pdf conversion

2006-06-21 Thread Manoj Singh
me what should i do for fix this error. Waiting for positive reply. Thankx & Regards -- Manoj Kumar Singh Software Engineer Kalptaru Infotech Ltd Dawa Bazaar Indore (MP) 452001

[PHP] Differentiating between POST from an application or browser

2006-06-09 Thread Manoj
Hello, In our product, we use PHP for webservices that is inbuilt in the app. Basically, the tool calls the PHP over which is hosted over internet and communicates using XML. We send the data as raw post and in the PHP we get it as: $xmlrcvd = file_get_contents(“php://”); Now if the user

Re: [PHP] Creating PDF from a Image

2005-11-07 Thread Manoj Kr. Sheoran
y uing php). Secondly, My motive is to create Press optimized pdf file rather than simple pdf file. Thanks for help and looking for suggestion. Regards, Manoj - Original Message - From: "Jens Schulze" <[EMAIL PROTECTED]> To: Sent: Monday, November 07, 2005 8:14 PM Subject: Re:

Re: [PHP] Creating PDF from a Image

2005-11-07 Thread Manoj Kr. Sheoran
help me to convert PNG to JPEG and then create PDF to that. Thanks.. Regards, Manoj - Original Message - From: "Pranav Negandhi" <[EMAIL PROTECTED]> To: Sent: Monday, November 07, 2005 2:48 PM Subject: Re: [PHP] Creating PDF from a Image > You're sure to find

Re: [PHP] Creating PDF from a Image

2005-11-07 Thread Manoj Kr. Sheoran
Dear Pranav, Thanks! I would like to do something like this: ABC.PNG --> (CONVERT USING ANY PHP LIBRARY)->ABC.PDF abc.pdf should be Press optimized pdf. Press optimized is the somewhat high level of pdf format. Your suggestions are hightly appreciated. Thanks &Regards, Manoj

[PHP] Creating PDF from a Image

2005-11-07 Thread Manoj Kr. Sheoran
Hi All, To create fdf with text info is very simple but I am wondering how to convert a PNG image into pdf file? Any suggestion? Regards, Manoj

Re: [PHP] if then else short form

2005-01-21 Thread Manoj
language tutorial (basic)... >if ( a=b ) ? a=1 ; a=2; a = a==b ? 1 : 2 ; Cheer, Manoj Kr. Sheoran Software Engg. Daffodil Software Ltd. web: www.daffodildb.com INDIA On Fri, 2005-01-21 at 17:31, Ben Edwards wrote: > I seem to remember seing someone use a abreaviated form of

RE: [PHP] From Poland

2005-01-09 Thread Manoj Kumar
What the mean to spend time of a group for this type of off topics. --mksheoran -Original Message- From: Ewa Rubach Wardawy [mailto:[EMAIL PROTECTED] Sent: Saturday, January 08, 2005 11:59 PM To: php-general@lists.php.net Subject: [PHP] From Poland Dear Greg! This is Jarek.Wardaw

RE: [PHP] Mysql Connect Help

2004-11-21 Thread Manoj Kumar
You should enable php_mysql module in your php.ini file. -- Manoj Kr. Sheoran -Original Message- From: Nathan Mealey [mailto:[EMAIL PROTECTED] Sent: Sunday, November 21, 2004 10:56 PM To: [EMAIL PROTECTED] Subject: [PHP] Mysql Connect Help A seemingly simple problem, still

[PHP] Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0

2004-11-20 Thread Manoj Kumar
Hi folks , What is the case of following warning ... Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0 -- Manoj Kr. Sheoran www.daffodildb.com http://www.daffodildb.com>

[PHP] ERP - CRM implemented in PHP

2004-11-19 Thread Manoj Kumar
Hi folks, Would you please suggest me the name of ERP - CRM software solely implemented in PHP . -- Manoj Kr. Sheoran

[PHP] Re. [PHP] mysql networking ?

2004-11-08 Thread Manoj Kumar
Hi its a php mailing list ? Okey . -- Manoj Kr. Sheoran "Aalee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi guys, > I have a small home network working with just 4 computers (PC's on WinXP > Pro) connected through a switch just using the

Re: [PHP] mysql_connect

2004-11-04 Thread Manoj Kr. Sheoran
Hi Ben , $connection = mysql_connect$host,$user,$password); if(!$connection) echo echo mysql_error(); After checking error msg . I can help you --Mannoj Kr. Sheoran - Original Message - From: "Ben Miller" <[EMAIL PROTECTED]> To: "php

Re: [PHP] JDBC Driver for MySQL

2004-09-12 Thread Manoj Nahar
see this link http://dev.mysql.com/downloads/connector/j/3.0.html official mysql jdbc driver. PS. Give google a chance. On Sun, 12 Sep 2004 15:52:12 +0200, Daniel Schierbeck <[EMAIL PROTECTED]> wrote: > I'm sorry if this is off-topic, but i figured this was the best place to > ask: > > I've b

[PHP] Completing dream of connect with Java RDBMS with php

2004-09-04 Thread Manoj Kumar
ee to developers with php source. Can anybody suggest me. Reagards, Manoj Kr. Sheoran Software Engg. SCO-42 ,3rd Floor OJC, Civil Lines Gurgoan (HARYANA) INDIA mailto: [EMAIL PROTECTED] www.daffodildb.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] Good news for each develper

2004-09-04 Thread Manoj Kumar
ee to developers with php source. Can anybody suggest me. Reagards, Manoj Kr. Sheoran Software Engg. SCO-42 ,3rd Floor OJC, Civil Lines Gurgoan (HARYANA) INDIA mailto: [EMAIL PROTECTED] www.daffodildb.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] Goosebump ? ? New feature / implementaion in PHP

2004-09-04 Thread Manoj Kumar
ee to developers with php source. Can anybody suggest me. Reagards, Manoj Kr. Sheoran Software Engg. SCO-42 ,3rd Floor OJC, Civil Lines Gurgoan (HARYANA) INDIA mailto: [EMAIL PROTECTED] www.daffodildb.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] Hi friends Plz give suggestion ..

2004-09-04 Thread Manoj Kumar
ee to developers with php source. Can anybody suggest me. Reagards, Manoj Kr. Sheoran Software Engg. SCO-42 ,3rd Floor OJC, Civil Lines Gurgoan (HARYANA) INDIA mailto: [EMAIL PROTECTED] www.daffodildb.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] New module Entry issue ..

2004-09-04 Thread Manoj Kumar
ee to developers with php source. Can anybody suggest me. Reagards, Manoj Kr. Sheoran Software Engg. SCO-42 ,3rd Floor OJC, Civil Lines Gurgoan (HARYANA) INDIA mailto: [EMAIL PROTECTED] www.daffodildb.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] Support issue ...

2004-09-04 Thread Manoj Kumar
ee to developers with php source. Can anybody suggest me. Reagards, Manoj Kr. Sheoran Software Engg. SCO-42 ,3rd Floor OJC, Civil Lines Gurgoan (HARYANA) INDIA mailto: [EMAIL PROTECTED] www.daffodildb.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] Would you help me ?

2004-09-04 Thread Manoj Kumar
hi developers, Could anybody tell me How to include a datbase extention module in hp source , so that will be available with php source. What is procedure to include it on php source ..It's very urget , plz suggest me.. Reagards, Manoj Kr. Sheoran www.daffodildb.com --

[PHP] No support for DBX module ?

2004-09-04 Thread Manoj Kumar
hi developers, Could anybody tell me How to include a datbase extention module in hp source , so that will be available with php source. What is procedure to include it on php source ..It's very urget , plz suggest me.. Reagards, Manoj Kr. Sheoran www.daffodildb.com --

[PHP] No support for DBX module ?

2004-09-04 Thread Manoj Kumar
hi developers, Could anybody tell me How to include a datbase extention module in hp source , so that will be available with php source. What is procedure to include it on php source ..It's very urget , plz suggest me.. Reagards, Manoj Kr. Sheoran www.daffodildb.com --

[PHP] No support for DBX module ?

2004-09-04 Thread Manoj Kumar
hi developers, Could anybody tell me How to include a datbase extention module in hp source , so that will be available with php source. What is procedure to include it on php source ..It's very urget , plz suggest me.. Reagards, Manoj Kr. Sheoran www.daffodildb.com --

[PHP] How to include a datbase extention module in php source ??

2004-09-04 Thread Manoj Kumar
hi everybody, Could anybody tell me How to include a datbase extention module in php source , so that will be available with php source. What is procedure to include it on php source ..It's very urget , plz suggest me.. Reagards, Manoj Kr. Sheoran www.daffodildb.xom --

Re: [PHP] Hire a developer

2004-08-29 Thread Manoj Nahar
great stuff john On Sun, 29 Aug 2004 11:52:16 -0700, Ed Lazor <[EMAIL PROTECTED]> wrote: > > -Original Message- > > joshua wrote: > > > > > If you wish to have more > > > information on this project, please contact me off-list: > > > joshua$abbott[at]crystalstream[dot]net > > > > > > repla

[PHP] List mail going to spam in gmail

2004-07-18 Thread Manoj Nahar
Most of the mails from php-general is going is marked as spam. is anyone else experiencing the same? Manoj -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] connecting remote host ..

2004-06-14 Thread Manoj Nahar
Hi Gowthaman, For mysql to allow remove connecivity u have to make entry in mysql database in tables db, user and host giving the IP of remote PC from which u want to connect and username and password then reload the database and It will all work Manoj On 14 Jun 2004 10:25:48 +0530, gowthaman

Re: [PHP] strange!

2003-12-17 Thread manoj nahar
Change this line if($dowork) { to if($_POST[dowork]) { it should work the. In your php.ini the variable register_gloabal seem to be off. Manoj Nahar Tom Holton wrote: Hello everyone, I looked through the FAQs and documentation and I cannot find this anywhere: We have a new Redhat server

[PHP] Handling Database errors in php

2003-12-05 Thread manoj nahar
) What is the best approach to be followed for this scenario.? what if there are several constrains defined on a table? cheers Manoj -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP should know my data!

2003-07-25 Thread manoj nahar
and much needed function debug_and_test_all_my_code(); Jay Blanchard wrote: [snip] Quit horsing around fellas, what if the developers take interest in this thread and decide it's a good idea to release PHP6 with cranial electrodes that will detect "what I want to do", and instead of me having to

Re: [PHP] Get the current file name

2003-07-25 Thread manoj nahar
u can try $filename=$_SERVER[SCRIPT_NAME]; Manoj Shaun wrote: Hi, due to a current PHP upgrade i am unable to use the following code to get the filename of the page: $s = getenv('SCRIPT_NAME'); I need to get the filename without any avariables attached. For example if

[PHP] Reports with PHP Mysql

2003-03-03 Thread Manoj Nahar
Hi there, Any class or libraries for generating, formatting reports with PHP Mysql? Manoj --- Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] PEAR with php 4.2.3 on Apache 1.3.27 on WinXP

2003-02-13 Thread Manoj Nahar
idea. it does not give any errors and it does not show any records too. just throws blank page on my face. what could be the reason for this indifference. any pointers? cheers Manoj --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version

[PHP] Postnuke --- Meta keywords and title different for all the pages...

2002-11-28 Thread Manoj Nahar
Hi there, I would like to know has anybody being able to do this. Each page has its own meta keywords and title. I have searched lot of information about it but no luck. any help or pointer with this would be greatly appreciated. Manoj -- PHP General Mailing List (http://www.php.net/) To

[PHP] inserting into MCIS Ldap....!!

2001-05-14 Thread Manoj Mishra
.? Thanks.! Manoj