RE: [PHP] Need to know this

2001-05-03 Thread Ankur Verma
maybe you could find some good info on PHP vs ASP here http://php.resourceindex.com/Documentation/Reviews_and_Analysis/PHP_vs._ASP/ regards Ankur Verma -Original Message- From: YoBro [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 8:50 AM To: [EMAIL PROTECTED] Subject: [PHP

RE: [PHP] file upload failed....:(

2001-04-15 Thread Ankur Verma
try Upload successfully"; $fname=substring (strrchr($f1_name,"\\"),1); } unlink ($f1); ?> also the substring() function does not exist until unless you have written it yourself for the code. The standard function is substr(). hope that helps regards Ankur Ver

RE: [PHP] submit form witout clilck submit button

2001-03-26 Thread Ankur Verma
you can do this using Javascript place this in your HTML code | | Head title and the other stuff | | | | Continue with the HTML Code | | This will cause the form to be sumitted as soon as the page completes up loading hope that helps regards Ankur Verma NetCentric Division

RE: [PHP] .doc to .txt

2001-03-26 Thread Ankur Verma
check out the microsoft word parser at www.wvware.com you can call this program ysing the exec() or system() function. also, search the mail archives for discussion on this topic in the very recent past. hope that helps regards Ankur verma HCL Technologies Noida India -Original Message

RE: [PHP] Prob with sending a php variable in an email

2001-03-26 Thread Ankur Verma
sorry for the last mail! try with Mailto:[EMAIL PROTECTED]? subject= Web site &body=User name: Main Agent Code:"> Support Desk hope that helps Ankur Verma HCL Technologies Noida -Original Message- From: Sonya Davey / QDCEL [mailto:[EMAIL PROTECTED]] Sent: Mond

RE: [PHP] Prob with sending a php variable in an email

2001-03-26 Thread Ankur Verma
try with Mailto:[EMAIL PROTECTED]? subject= Web site &body=User name: Main Agent Code:"> Support Desk hope that helps regards Ankur Verma -Original Message- From: Sonya Davey / QDCEL [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 4:09 PM To: '[EMAIL PR

RE: [PHP] Problem with mail function

2001-03-26 Thread Ankur Verma
above SMTP setting. take a look at the following link for more info on the mail function - http://www.php.net/manual/en/function.mail.php hope that helps regards Ankur Verma HCL Technologies Noida Uttar Pradesh India -Original Message- From: Sonya Davey / QDCEL [mailto:[EMAIL PROTECTED

RE: [PHP] first three characters

2001-03-18 Thread Ankur Verma
try using the function substr() $Word = attention $Word_3 = substr ($Word, 0,3) $Word_3 = substr ($Word, 0,4) and so on hope that helps regards Ankur Verma HCL technologies Noida India -Original Message- From: Rahul Hari Bhide [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001

Re: [PHP] Uploading files

2001-03-07 Thread Ankur Verma
have you checked the permissions on the temp directory on your server? make sure that the directory has appropriate permissions for locating the temp directory in which php is uploading the files, use amd look for upload_tmp_dir setting. hope that helps Ankur Verma - Original Message

Re: [PHP] How to completly remove a file?

2001-03-07 Thread Ankur Verma
try using unlink() http://www.php.net/manual/en/function.unlink.php hope that helps Ankur Verma HCL Technologies Noida - Original Message - From: "Jan Grafström" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 07, 2001 2:08 PM Subject: [PHP] How

Re: [PHP] session_start

2001-03-07 Thread Ankur Verma
As far as I know, the session fucntions work only with php4 for php3, you might want to take a look at phplib hope that helps Ankur Verma - Original Message - From: "Jacky@lilst" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 08, 2001

Re: [PHP] how to keep variable "alive" thur pages?

2001-02-26 Thread Ankur Verma
I would suggest you to use sessions. http://www.php.net/manual/en/ref.session.php or use PHPLIB if you are on PHP3 best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "John LYC" <[EMAIL PROTECTED]> To: "PHP Li

Re: [PHP] redirect pages

2001-02-26 Thread Ankur Verma
hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Peter Houchin" <[EMAIL PROTECTED]> To: "PHP MAIL GROUP" <[EMAIL PROTECTED]> Sent: Tuesday, February 27, 2001 9:58 AM Subject: [PHP] redirect

Re: [PHP] email a page as attachment

2001-02-21 Thread Ankur Verma
try the HTML mail and attachement class to send the data as an attachment to the email http://phpclasses.upperdesign.com/ hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "kaab kaoutar" <[EMAIL PROTECTED]

[PHP] Database Paging using MSSQL 2000

2001-02-21 Thread Ankur Verma
. if not, how should I go about implementing this functionality. I would also appreciate if someopone could point me to a good tutorial on the subject using MSSQL server as the database server. best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India

Re: [PHP] php and javascript

2001-02-20 Thread Ankur Verma
try "; $summary = "Hellow universe"; print " "; print ""; print ""; ?> hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Carl Natale" <[EMAIL PROTECTED]>

Re: [PHP] Editor with line counter for WIN95

2001-02-15 Thread Ankur Verma
www.editplus.com best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Info" <[EMAIL PROTECTED]> To: "Php General" <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 1:15 AM Subject: [PHP] Editor with li

Re: [PHP] Compiling PHP for Apache.

2001-02-15 Thread Ankur Verma
you might find this useful http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Scott Fletcher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

Re: [PHP] PWS & PHP

2001-02-15 Thread Ankur Verma
This has been extensively covered in a step by step process in the PHP Manual Installation Chapter http://www.php.net/manual/en/install.iis.php follow the steps and you will have php working just fine with PWS best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India

Re: [PHP] Array

2001-02-15 Thread Ankur Verma
use array_splice ($myarray, 1 ,1); hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "David Tandberg-Johansen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 4:35 P

Re: [PHP] PHP Charts

2001-02-15 Thread Ankur Verma
http://www.phpbuilder.com/columns/allan2830.php3 http://www.phpbuilder.com/snippet/detail.php?type=snippet&id=183 http://phpclasses.upperdesign.com/browse.html/class/11 This is a great class for printing HTML graphs http://www.advgraph.regiocom.net/ hope that helps best regards A

Re: [PHP] Cookies

2001-02-15 Thread Ankur Verma
/columns/mattias2312.php3 for information on implementing sessions and shopping carts in PHP hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "kaab kaoutar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

Re: [PHP] deleting cart items on session expire

2001-02-14 Thread Ankur Verma
may be wrong, but I this is what comes to my mind. best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Joseph H Blythe" <[EMAIL PROTECTED]> To: "php-general" <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001

Re: [PHP] automatic php execution

2001-02-14 Thread Ankur Verma
this question has been dealt with extensively in the past. try searching the archives. to give you a hint, you will need to make use of the cron daemon on the *nix systems. best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "

[PHP] Re: realpath() problem

2001-02-14 Thread Ankur Verma
try using $PATH_TRANSLATED variable also use the phpinfo() function to get lots of information which you can use hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India .- Original Message - From: "Dhaval Desai" <[EMAIL PROTECTED]>

Re: [PHP] A little code here? :)

2001-02-14 Thread Ankur Verma
check nl2br() best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Dallas Kropka" <[EMAIL PROTECTED]> To: "PHP LIST" <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 9:01 AM Subject: [PHP] A little cod

Re: [PHP] help make less ugly?

2001-02-14 Thread Ankur Verma
try using serialize() and unserialize() but if you have a large amount of data, you would be better off using sessions. hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Andrew" <[EMAIL PROTECTED]

Re: [PHP] Up & Downloading

2001-02-14 Thread Ankur Verma
helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Steve Haemelinck" <[EMAIL PROTECTED]> To: "PHP Mailing Listl (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 3:05 AM Subject: [PHP] Up &

Re: [PHP] PHP scripts in HTML

2001-02-14 Thread Ankur Verma
you should use include() function instead of the javascript style includes refer to the php manual for more details best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Don" <[EMAIL PROTECTED]> To: "php list"

Re: [PHP] Paging results

2001-02-14 Thread Ankur Verma
I guess there are good articles on this at phpbuilder.com http://www.phpbuilder.com/columns/rod20001214.php3 http://www.phpbuilder.com/columns/rod2221.php3 hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "

Re: [PHP] concatenating strings and \n's for mail...

2001-02-14 Thread Ankur Verma
you will need to use "\r\n" instead of only "\n", I guess hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Larry Rosenman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: [PHP] Upload moves the file doesn't copy it..

2001-02-14 Thread Ankur Verma
you want to keep. more information about this can be found in the Handling file uploads section of the php manual hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Dhaval Desai" <[EMAIL PROTECTED]> To: &

Re: [PHP] Passing vars

2001-02-14 Thread Ankur Verma
one way would be to pass this using Hidden fields if you can submit the form or else use the session variables to propogate the values across multiple pages http://www.php.net/manual/en/ref.session.php or try out phplib if you are on PHP3 hope that helps best regards Ankur Verma HCL

Re: [PHP] Qoute problem

2001-02-14 Thread Ankur Verma
ese.\" it will store the complete string into the MYSQL database. and on retrieval you will get I like to run and walk. I love "smelly cheese." try it out best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Tanya Bre

Re: [PHP] Re: Access my script

2001-02-14 Thread Ankur Verma
take a look at the header function http://www.php.net/manual/en/ref.http.php hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Barry Fawthrop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

Re: [PHP] how do I do file maintenance with PHP?

2001-02-14 Thread Ankur Verma
good code snippets to achieve this. hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Kenneth R Zink II" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 200

Re: [PHP] Qoute problem

2001-02-14 Thread Ankur Verma
ise you will have to use multiple stripslashes() calls to get back to your original data hope that halps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Tanya Brethour" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: [PHP] Why???

2001-02-14 Thread Ankur Verma
just use \n"); print ("\n"); print ("$title\n"); print ("\n"); print ("\n"); print ("Thank you. Your submission has been sent. Back to Home Page.\n"); print ("\n"); print (""); ?> hope that helps best regards Anku

Re: [PHP] Why???

2001-02-14 Thread Ankur Verma
read about stripslashes at http://www.php.net/manual/en/function.stripslashes.php hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Nguyen, David M" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: [PHP] date maniplations

2001-02-14 Thread Ankur Verma
try using strtotime() http://www.php.net/manual/en/function.strtotime.php hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Don" <[EMAIL PROTECTED]> To: "php list" <[EMAIL PROTECTED]&

Re: [PHP] Help Work with files

2001-02-14 Thread Ankur Verma
check out the filesystems functions in the php manual http://www.php.net/manual/en/ref.filesystem.php and also check out the code of some good file Management systems at http://www.hotscripts.com/PHP/Scripts_and_Programs/File_Manipulation/File_Ma nagement/ hope that helps best regards Ankur

Re: [PHP] apache & php

2001-02-14 Thread Ankur Verma
helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 2001 5:31 PM Subject: [PHP] apache & php > help! > > i want to get started! >

Re: [PHP] Image in a Template

2001-02-14 Thread Ankur Verma
keep the images in a folder on the file system and link the filename of the picture to the product tuple in the dataabse. I would suggest you use the product ID as the filename for the picture in the folder. that shoudl amke it easier for you to administer. best regards Ankur Verma HCL

Re: [PHP] about session

2001-02-13 Thread Ankur Verma
No! php sessions functions won't work before Version 4 to implement sessions in versions of php before version 4, you could use phplib best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "JW" <[EMAIL PROTECTED]>

Re: [PHP] Include

2001-02-13 Thread Ankur Verma
egards best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Fabian Fabela" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 13, 2001 11:08 PM Subject: [PHP] Include Hello, I have php 4.0.3pl1. I am tr

Re: [PHP] Cookies

2001-02-13 Thread Ankur Verma
setcookie ("getdwgnum", $cook,time()+28800); ?> this code is not checked by executing. but I guess this should be the reason. hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India. "Gary" <[EMAIL PROTECTED]> wrote in mess

Re: [PHP] Any image drawing tutorials anywhere?

2001-02-13 Thread Ankur Verma
you might want to take a look at imagemagick http://www.wizards.dupont.com/cristy/ImageMagick.html regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Lucas Persona" <[EMAIL PROTECTED]> To: "Php (E-mail)" <[EM

Re: [PHP] What Does This Mean?

2001-02-13 Thread Ankur Verma
I am not very sure of what exactly does this this mean but I guess that the particular module that you are installing requires a cversion of PHP that has to be greater than 3.0.8. This is just a guess. I aplogize if it's wrong. regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP

Re: [PHP] limitation of file upload??

2001-02-13 Thread Ankur Verma
ximum execution time of the script take a look at the max_execution_time setting in php.ini and the set_time_limit() function in the php manual. don't forget to tell me the results of this experiment of yours. :) :) regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India .

Re: [PHP] limitation of file upload??

2001-02-13 Thread Ankur Verma
The maximum filesize for file uploads is either set in the php.ini file using the setting upload_max_filesize = 2M ; Maximum allowed size for uploaded files or you can also specify the maximum file upload size at runt time as follows Send this file: consult the following section of th

Re: [PHP] user rights for an upload

2001-02-13 Thread Ankur Verma
Interesting Query! Please let me know of any solution that you might come up with. regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Bogdan Morar" <[EMAIL PROTECTED]> To: "Php general" <[EMAIL PROTECTED]> Se

Re: [PHP] php socket function

2001-02-13 Thread Ankur Verma
://myprojects.cjb.net/ Download the Kazzam Intranet Email System code from here which has the class and the example of how to use it for sending and recieving email regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: Tissandié To: Mailing Php (E-mail) Sent

Re: [PHP] File Upload stuck in the midst

2001-02-13 Thread Ankur Verma
also take a good look at the following document http://www.php.net/manual/en/features.file-upload.php regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Dhaval Desai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: [PHP] File Upload stuck in the midst

2001-02-13 Thread Ankur Verma
tuirn on the following setting in your php.ini file register_globals = On currently it seems to be off in your settings file hope that helps regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Dhaval Desai" <[EMAIL PROTECTED]

Re: [PHP] Mail classes

2001-02-12 Thread Ankur Verma
program including the class from http://myprojects.cjb.net/ or hotscripts.com (just search for Kazzam) The code should help you in understanding the use of the class. hope that helps Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Josh G&quo

Re: [PHP] Build HREF list from database???

2001-02-12 Thread Ankur Verma
you have an extra semicolon in the for statement it should be for (0 < $i > $count; $currrent_row = mysql_fetch_row($result); ++$i) $path=$current_row[2]"; file://database field position matched index number print "$count"; // } hope that helps Ankur Verma

Re: [PHP] help with classes

2001-02-12 Thread Ankur Verma
you do this in the class constructor class foo { var $bar; function foo($fooval) { $this->bar=$fooval; } } hope that helps Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Joseph H Blythe" <[EMAIL PROTECTED]> To: &q

Re: [PHP] serialize/deserialize data

2001-02-12 Thread Ankur Verma
give you "abc" try it out yourself writing some dummy code and you will understand it better. serialize is extremely helpful in case of storing session variables, arrrays etc. hope that helps Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From:

Re: [PHP] create filesystem folder?

2001-02-12 Thread Ankur Verma
check out the file system function at http://www.php.net/manual/en/ref.filesystem.php you might also find some good classes to do the same at phpclasses.upperdesign.com. check it up regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "a

Re: [PHP] How To Tell Which v. PHP?

2001-02-12 Thread Ankur Verma
use phpinfo(); Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Jeff Oien" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Tuesday, February 13, 2001 6:00 AM Subject: [PHP] How To Tell Which v. PHP? >

Re: [PHP] security question

2001-02-12 Thread Ankur Verma
at the phplib session management, tutorials on sessions at www.phpbuilder.com (I am not very sure bnut I recall they had one) and the session functions in the php manual. hope that helps Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Marc Ar

Re: [PHP] Nothing Showling up in Netscape

2001-02-12 Thread Ankur Verma
check for your closing table tags Netscape is not at all forgiving for tables which are not closed. hope that helps Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: Peter Houchin To: [EMAIL PROTECTED] Sent: Tuesday, February 13, 2001 4

Re: [PHP] How to check if vaiable is defined or not?

2001-02-12 Thread Ankur Verma
try using isset() or empty() see the php manual for more details Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "SED" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 13, 2001 4:51 AM Subject: [PHP] How

Re: [PHP] Problems with ! in mail();

2001-02-12 Thread Ankur Verma
let's see some code Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Curtis, Lorenzo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "PHP List" <[EMAIL PROTECTED]> Sent: Tuesday, February 13, 2001 3:30 AM

Re: [PHP] Using PHP to process forms

2001-02-12 Thread Ankur Verma
most of your doubts. regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Don" <[EMAIL PROTECTED]> To: "php list" <[EMAIL PROTECTED]> Sent: Tuesday, February 13, 2001 3:24 AM Subject: [PHP] Using PHP to process for

Re: [PHP] Broken icon?

2001-02-12 Thread Ankur Verma
try this printf("%s\n",$row["indice_url"],$row["indice_url"]); regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Malouin Design Graphique" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se

Re: [PHP] returning multiple variables from a function?

2001-02-12 Thread Ankur Verma
elements and then return the array. The array will then have multiple return values in its elements after the function is called. hope that helps regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "James, Yz" <[EMAIL PROTECTED]

Re: [PHP] How to send email

2001-02-12 Thread Ankur Verma
hope that helps Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Emmanuel Halphen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 13, 2001 12:37 AM Subject: [PHP] How to send email > Hi, > > &

Re: [PHP] character problem

2001-02-12 Thread Ankur Verma
use stripslashes on the data being posted. for ex if the text field name is varText use $varText=stripslashes($varText) That should take care of it regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "John P. Donaldson" <[EM

Re: [PHP] Run a script for 20minutes

2001-02-12 Thread Ankur Verma
you can set the maximum execution timeu using either the max_execution_time = 30 ; Maximum execution time of each script, in seconds setting in php.ini or can set it at runtime for a script using the set_time_limit() function check the php manual for more details. hope that helps Ankur

Re: [PHP] Can anyone help me on nntp ?

2001-02-12 Thread Ankur Verma
I guess there is a NNTP class avaailable at http://phpclasses.upperdesign.com/ regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "James Hsieh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 12, 2001

Re: [PHP] Preserve variables between page loads?

2001-02-11 Thread Ankur Verma
try using session variables. take a look at phplib if you are using PHP3 or http://www.php.net/manual/en/ref.session.php if you are using PHP4 hope that helps Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Chuck Mayo" <[EMAIL P

Re: [PHP] checking for presnet file name

2001-02-11 Thread Ankur Verma
try using $PHP_SELF and $REQUEST_URI regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "John LYC" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Monday, February 12, 2001 10:52 AM Subject:

Re: [PHP] newline processing problem?

2001-02-11 Thread Ankur Verma
try using "\r\n" instead of a simple "\n". hope that helps Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 11, 2001 6:51 AM Subject: [PHP] newline

Re: [PHP] Runing php with cron

2001-02-09 Thread Ankur Verma
you will need to compile php as a binary ans use it to executethe scripts without using the browser. search the mail archives from www.php.net . This question has been very nicely answered in the last couple of days only. regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India

Re: [PHP] Cookies

2001-02-09 Thread Ankur Verma
believe you have already tried it up. Hope that helps regards Ankur Verma - Original Message - From: "Matt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 09, 2001 3:32 PM Subject: [PHP] Cookies > I am having major problems with cookies, i

Re: [PHP] PHP File Uplaod Path

2001-02-08 Thread Ankur Verma
for a good article on uploadingfiles at phpbuilder.com hope that helps regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India > - Original Message - > From: "Dhaval Desai" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, F

Re: [PHP] UN-Escaping text from a form submit?

2001-02-08 Thread Ankur Verma
there are two ways of achieving thi - stripslashes($data) or if you want this to be global, then set magic_quotes_gpc = Off in php.ini file hope that helps regards Ankur Verma > - Original Message - > From: "John Vanderbeck" <[EMAIL PROTECTED]> > To: &

Re: [PHP] test for undefined variables & renaming variables

2001-02-08 Thread Ankur Verma
/language.variables.variable.php hope that helps regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "August Malson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 08, 2001 12:41 PM Subject: [PHP] test for undefined variable

Re: [PHP] Access a printer via PHP

2001-02-08 Thread Ankur Verma
e the transaction is completed.. hope that helps Ankur Verma HCL Technologies Ltd, A1CD, Sector16, Noida UP, India - Original Message - From: "ThoVer Webproducties" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 7:02 PM Subject: [PHP] Access

Re: [PHP] Automatic incoming mail notification

2001-02-01 Thread Ankur Verma
Dear Josh, Thanks for your prompt reply I will surely look around on the web for info on this pathy of action. thanks once again regards Ankur Verma - Original Message - From: "Josh G" <[EMAIL PROTECTED]> To: "PHP User Group" <[EMAIL PROTECTED]> Sent:

[PHP] Automatic incoming mail notification

2001-02-01 Thread Ankur Verma
ddin which would enable automatic notification and initiaition of script on the reciept of a new email, please pass the info on. I am on Redhat 6.2 with cyrus as my mail server and am using PHP4. Thanks in advance Ankur Verma HCL Technologies A1CD, Sector 16, Noida