Re: [PHP] Using session functions in PHP4.1.1

2002-02-03 Thread sagar N chand
i dont know how u r using the thing like PHP on the fucking Win. Moreover WinMe is the worst of all the OS's. So, better migrate to other OS as soon as possible. /sagar - Original Message - From: "John Mpaliza" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 04, 2002 1

[PHP] cant connect to mysql

2001-08-28 Thread Sagar N Chand
Hi geeks, I have a strage problem over here. I developed a site which runs fine at my home. When i hosted it on to the remote server it is giving an error saying cant connect to mysql. the error is like this Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) in

[PHP] How to download files to the server

2001-09-21 Thread sagar N Chand
hi everyone, I'm sorry that i'm not there on the list for a few days. Actually i'm working for a project in which i want to download some files to the server(remote) if the user inputs the url of the file name. hope u got me. i want to make my server to do the downloads for me so that i can lat

[PHP] how to password protect files

2001-09-21 Thread sagar N Chand
i want to restrict the access of some files to a single user only whose names and pwds are stored in mysql table and i'm authenticating them through my website. So what i'm looking for is that the files should not be downloaded when their urls are typed in the browsers. /sagar

[PHP] mysql error on win2k

2001-09-21 Thread sagar N Chand
hi, i have installed win2k and configured apache and php4.0.6 but mysql is giving error 1016 or so. why is this happening. /sagar

[PHP] how to get the total disk space used in a directory

2001-09-23 Thread sagar N Chand
hi all, is there any way to get the total disk space used under a directory including its subdirectories and all the contents. /sagar

[PHP] no of files in a folder....

2001-09-25 Thread sagar N Chand
hi all, is there any way out to get the total no of files in a directory including its subfolders ? thanQ,, /sagar

Fw: [PHP] Capturing several checkbox values

2001-09-25 Thread sagar N Chand
- Original Message - From: sagar N Chand To: John Day Sent: Tuesday, September 25, 2001 6:46 PM Subject: Re: [PHP] Capturing several checkbox values give each checkbox an individual name before you submit it. In the next page put this code : while(list($key,$value)=each

Re: [PHP] PHP Chat recommendations

2001-09-27 Thread sagar N Chand
try 'phpmychat' search in google. its the best chat in php available till now. /sagar - Original Message - From: Tom Beidler To: Maxim Maletsky (PHPBeginner.com) ; php list Sent: Wednesday, September 26, 2001 8:51 PM Subject: Re: [PHP] PHP Chat recommendations I did, that

Re: [PHP] updating a database (mysql)

2001-09-27 Thread sagar N Chand
try using the die function. it might help out. or u can use the mysql_affected_rows functions. check out. http://www.php.net/manual/en/function.mysql-affected-rows.php /sagar - Original Message - From: Joseph Bannon To: PHP (E-mail) Sent: Thursday, September 27, 2001 1:17 AM

Re: [PHP] Variable declaration

2001-09-27 Thread sagar N Chand
its really a big headache with compilers like c bugging all the way just for declarations. its cl to have the freedom of using any variable at any place wherever v want in bet ween the code. chao of PHP. /sagar - Original Message - From: * R&zE: To: Rasmus Lerdorf Cc: [

Re: [PHP] session not working

2001-09-27 Thread sagar N Chand
session must be registered before any code is sent to the browser. so the syntax should be html code here /sagar - Original Message - From: Krushna Kumar R To: [EMAIL PROTECTED] Sent: Thursday, September 27, 2001 5:43 PM Subject: [PHP] session not working Hi, I w

[PHP] php chat

2001-09-27 Thread sagar N Chand
i've seen many members seeking for a good php chat. so my suggestion is use phpmychat. its the best php chat i've ever come across. here is the site where u can download your version. www.phpheaven.net its also very easy to install and configure with good admin. ejoy your chat server, /sagar

[PHP] sock prob

2001-09-29 Thread sagar N Chand
hi, the socket() function is not working on win2k. any help? thanx, /sagar

[PHP] sessions in php4

2001-10-01 Thread sagar N Chand
hi all, i'm using a php4.0.6 with apache on win2k. when i register a session and immediately if i redirect to another page the session seems not to be registered. eg. when i go to the new page i c that the session has not been reigstered. but in case if i dont redirect from php rather use a h

[PHP] only c if u r an indian...

2001-10-03 Thread sagar N Chand
hi, any body out there from hyderabad. if u r a hyderabadi plese mail me. v have got a lot of things to do. thanks, /sagar

Re: [PHP] Creating mailaccounts

2001-10-03 Thread sagar N Chand
work out with squrrelmail or basilix. If u want to set up won mail server then you must have your head and fingers into linux. /sagar - Original Message - From: Bjornie To: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 12:25 AM Subject: [PHP] Creating mailaccounts

Re: [PHP] A powerful editor!

2001-10-03 Thread sagar N Chand
coool man, i've been using it since 2yrs. /sagar - Original Message - From: Dean Householder To: Alex Shi ; [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 2:27 AM Subject: Re: [PHP] A powerful editor! I used to use TextPad until I found EditPlus. I'm also amazed by

[PHP] cant redeclare class......

2001-10-20 Thread Sagar N Chand
Hi all, I'm using jm_sms class in mysql dowhile($myrow=mysql_fetch_array($result)) loop. the class is running fine for the first time. But when it is called for the second time i'm getting an error saying "cant redeclare the class". How to make this class work within a loop. i'm attaching