Re: [PHP] about PHP's filter_var function

2012-09-20 Thread Vikash Kumar
You can use regex to check the format: /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/ You can also explode $ip on . and check if every part is numeric and less than 255. On 20 September 2012 14:44, lx lxlenovos...@gmail.com wrote: Hello: I want to use filter_var function by this way:

Re: [PHP] Coding Web search engine in PHP

2012-08-06 Thread Vikash Kumar
On 6 August 2012 19:54, Ansry User 01 yrsna.res...@gmail.com wrote: We are trying to code a very simple and customized search engine for internal purposes. Please suggest if the PHP is the way to go or suggest the alternatives?? It would be great if you can lead us to the links which would

Re: [PHP] Too many arrays! My head is exploding!

2012-05-29 Thread Vikash Kumar
On 29 May 2012 18:15, Gary listgj-phpgene...@yahoo.co.uk wrote: Okay, let's assume I have three things, A, B, and C. I need to produce an array with a list of all possible combinations of them, however many there might be in those combinations: e.g. A, B, C, D, AB, AC, AD, BC, ABC (not sure

Re: [PHP] url string being split

2012-04-26 Thread Vikash Kumar
On 26 April 2012 22:27, Chris Stinemetz chrisstinem...@gmail.com wrote: Hello list, I'm trying to pass a query string through $_GET but for some reason the array is being split on ''. How may I avoid this so it stays intacted? user selection portion: while($storerow =

Re: [PHP] how to execute Exe file in system

2012-02-17 Thread Vikash Kumar
backtick operator ( http://www.php.net/manual/en/language.operators.execution.php) works like shell_exec() On 17 February 2012 18:00, Negin Nickparsa nickpa...@gmail.com wrote: stuart $out = `$cmd`; what it will do? what is `? I didn't ever seen it

[PHP] I am trying to install PHP on a Windows box, but the PHPINFO page does not load up. Where could I be going wrong?

2010-11-18 Thread Kirti Kumar
I am trying to install PHP on a Windows box, but the PHPINFO page does not load up. Where could I be going wrong?

[PHP] Fw: Dbase database - reg

2010-10-22 Thread kumar
22.10.2010 Dear sir Please help me the following code and how to rectify the same . ?php $filename='mas1.dbf'; $db = dbase_open($filename, 0); ? Fatal error: Call to undefined function: dbase_open() please help me sir, regards Kumar . L SLST / ARNI / Tamilnadu / India

[PHP] Regular Expression to get the whole Comma Separated String in Array Key

2010-06-30 Thread Gaurav Kumar
any other method to get comma separated string from the master/base string. Thanks, Gaurav Kumar

[PHP] Re: Regular Expression to get the whole Comma Separated String in Array Key

2010-06-30 Thread Gaurav Kumar
Hey Richard, Thanks!!! You have resolved my problem.. GK On Wed, Jun 30, 2010 at 7:42 PM, Gaurav Kumar kumargauravjuke...@gmail.comwrote: Hi All, Need help in resolving the below problem- I would like to get the whole comma separated string into an array value- 1. $postText = chapters

Re: [PHP] Character Encoding for em-dash

2010-06-30 Thread Gaurav Kumar
:03 PM +0530 6/17/10, Gaurav Kumar wrote: Hi All, My client has a database (Sybase) in which a table column URL contains a string like- http://www.pjonline.com/cpd/nutrition_ _drugnutrient_interactions The box like un-recognized character is emdash. I need to display the data on the web lets

Re: [PHP] Quick session question

2010-06-24 Thread Gaurav Kumar
session_start() in index.php or common header include file. This session_save_path() should be declared on every file on the top. Try the above and let me know if it works. Thanks, Gaurav Kumar http://blog.OsWebStudio.Com On Thu, Jun 24, 2010 at 7:54 PM, Danny dannydeb...@gmail.com wrote: Hi guys

[PHP] Character Encoding for em-dash

2010-06-17 Thread Gaurav Kumar
-roman8! I want the string to look like- http://www.pjonline.com/cpd/nutrition_-- _prescribing_parenteral_nutrition.html Any help? Thanks, Gaurav Kumar

[PHP] SMTP Local development to Send email in PHP; Windows Platform/ XP with no IIS

2010-01-15 Thread Gaurav Kumar
providing the SMTP server details in php.ini will not work for me as this requires authentication/credentials etc.. Thanks, Gaurav Kumar blog.oswebstudio.com

Re: [PHP] SMTP Local development to Send email in PHP; Windows Platform/ XP with no IIS

2010-01-15 Thread Gaurav Kumar
Sorry Kim, don't want to use phpmailer script or manually setting user accounts u/p in the script. On Fri, Jan 15, 2010 at 5:23 PM, Kim Madsen php@emax.dk wrote: Hi Gaurav Gaurav Kumar wrote on 15/01/2010 09:54: NO SMTP Any trusted SMTP software to install on local development

Re: [PHP] SMTP Local development to Send email in PHP; Windows Platform/ XP with no IIS

2010-01-15 Thread Gaurav Kumar
://php.net/manual/en/ref.mail.php http://glob.com.au/sendmail/ Thanks, Gaurav Kumar blog.oswebstudio.com On Fri, Jan 15, 2010 at 6:21 PM, Richard Quadling rquadl...@googlemail.comwrote: 2010/1/15 vikash.i...@gmail.com: You can install any smtp server on your windows machine and the mail

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

2009-12-18 Thread Gaurav Kumar
OK one more the list http://dotproject.net/ Its a nice one with all project management features. Easy to use. Just checkout the website. Gaurav Kumar blog.oswebstudio.com On Fri, Dec 18, 2009 at 12:16 AM, Robert Cummings rob...@interjinn.comwrote: Angelo Zanetti wrote: Hi guys I would like

Re: [PHP] file_get_contents ($file) works -- file_get_contents ($url) returns false

2009-12-14 Thread Gaurav Kumar
Sorry buddy, I cant think of anything else which is going on wrong. 2009/12/14 René Fournier m...@renefournier.com PHP Version 5.3.0 Directive Local Value Master Value allow_call_time_pass_reference Off Off allow_url_fopen On On 2009-12-14, at 12:26 AM, Gaurav Kumar wrote: What

Re: [PHP] file_get_contents ($file) works -- file_get_contents ($url) returns false

2009-12-13 Thread Gaurav Kumar
://www.google.co.in;); // http://www.google.com curl_setopt($ch, CURLOPT_HEADER, 0); // grab URL and pass it to the browser curl_exec($ch); // close cURL resource, and free up system resources curl_close($ch); ? Thanks, Gaurav Kumar 2009/12/13 René Fournier m...@renefournier.com The thing

Re: [PHP] file_get_contents ($file) works -- file_get_contents ($url) returns false

2009-12-13 Thread Gaurav Kumar
-12-13, at 4:39 PM, Gaurav Kumar wrote: Ok Agreed. Lets do one last chance to ensure that your system is allowing external connections or connection to other systems in the network- Use Curl to get in the file contents. Check your PHP that Curl is enabled. Through phpinfo(); If the script

Re: [PHP] file_get_contents ($file) works -- file_get_contents ($url) returns false

2009-12-12 Thread Gaurav Kumar
installed etc.. this can be the only reason. Something is stopping you to access external connection. Let me know when your problem is fixed. Also I tried the below code and it works fine- ?php $str = file_get_contents ('http://www.google.com'); echo $str; ? Thanks, Gaurav Kumar 2009/12/11

Re: [PHP] file_get_contents ($file) works -- file_get_contents ($url) returns false

2009-12-10 Thread Gaurav Kumar
Kumar blog.oswebstudio.com On Thu, Dec 10, 2009 at 9:01 PM, René Fournier m...@renefournier.com wrote: I thought error_reporting would display them, but I guess php.ini had them suppressed. Anyway, with: ?php error_reporting(-1); ini_set('display_errors', 1); set_time_limit(0

Re: [PHP] Upload dir

2009-12-10 Thread Gaurav Kumar
path is correct while you set the directory. More information on how to use ini_set to set the directory path- try googling... Gaurav Kumar blog.oswebstudio.com On Fri, Dec 11, 2009 at 10:59 AM, kranthi kranthi...@gmail.com wrote: How can i change the temporary upload directory? var_dump

Re: [PHP] Force-Saving an Audio File

2009-12-09 Thread Gaurav Kumar
= file_get_contents(' http://www.example.com/audio/file.mp3', false, $context); Hope this helps. Gaurav Kumar Blog.OsWebStudio.com On Wed, Dec 9, 2009 at 8:06 AM, c...@hosting4days.com c...@hosting4days.com wrote: Hi folks, I'm trying to force save .mp3 files so this is a test page (found

Re: [PHP] Correct handling _POST[] and implode. PHP5

2009-10-09 Thread Gaurav Kumar
Its Simple... Its very obvious that $_POST[color] is not an array. do something like this and you wil get the values. $arr_color = $_POST[colors]; //iterate over the array foreach($arr_color as $val) { $str_color .= , . $val; } You are done. Gaurav Kumar Teach Lead Open Source

Re: [PHP] Apache Rewrite Issues

2009-10-08 Thread Gaurav Kumar
. This will preserve the query string variable as Test Story and not as just Test; even if there are spaces in the variable. Gaurav Kumar Tech Lead Open Source Solutions On Wed, Oct 7, 2009 at 4:22 PM, Russell Seymour russell.seym...@turtlesystems.co.uk wrote: Morning, I am trying to make my

Re: [PHP] avoid Denial of Service

2009-10-08 Thread Gaurav Kumar
Not sure what exactly you are looking for. Anyways, some common practice are request for API key, username / password tokens before providing access to a service. Thanks, Gaurav Kumar On Thu, Oct 8, 2009 at 7:06 PM, Gerardo Benitez gerardobeni...@gmail.comwrote: Hi everybody! I want

RE: [PHP] Native support to MS SQL Server

2009-10-08 Thread Rakesh Kumar
Yes correct it will work on old version -Original Message- From: Raymond Irving [mailto:xwis...@yahoo.com] Sent: Friday, October 09, 2009 9:56 AM To: php-general@lists.php.net Subject: [PHP] Native support to MS SQL Server Hello, Will we ever see drivers for MS SQL Server in PHP5? I

[PHP] Best Practice to Create Dynamic URL's- With Username

2009-09-21 Thread Gaurav Kumar
/kumargauravmail (this is my profile page). So what should be the best practice to create such DYNAMIC URL's OR what kind of methodology youtube is following? Thanks in Advance. Gaurav Kumar OSWebstudio.com

Re: [PHP] Best Practice to Create Dynamic URL's- With Username

2009-09-21 Thread Gaurav Kumar
=usernameSo what exactly will be the .htaccess rule for above? Thanks, Gaurav Kumar OSWebstudio.Com On Mon, Sep 21, 2009 at 1:26 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Mon, 2009-09-21 at 13:24 +0530, Gaurav Kumar wrote: Hi All, I am creating a social networking website. I

Re: [PHP] Best Practice to Create Dynamic URL's- With Username

2009-09-21 Thread Gaurav Kumar
I totally agree with this architecture. You are correct, I am just in the starting phase of the project and in fact still need to define the architecture in detail. Now the question I asked in my last reply is still to be answered? Gaurav Kumar OSWebstudio.Com On Mon, Sep 21, 2009 at 3:06 PM

Re: [PHP] Best Practice to Create Dynamic URL's- With Username

2009-09-21 Thread Gaurav Kumar
Thanks Ashley and all the folks out there... On Mon, Sep 21, 2009 at 3:25 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Mon, 2009-09-21 at 15:20 +0530, Gaurav Kumar wrote: I totally agree with this architecture. You are correct, I am just in the starting phase of the project

Re: [PHP] best function to use ~ file_get_contents or ?

2009-09-16 Thread Gaurav Kumar
There is no best function as such. Everything depends upon your requirement. You can also use fopen() to get the contents of the remote file and do some error handling that if you get any content then display image else a message etc.. Gaurav Kumar (Team Lead- open source) oswebstudio.com

[PHP] Application support both chinese and english lang

2007-05-13 Thread suresh kumar
Hi, I am developing one application using PHP and MySQL.Right now my application supports English language.i like to integrate chinese language in my application.i like to implement similar to this website. http://www.dynasign.net.cn/dynasign/login.do 'Language'

[PHP] php can do this

2007-05-13 Thread suresh kumar
Hi, I want to know whether its possible to implement this functionality in PHP and MySQL.. I will allow web users to download one .bat file from my Application. This .bat contains something like this 'c:\\program files\Internet Explorer\iexplore.exe'

[PHP] unicode help

2007-05-08 Thread suresh kumar
Hi, Right now my application supports 'English' Language version,i like to integrate 'chinnese' language in my application.My Application is running from PHP and mysql.I don't have any idea regarding this unicode implementation.whether we can implement using javascript or PHP.I am

[PHP] Mysql_free_result() doubt

2006-09-26 Thread suresh kumar
Hi to all, I am little bit confused to use the mysql_free_result($result) function.because i searched google - they told dont use this function to php 4.X and also it says clearly When you are done with a result set, you must free the memory it uses by calling

[PHP] mail() help

2006-09-12 Thread suresh kumar
: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 suresh kumar wrote: Hi to all, i am having one doubt regarding php mail function.i am using php mail() function to send mail to the users.but when i send mail throught php its going to the users bulk folder but not to the user inbox.i dont know

[PHP] mail() help

2006-09-11 Thread suresh kumar
Hi to all, i am having one doubt regarding php mail function.i am using php mail() function to send mail to the users.but when i send mail throught php its going to the users bulk folder but not to the user inbox.i dont know the reason. Is there any setting that is

[PHP] doubt - session file size

2006-07-19 Thread suresh kumar
Hi, I am having one doubt,i am using session variable for storing details.but i am afraid if there is around 1 users,wherether session will be able to store all the datas of 1 users,as i know abt session is that a temporary file will be created in /tmp directory with session id

Re: [PHP] Software shopping cart

2006-07-10 Thread Ma Siva Kumar
On Mon July 10 2006 2:59 pm, Ryan A wrote: Hey all, While on the subject of shopping carts, (and i didnt want to hijack the other thread) can anybody recommend a shopping cart that sells ( or: to sell) software rather than material goods? Hi Ryan OS Commerce does all that you are asking

[PHP] image upload problem

2006-06-29 Thread suresh kumar
Hi, This is the code i am using for image upload. if ($_FILES['ufile']['name'] != NULL) { $FlName= $_FILES['ufile']['name']; if(!is_uploaded_file($_FILES['ufile']['tmp_name'])){ print Script type=\text/javascript\ alert(\Error! The expected file wasn't

[PHP] login problem

2006-06-23 Thread suresh kumar
Hi, I am facing one problem.i previously mailed ,but there is no response,its running out of time.i want to implement that logic as soon as possible.This is my problem We are developing an online software for displaying ads in big mall.I want to restrict only one user

[PHP] User Login Problem

2006-06-20 Thread suresh kumar
Hi, I am facing one problem in my project.i want to restrict more than one user login in the same account .Is there any functions available to check r we can implement using session. A.suresh

[PHP] calling JS function from php

2006-05-25 Thread suresh kumar
I am facing one problem in my project.I am trying to call a javascript function from php.but it not executing.this is my code. function clientTime() { var cNow = new Date(); var cHour = cNow.getHours(); var cMin = cNow.getMinutes(); var hour= cHour +

[PHP] file permission error

2006-05-22 Thread suresh kumar
Hi, I am facing one problem in my project.I am uploading an image .its get storing in DB.i am storing images in /tmp folder as file.while i am retrieving a image its displaying file permission error.fopen() could not open socket.file permission error.

[PHP] IPN error

2006-04-29 Thread suresh kumar
Hi, I am new to this IPN (instant payment notification.I am working for past 6 hours.I am using this IPN to store payment details in our database. when user clicks the paypal button in my page.it will take to paypal.com website.after user completes the payments.It will send the payment

Re: [PHP] list noise [WAS: How to find img tag and get src of image]

2006-04-25 Thread Ma Siva Kumar
. Best regards, Ma Sivakumar -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, IT Solutions for Leather Industry, Chennai - 600087 Tel : +91 44 55191757 -- PHP General Mailing List (http

[PHP] unique array problem

2006-04-22 Thread suresh kumar
I am facing one project in my project . this is my code: a=array(0=10,1=10,2=20,3=30,4=30,5=40); b=array(); b=array_unique($a); print_r($b); o/p getting from above code is b[0]=10,b[2]=20,b[3]=30,b[5]=40; but i want the o/p be b[0]=10,b[1]=20,b[2]=30,b[3]=40; i

[PHP] array problem

2006-04-22 Thread suresh kumar
sorry.earlier i mistyped some values. I am facing one project in my project . this is my code: a=array(0=10,1=10,2=40,3=30,4=30,5=10); b=array(); b=array_unique($a); print_r($b); o/p getting from above code is b[0]=10,b[2]=40,b[3]=30,b[5]=10; but i want the

[PHP] unicode

2006-04-14 Thread suresh kumar
Hi to all, we completed one module of our project in English language.but our client asked to do it in chinesse language also.I dont have any idea regarding this.whether we have to download any chinesse fonts or is there any tutorials available for this purpose.or project is in

[PHP] page expire error

2006-03-27 Thread suresh kumar
Hai, i am facing one problem in my project.I am using 2 pages for search operation. In Search page 1: i am having 3 fields say Company name,state,country. when user enters search key in their corresponding field and press submit button. search result will be displayed

[PHP] session_cache_expire()

2006-03-16 Thread suresh kumar
I searched php.net/session and weberdev website and implemented session_cache_limiter() and session_cache_expire() function.but i am not getting the output what i want.i spend whole day on searching.any one give the solution for my problem in windows,if user idle for 1 minute,his desktop screen

[PHP] string to integer conversion

2006-03-15 Thread suresh kumar
i am facing one problem in type casting. $accno=2927; $accno=$accno+1; its o/p is 2928. but i want output to be 2928.i am waiting response from u. __ Yahoo! India Matrimony: Find your partner now. Go to

[PHP] to check idle time of users

2006-03-15 Thread suresh kumar
in windows,if user idle for 1 minute,his desktop screen is changed to screen saver.i like to implement the same logic in my project if user is idle for 3 minutes its session will have to automatically destroy.i am waiting for or response.

[PHP] session register()

2006-03-11 Thread suresh kumar
i am facing two problems in my project. 1) whether i can store variable as session variable inside javascript function 2)Is there any function available to calculate idle time of user . i am waiting for reply from u

[PHP] session handling

2006-03-09 Thread suresh kumar
i am having one problem in session handling. I am having 2 files,login page and hame page. when user enterd user name and password in login page .i used session to store the user id .in my second home page.i retrieve the user id.now i want the user id to be availble in my thrid page.plz help

[PHP] encrypt and decrypt in php

2006-03-07 Thread suresh kumar
I searched google,weberdev and php.net sites. i implemented the 2 encrypt and decrypt functions mcrypt_encrypt(),mcrypt_decrypt() and mcrypt_ecb() functions.but it not working properly.i dont need more complicated encrypt and decrypt functionality.just i want to encrypt my user id when i pass

[PHP] doubt regarding link

2006-02-25 Thread suresh kumar
i am having back to home link ,by default its status is 0 in mail table database .when any user click the back to home link.i want to change status =1 in user table.is there any possible to call php function in javascript.i am using javascript onclick function.but javascript is not support

[PHP] doubt in mail function

2006-02-13 Thread suresh kumar
hello everybody, i am having one doubt in sending mail in php.in my company our mail server is in windows,but my php code for mail function in linux,i set the code as if(@mail('[EMAIL PROTECTED]','hi suresh','this is test','From:[EMAIL PROTECTED]')): both from and to

[PHP] doubt in mail() in php

2006-02-13 Thread suresh kumar
this is my code if(@mail('[EMAIL PROTECTED]','subject','hai this is the test','[EMAIL PROTECTED]')): print mail sent succesfully; else: print mail can send; endif; i dont know whether there is any problem with my coding or server problem.both from and

[PHP] static variable declaration

2006-02-09 Thread suresh kumar
hello everybody, I am having one doubt in static variable declaration,whether static variable works only with in the function if that function is called more than one times.this is my code facind problem. STATIC $m=0; if($m==0): $m=$m+1; print a

[PHP] static variables

2006-02-09 Thread suresh kumar
hai everbody i am facing a problem with static variable. i declared $count=0 as Static variable,when i click the link specified in anchor tag my page is refreshed again and static variable lose its value and assigned with 0.i want the logic code say my stsic variable will not lose

[PHP] global variable declaration

2006-02-08 Thread suresh kumar
hai, this is my sample code: i am having user table with SponsorID as one field in mysql database,this is my query; for($j=0;$j5;$j++): $result=mysql_query(select * from user where SponsorID='$id[$j]' ); endfor; in above code when i

[PHP] variables in PHP

2006-02-02 Thread suresh kumar
hi, In my project i assigned name of the text field as 'loginform'.but i got error msg like 'Undefined variable' then i changed the name as 'hiddenfield' but same error.any one having idea reply me. A.suresh

[PHP] query regard forms in PHP

2006-01-29 Thread suresh kumar
hai, i am having 3 files,namely page1,page2 and page3,when i enter username and password in my first page i want 2 display my username and password in my third page through second page. A.suresh

[PHP] query regarding forms

2006-01-28 Thread suresh kumar
hi, i am having 3 files Login.php,home.php and home1.php when i entered username and passwd in my first login page i want want i entered as username and passwd in my third page ie home1.php. A.suresh

[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.

[PHP] help me plz

2006-01-18 Thread suresh kumar
hi, i am using 2 combo box one for country another one for city.when i select country name from combo box their corresponding city names has to be changed in their corresponding combo box.i dont know how 2 implement this.pz give me some idea.its urgent. A.suresh

[PHP] help me pllzzzzzz

2006-01-18 Thread suresh kumar
hi, i am having 2 combo box one for city another one for country,when i select particular country say india their corresponding cities will be displayed in city combobox as delhi,bangalore.,when i select Australia thier cities like perth,brisbanewill be displayed.plz help me

[PHP] how 2 stroe images in Mysql Database using PHP

2006-01-16 Thread suresh kumar
Hi, i dont know how 2 store images in gif/jpeg format in Mysql Database.i also want 2 know PHP Code 2 store images in Mysql Database .reply me soon its very urgent . A.suresh Send instant messages to your online friends

[PHP] how 2 open File Browser window in PHP

2006-01-16 Thread suresh kumar
hi, i dont know exact PHP code for how 2 open file browser window to uplad file or an image plz help me.its very urgent. A.suresh Send instant messages to your online friends http://in.messenger.yahoo.com

[PHP] help plz

2006-01-15 Thread suresh kumar
hi, i am working as a web designer in PHP Mysql.i know the basics of PHP Mysql,i want 2 become PHP Expert,i am planning to buy one Book,but i dont know which book 2 buy.plz give me info . A.suresh Send instant messages to your online friends

[PHP] PHP programmers from hyderabad

2005-12-18 Thread Vikram Kumar
hi! We are looking for PHP programmers from hyderabd. If you are an experienced PHP programmer, and have experience of developing calendar or dairy , message board application, please send your CV to [EMAIL PROTECTED] All PHP programmers are welcome to apply!. Best regards, Vikram.

[PHP] PHP programmers from hyderabad

2005-12-17 Thread Vikram Kumar
hi! We are looking for PHP programmers from hyderabd. If you are an experienced PHP programmer, and have experience of developing calendar or dairy , message board application, please send your CV to [EMAIL PROTECTED] All PHP programmers aare welcome to apply!. Best regards, Vikram.

[PHP] Transfer-Encoding: chunked problem

2005-12-10 Thread kumar kumar
the problem pls help me WithRegards Kumar __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Web calendar and online Dairy

2005-12-06 Thread Vikram Kumar
Hi! I need a web calendar and online diary application. Can some one develop those applications for me. You may use open source applications, or already developed applications in your previous projects, I need simplest calendar and online diary applications. And ofcourse, I will pay you.

[PHP] Query about gzinflate

2005-11-15 Thread kumar kumar
HI How to uncompress compressed data with php://input Which one of the following is correct 1 .$unzip = gzinflate(php://input,r); $getdata = fopen($unzip.r); 2. gzcompress(php://input,r); $getdata = fopen($unzip.r); what the best solution help me With regards Praveen

[PHP] Error in reading and writing bytes

2005-11-09 Thread kumar kumar
Kumar __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Error in reading and writing bytes

2005-11-09 Thread kumar kumar
Kumar __ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to read Byte Stream

2005-11-05 Thread kumar kumar
Hi I am Software Engineer in hyderabad . if possible i need some help in PHP. we are developing one applet that will upload the files/folders upto 2gb . the applet will send the file in bytes stream via http . At server side the PHP has to receive the file bytes stream and as to write the file

[PHP] Re: about PHP

2005-09-19 Thread Srinivasan Kumar
sir, this is srinivasan i have to know about the php.i.e. how can i view the php pages in windows98 PWS?.could you reply in this regard. thanking you k.srinivasan Gabor Hojtsy [EMAIL PROTECTED] wrote:Dear Srinivasan Kumar, Since your problem has nothing to do with webmastering

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

[PHP] How to process a query form with CHECKBOX Please help

2004-12-27 Thread S Kumar
me out to pass this situation. Thank you in advance. Kumar. __ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Re: [PHP-DB] what is wrong with my code.. please help

2004-12-26 Thread S Kumar
= pg_fetch_row($sth,$i); foreach($ar as $col){ print $col ; } print \n; } ? thank you in advance kumar __ Do you Yahoo!? Send holiday email and support a worthy cause. Do good. http://celebrity.mail.yahoo.com -- PHP General Mailing List

[PHP] Any one have idea about plankton/

2004-12-03 Thread Pravin-Kumar
hey! There a framework for php known as plankton.. http://sourceforge.net/projects/plankton/ is there any have idea..how to configure..because i haev tried but not working.. and also tell me is it usefull or not? -- pravin -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

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 BLOCKED::http://www.daffodildb.com

[PHP] ANN: MySQLDiff 0.1, program to output diffs between MySQL tables

2004-11-20 Thread Rajesh Kumar
a developer. Please send patches against the HEAD revision by executing `svn up svn diff' Bug reports, feature suggestions and help requests welcome. -- Rajesh Kumar MySQLDiff Maintainer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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] LINUX: Problem with php installation

2004-11-10 Thread abhilash kumar
I installed latest version of PHP from the source on a AMD ATHELON64 system with REDHAT 9.0 installed with apache server 2. There were no error upon running configure or make or make install I have checked the instalation procedures many times now but I get a blank screen on the mozilla browser.

[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 local ip's 192.168.0.1 and so on. And

[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 -- PHP

[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

[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

[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

[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

[PHP] Support issue ...

2004-09-04 Thread Manoj Kumar
hi dear developers, We developed a module in (php_home/ext/) with name daffodildb , This module will provide connectivity to DaffodilDB (A Pure Java RDBMS) . But I don't know , what is procedure to include a new module in php source(php cvs ) , so it will available free to

[PHP] New module Entry issue ..

2004-09-04 Thread Manoj Kumar
hi dear developers, We developed a module in (php_home/ext/) with name daffodildb , This module will provide connectivity to DaffodilDB (A Pure Java RDBMS) . But I don't know , what is procedure to include a new module in php source(php cvs ) , so it will available free to

[PHP] Hi friends Plz give suggestion ..

2004-09-04 Thread Manoj Kumar
hi dear developers, We developed a module in (php_home/ext/) with name daffodildb , This module will provide connectivity to DaffodilDB (A Pure Java RDBMS) . But I don't know , what is procedure to include a new module in php source(php cvs ) , so it will available free to

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

2004-09-04 Thread Manoj Kumar
hi dear developers, We developed a module in (php_home/ext/) with name daffodildb , This module will provide connectivity to DaffodilDB (A Pure Java RDBMS) . But I don't know , what is procedure to include a new module in php source(php cvs ) , so it will available free to

  1   2   3   >