[PHP] Is it Possible?

2005-02-04 Thread Sagar C Nannapaneni
will be greatly appreciated.. Thanks, /sagar

Re: [PHP] Is it Possible?

2005-02-04 Thread Sagar C Nannapaneni
Figured it out from the other way hope others may find this useful script language=javascript src=yourscript.php/script Note that what ever you optput in your php do that with echo document.write('asdfasdf'); /sagar - Original Message - From: Erwin Kerk [EMAIL PROTECTED] To: Sagar

[PHP] unable to execute external program

2005-01-13 Thread Sagar C Nannapaneni
logged in as root. And i'm using PHP as another user on the same server. Any other suggestions to run a command line commad thru PHP?? /sagar

Re: [PHP] Re: unable to load curl

2005-01-10 Thread Sagar C Nannapaneni
Please respond to the newsgroup and not to my personal email. quoteIs it a file access/ownership thing?/quote This is possible. Have you checked permissions for PHP user? My original question remains unanswered though and it is probably a better place to start... extension_dir =

Re: [PHP] Re: PHP any Mysql connection- new b

2005-01-09 Thread Sagar C Nannapaneni
that PHP5 has released...i dont see any good reason why u r still using php 3. /sagar - Original Message - From: M. Sokolewicz [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Saturday, January 08, 2005 9:55 PM Subject: [PHP] Re: PHP any Mysql connection- new b php 3.0???! man, you

[PHP] unable to load curl

2005-01-09 Thread Sagar C Nannapaneni
getting an error saying that Unable to load module. C:\php\extensions\php_curl.dll could not be found But i can see the file from the file browser. Please help me out... /sagar

Re: [PHP] How to argue with ASP people...

2005-01-05 Thread Sagar C Nannapaneni
that with PHP. /sagar - Original Message - From: Chris Shiflett [EMAIL PROTECTED] To: Sagar C Nannapaneni [EMAIL PROTECTED]; php-general@lists.php.net Sent: Tuesday, January 04, 2005 10:12 PM Subject: Re: [PHP] How to argue with ASP people... --- Sagar C Nannapaneni [EMAIL PROTECTED] wrote

Re: [PHP] unable to write a text file larger than 10Mb

2005-01-03 Thread Sagar C Nannapaneni
yes,, I'm sure that my script is not timing out... Also i set mysql connection timeout to max. /sagar - Original Message - From: Burhan Khalid [EMAIL PROTECTED] To: Sagar C Nannapaneni [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Monday, January 03, 2005 3:37 PM Subject: Re

Re: [PHP] How to argue with ASP people...

2005-01-03 Thread Sagar C Nannapaneni
this. I dont know whether php can do this...(or may b i missed it out)...but i couldnt get any equivalent thing in php like we have GLOBAL.ASA in ASP. /sagar - Original Message - From: M Saleh EG [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: John Sands [EMAIL PROTECTED]; php-general

[PHP] unable to write a text file larger than 10Mb

2005-01-02 Thread Sagar C Nannapaneni
except that PHP is not able to write a file larger than 10Mb. I've tried to export the data to Excel...The same problem repeated again. Is there any parameters to change in php to make it write larger files...??? /sagar

Re: [PHP] Next page every second

2004-12-23 Thread Sagar C Nannapaneni
scritps are there for setting the time interval for the page refresh) 5. when the page again loads grab the row number from session and increment it by one hope that the logic will work out... /sagar - Original Message - From: Greg Wardawy [EMAIL PROTECTED] To: php-general@lists.php.net Sent

[PHP] couldnt backup database

2004-12-21 Thread Sagar C Nannapaneni
); ini_set ( memory_limit, 500); but not working can anyone help me out with this problem.. Thanks, /sagar

Re: [PHP] i'm beginner and i couldn't solve the problem

2004-12-08 Thread Sagar C Nannapaneni
$sql = INSERT INTO testTable values ('', '$_POST[testField]'); should be $var = $_POST[testField]; $sql = INSERT INTO testTable values ('', '$var'); /sagar - Original Message - From: Mecnun [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 4:23 PM Subject: [PHP

[PHP] Getting latest Session name

2004-12-03 Thread Sagar C Nannapaneni
some time i need to get the same variables that i stored in my previous login. Is that possible??? /sagar

[PHP] Reg Jpgraph...

2004-11-26 Thread Sagar C Nannapaneni
for posting this topic here... /sagar

Re: [PHP] cacheing problem

2004-10-17 Thread Sagar C Nannapaneni
You have some restriction on the size of the data u send through GET method.. like i remember it as 256Kb or so. So if u r sending data larger than this limit ...u need to use the post method /sagar - Original Message - From: Mag [EMAIL PROTECTED] To: Greg Donald [EMAIL PROTECTED]; php

Re: [PHP] sending SMS messages to mobile phones from PHP

2004-10-11 Thread Sagar C Nannapaneni
You can use SMSTERM /sagar - Original Message - From: SunTan.co.uk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 10, 2004 7:38 PM Subject: [PHP] sending SMS messages to mobile phones from PHP Hi there, I want my website to be able to send me an SMS message to my phone

[PHP] anonymous from address using mail()

2004-10-07 Thread sagar
Hi all, I'm using mail([EMAIL PROTECTED],$subject,$message,$mail_from); But i get an email with a from address as anonymous@myserver.com I want to show the from address to be like From : Sagar plzz help me out /sagar

[PHP] AutoLogin

2004-10-06 Thread Sagar C Nannapaneni
in..it asks for ssl authentication. Ur help will b a great help to me... Regards, /sagar

[PHP] Stored procedures in Mysql

2004-09-30 Thread Sagar C Nannapaneni
Hi folks, I wonder whether Mysql supports procedures and triggers :? /sagar

[PHP] Problem with uploaded file

2004-09-26 Thread Sagar C Nannapaneni
help me out.. /sagar

[PHP] PHP frontend

2004-09-15 Thread Sagar C Nannapaneni
Hi there, I wonder whats this PHP forntend is? Is this diff from the PHP we work with regularly? If any one could suggest some articles on thisit wud b greatly apprecieated Thanks,, /sagar

[PHP] prob parsing Url

2004-09-14 Thread Sagar C Nannapaneni
Hi folks.. I'm using a form to send data from one page to another. one of the input fields in the form has a quotation mark Ex.: samsung 15 monitor in the next page i cant get the text after the symbol in the field. I've tried both GET and POST methods. what might b the problem /sagar

[PHP] small query prob in Mysql

2004-09-13 Thread Sagar C Nannapaneni
and the second is the Company name I need to have the distinct components in this field...like this Monitor Keyboard Mouse Any help would b greatly appreciated Thanks in advance, /sagar

[PHP] check this new site

2002-02-08 Thread Sagar Chand
hi all out there, just tell me howz this new site www.linuxfornerds.com A site meant for ardent linux lovers but every one r invited to post any views on any open source software. so get ur voice out /sagar __ Do You Yahoo!? Send FREE

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:23

[PHP] cant redeclare class.....

2001-10-20 Thread Sagar
the files if u want to look inside. any help is highly appreciated. thanks, /sagar HTML HEAD TITLE Welcome to SMS reminder . . . . . /TITLE /HEAD BODY ? $db=mysql_connect(localhost,root,terminator); mysql_select_db(smsdb,$db); $da=getdate(); $datestamp=$da[year]-$da[mon]-$da[mday

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

2001-10-20 Thread Sagar N Chand
the files if u want to look inside. any help is highly appreciated. thanks, /sagar HTML HEAD TITLE Welcome to SMS reminder . . . . . /TITLE /HEAD BODY ? $db=mysql_connect(localhost,root,terminator); mysql_select_db(smsdb,$db); $da=getdate(); $datestamp=$da[year]-$da[mon]-$da[mday

[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

[PHP] sessions in php4

2001-10-01 Thread sagar N Chand
suggestions ? /sagar

[PHP] sock prob

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

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] 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 ?session_start(); session_register(uname); session_register(pwd); . ? HTML body bgcolor=#ff html code here /sagar - Original Message

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

[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] How to download files to the server

2001-09-21 Thread sagar N Chand
later on download them to my idiot box. hope i'll get some help /sagar

[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] socket error

2001-09-07 Thread sagar
on line 10 can any one help its urgent /sagar

Re: [PHP] socket error

2001-09-07 Thread sagar
thanX sterling, i've changed it to socket_open() but the problem still exists. /sagar - Original Message - From: Sterling Hughes [EMAIL PROTECTED] To: sagar [EMAIL PROTECTED] Cc: php [EMAIL PROTECTED] Sent: Saturday, September 08, 2001 1:54 AM Subject: Re: [PHP] socket error On Sat

Re: [PHP] mysql_fetch_array

2001-09-06 Thread sagar
for the IP $result2 = mysql_query(SELECT ip FROM ip where ip = '$REMOTE_ADDR',$db); $myrow=mysql_fetch_Array($result2); if($myrow) // if there is a record then the code goes here else echo(print some text here); ? /sagar - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

[PHP] No moneymaking messages please

2001-09-05 Thread sagar
Hi everyone, Why am i getting mails regarding the mlm businesses and other personal money making businesses here ? I thought this is a php mailing list. isnt it ? Lets have a fair game here. Ok /sagar

[PHP] how to connect to php from vb

2001-09-05 Thread sagar
hi, can i connect to php from a vb appliation. should this be asked elsewhere (if so pl let me know) /sagar

[PHP] messenger . . . ?

2001-09-05 Thread sagar
Hi geeks, I want to give messenger service to my users. Can i do this ? I'm running slack linux as server with php4 and mysql. I so where can i get the required src code both for client (Vb recommended) and server programs. /sagar

[PHP] Re: mysql query . need help!!!!!

2001-09-04 Thread sagar
You cant use a select statement withoug using a table name. check out this $query = insert into classification(customername) (select customername from username where username='$username'); i cant answer ur second question, since i dont the structure of your table /sagar original message

Re: [PHP] How to replicate a table in Mysql?

2001-09-04 Thread sagar
Do u want to get the table data for backup ? then try mysqldump -u user -ppwd -d database -t table somefile.txt; check out once the manual for mysqldump syntax /sagar - Original Message - From: Balaji Ankem [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 12

Re: [PHP] Newbie Question: mysqldump via PHP

2001-09-04 Thread sagar
Did u mention the database name from where the table has to be picked up. check out the manual for correct syntax. /sagar - Original Message - From: Tony Frasketi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 11:25 PM Subject: [PHP] Newbie Question

[PHP] Want mysql dump to be mailed to me....

2001-09-03 Thread sagar
this. Please help. thanq, /sagar

Re: [PHP] GUI for PHP

2001-08-30 Thread sagar
of the) the best mailing lists. ok have a great programming, /sagar - Original Message - From: Matthew A. Schneider [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Php-General (E-mail) [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 9:18 AM Subject: Re: [PHP] GUI for PHP As someone who has little

Re: [PHP] PHP and PWS

2001-08-30 Thread sagar
the php.ini to your needs. this file contains the root directory of the php where u have to put the path to C:\php hope this will help u, /sagar - Original Message - From: frank clarke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 3:09 AM Subject: [PHP] PHP and PWS I

Re: [PHP] PHP and PWS

2001-08-30 Thread sagar
the php.ini to your needs. this file contains the root directory of the php where u have to put the path to C:\php hope this will help u, /sagar - Original Message - From: frank clarke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 3:09 AM Subject: [PHP] PHP and PWS I

Re: [PHP] GET/POST name=value query var convention?

2001-08-30 Thread sagar
this might be u r asking for while(list($key,$value)=each($HTTP_POST_VARS)) { echo($key . = . $value); } this should be in the page to where the variables r posted /sagar - Original Message - From: Scott Thomason [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL

Re: [PHP] GET/POST name=value query var convention?

2001-08-30 Thread sagar
this might be u r asking for while(list($key,$value)=each($HTTP_POST_VARS)) { echo($key . = . $value); } this should be in the page to where the variables r posted /sagar - Original Message - From: Scott Thomason [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL

Re: [PHP] Count

2001-08-30 Thread sagar
can do another way $sql = select count(fieldname) from Products; $result=mysql_query($sql); $myrow=$mysql_fetch_row($result); $countrows = $myrow[0]; ( or might be $myrow[1] check out) will do the job /sagar - Original Message - From: David Robley [EMAIL PROTECTED] To: Kevin P

Fw: [PHP] GET/POST name=value query var convention?

2001-08-30 Thread sagar
- Original Message - From: sagar [EMAIL PROTECTED] To: Scott Thomason [EMAIL PROTECTED] Cc: php [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 4:22 PM Subject: Re: [PHP] GET/POST name=value query var convention? this might be u r asking for while(list($key,$value)=each

Fw: [PHP] Count

2001-08-30 Thread sagar
- Original Message - From: sagar To: php Sent: Thursday, August 30, 2001 4:22 PM Subject: Re: [PHP] Count can do another way $sql = select count(fieldname) from Products; $result=mysql_query($sql); $myrow=$mysql_fetch_row($result); $countrows = $myrow[0]; ( or might be $myrow[1

[PHP] cant connect to mysql

2001-08-28 Thread Sagar N Chand
) in /home/httpd/html/procbit/login.php on line 17 the line 17 in my code is as follows: $db=mysql_connect(localhost,root,password); please help me out of this problem. Please reply me at [EMAIL PROTECTED] thank you all sagar

[PHP] Compiling PHP with IMAP

2001-06-30 Thread Sagar Chand
Hiall, I am compiling php4.0.5 with imap support as a DSO for APache. with ./configure --with-apxs. --with-imap And I got an error saying rfc822.h missing. So I downloaded the latest Imap Beta 2001 tilldate And cp'd the c-client to /usr/include And after compiling the imapd and ipop3d I cp'd

[PHP] how to install pws on win2k

2001-06-20 Thread sagar chand
hi everyone, I have recently shifted from win98 to win2k. the pws i'm using is not installing on win2k. Is there any remedy 4 this? thanks for all u guys who help here with this mailing list. bye sagar