[PHP-DB] 3D charts

2004-10-10 Thread Vipin Chandran
hi,
Can we draw 3d graphs or pie charts using php and gd? or is there any
class or method available for this ?
-- 
Regards,
Vipin Chandran

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Data sorting

2004-09-08 Thread Vipin Chandran
hi,

I have two tables
say customer_tbl and record_tbl

the customer table stores all details abt the customer like name , id
, address, email etc and the record table stores the daily records of
the customer like id, marks_scored, total marks, date etc ..

in the reports.php page i display the reports based on date selected
.. this takes data from both the tables and displays name, email,
marks_scored and total marks .. now i need to sort the data by
clicking the title of each column.. for ex. when clicking the 'name'
title , the report should be displayed by sorting the data based on
the name .. how do i handle this .. which is the best method to handle
the above

Thanks and Regards,
Vipin Chandran

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] ELF Header problem

2001-09-19 Thread Vipin

Hi,
Please check out the following error.

Unable to load dynamic library './php_imap.dll' - ./php_imap.dll:
invalid ELF header in config.php on line 3

I have loaded the php_imap.dll at runtime using the dl() function.
Can anyone tell me the reason for this error and how to solve it.

Thanx,
Vipin
Samsan Exports.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] imap problem

2001-09-12 Thread Vipin


Hi,

The imap functions in my remote server are not enabled. Is there any
way by which I can use the php_imap.dll. I do not have administrative
rights of the server. So I cannot edit php.ini. I am using php4.04pl
on linux.

Please help.

Vipin
Missionecom.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] #usr showing up

2001-08-03 Thread Vipin

Hi,
I am running php as cgi. The top line , #/usr/bin/lib, is showing up
on the php page when the script executes. How can I avoid this. Please
help.

Thank you,
Vipin.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] stdin

2001-06-26 Thread Vipin Chandran

Hi,

what is the following?

php://stdin

Thanx,
Vipin.

_
Buy Lagaan  Yaadein music for 30% less.
Avail this special offer at 
http://shopping.rediff.com/shopping/music/offerrediffmailer.htm 




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] .htaccess

2001-06-22 Thread vipin chandran

Hi,
Can anyone tell me what is the .htaccess file and how to use it?
Thanx,
vipin chandran
[EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] imap problem

2001-06-20 Thread vipin chandran


Hi,
I am developing an email reader for IMAP/POP3. But I am getting the
following error when trying to excute the file. I have removed the
comment from the IMAP extensions in the php.ini.

Fatal error: Call to undefined function: imap_open() in conn.inc on
line 6

Contents of conn.inc is as below :

?
  $username = whoosh_vc;
  $password = crossroads;
  $mailserver = {pop.postmark.net/pop3:110}INBOX;

  $link = imap_open($mailserver,$username,$password);
?

Please help.
Thanx in advance.
vipin chandran
[EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] PHP-Javascript

2001-05-23 Thread vipin chandran

Hi,
Is there any method by which I can attach a javascript variable to a 
query string.See the following..
script language=javascript
var id;
uid = prompt(Enter your ID,Your ID);
/script
?
 print header(Location: index.php?id=.this is where I should have
the js variable uid);
?
Please solve this.
Thanx. 

vipin chandran
[EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Date display problem

2001-05-12 Thread vipin chandran

Hi,
How do I display the time and date on my message board depending on
the time of the place from where the data is entered.Everytime the
date that is displayed is not what it was when the message was posted.

thanx,

vipin chandran
[EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Checking abuses

2001-05-11 Thread vipin chandran

Hi,
I am presently develepong a message board system. Can anyone tell me
how to prevent abuses in the messages posted in the message board,
from getting displayed?.
 
thanx,
vipin.

vipin chandran
[EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Database Paging

2001-03-06 Thread Vipin Chandran

Hello,
I am presently developing a search engine..I would like to have a script for
paging through my database results...like "displaying 1 to 20 of 300
matches" and so on..

All help shall be appreciated,
Thanx in adv..
vipin


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]