[PHP-DB] mysql EXPLAIN

2001-12-14 Thread Sharmad Naik
How do i get all the info for mysql just the EXPLAIN statement in postgres -- Feel free to contact me (flames about my english and the useless of this driver will be redirected to /dev/null, oh no, it's full...). (Michael Beck, describing the PC-speaker sound device)

[PHP-DB] Structure Of Imap

2001-10-02 Thread Sharmad Naik
Hi all, I was trying to develop a appln. using IMAP proto. I found that lot of the structures were not defined properly where by i had problems while inserting the values into the database and also while extracting them from dbase. Can anybody give me any reference to the imap

[PHP-DB] Seperate a variable

2001-07-28 Thread Sharmad Naik
Hi, I m extracting a variable from a dbase and assigning it as say $var .The Value of this variable is always a/or more number/s at the begining followed by a set of characters .I want to seperate the numbers from the characters.Can anybody explain me how to say value of $var=

[PHP-DB] fragmentation (Horizontal and vertical)

2001-07-17 Thread Sharmad Naik
Hi can anybody tell me or point any reference on how to carry out fragmentation on database (specially PostgreSQL) in practice. Thanks Sharmad -- Donot rely on the Operating System which don't have any sources for. -Seen somewhere on the Net ___ _

Re: [PHP-DB] password

2001-07-17 Thread Sharmad Naik
Thanks Alexey, I have set the passwd for the root user,but now how do i set the passwd for other users. Another Q ,Can I have a passwd for each table created -Thanks Sharmad On Tue, Jul 17, 2001 at 11:10:31AM +0400, Alexey Borzov wrote: Greetings, Sharmad! At 17.07.2001,

[PHP-DB] password

2001-07-16 Thread Sharmad Naik
Hi, Can anyone tell me how to protect my database or else how can i set my password in postgres for every database. -Thanks Sharmad -- Donot rely on the Operating System which don't have any sources for. -Seen somewhere on the Net ___ _

Re: [PHP-DB] Postgres and PHP and Apache

2001-07-07 Thread Sharmad Naik
add this line to /etc/ld.so.conf /usr/local/pgsql/lib and then run ldconfig restart apache and then see the magic -Enjoy Sharmad On Thu, Jul 05, 2001 at 11:41:56AM -0400, Kelly Hamlin wrote: root@www:/var/lib/apache/bin# ./apachectl start Syntax error on line 239 of

[PHP-DB] Redhat TUX

2001-07-06 Thread Sharmad Naik
I have heard about a new server developed by Redhat called TUX. Is php supported in this? -Thanks -- Donot rely on the Operating System which don't have any sources for. -Seen somewhere on the Net ___ _ _ _ |_|_||_||_||\/||_|| \ _|| || || \|

[PHP-DB] flash

2001-06-24 Thread Sharmad Naik
I know that this mail is not to be posted on this list but in case if anyone can pls help, Can anyone tell what's the name of the package for flash with php and where to locate it -Thanks -- Donot rely on the Operating System which don't have any sources for.

[PHP-DB] headers

2001-05-24 Thread Sharmad Naik
How do I eanble headers in php3.ini file -Thanks -- The secret of the universe is @*í!'ñ^#+ NO CARRIER ___ _ _ _ |_|_||_||_||\/||_|| \ _|| || || \| || ||_/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-DB] variable vaule lost

2001-05-12 Thread Sharmad Naik
pls look at the attachment -- The secret of the universe is @*í!'ñ^#+ NO CARRIER ___ _ _ _ |_|_||_||_||\/||_|| \ _|| || || \| || ||_/ ? echo(FORM); $i=10; for ($j=0;$j3;$j++){ echo $j; echo(INPUT TYPE=checkbox NAME='$j'

[PHP-DB] uploaded images display

2001-04-22 Thread Sharmad Naik
I have written a small script having connectivity with postgresql which can upload an image and display the already uploaded images. But it doesn't display the uploaded images. I guess the problem lies somewhere in $file_url. Pls help me HTML HEAD TITLE/TITLE /HEAD ?

[PHP-DB] OOPS

2001-04-21 Thread Sharmad Naik
I wanted to learn OOP in PHP .I m using postgresql and have a table called price containing the price_of_recycle of an object (0th row for bottle, 1st row for create and 2nd row for cans).I wanted to write an OOPS PHP program that would extract the price from the database for the

[PHP-DB] hide passing value

2001-04-18 Thread Sharmad Naik
I want to hide the values being passed between forms like password. For that i tried GET and POST but wouldn't work. Any other Ideas. -Regards -- The secret of the universe is @*!'^#+ NO CARRIER ___ _ _ _ |_|_||_||_||\/||_|| \ _|| || || \| || ||_/ -- PHP Database Mailing List

Re: [PHP-DB] SELECT query

2001-04-13 Thread Sharmad Naik
search table1 ,then table2,table3 using table4 and displaying unique record At 11:33 PM 4/13/01 +0530, Sharmad Naik wrote: I have three table called table1, table2, table3 all having fields like: table1 contain id and username and id referencing table4 table2 contains id and parallel_username

[PHP-DB] connection to database

2001-04-11 Thread Sharmad Naik
Hi, While writing dynamic pages I use pg_connect to connect to the database. I wanted to know whether i alway need to close database connection or while closing the FORM or going to another page does the connect close automatically. Is pg_close necessary to be given ? -- The

[PHP-DB] Images donot appear

2001-04-08 Thread Sharmad Naik
Although i have compiled php with gd i don't get image do i have to make any changes in php.ini -Regards -- The secret of the universe is @*!'^#+ NO CARRIER ___ _ _ _ |_|_||_||_||\/||_|| \ _|| || || \| || ||_/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,

[PHP-DB] headers

2001-04-07 Thread Sharmad Naik
When ever i add headers in my pages i get the following errors Can anybody tell me what's wrong? Warning: Cannot add header information - headers already sent by (output started at /usr/src/apache_1.3.14/web/server/apache/htdocs/searchdisplay.php:4) in /usr

Re: [PHP-DB] using LIMIT

2001-04-07 Thread Sharmad Naik
On Fri, Apr 06, 2001 at 02:15:34PM +0300, Dainius Vaskelis wrote: I suppose that you are using MySQL (because of LIMIT operator in SQL query) I m using PostgreSql So: In the second query i write a query whereby i say $result=pg_Exec($database,"SELECT mem_id,name from search LIMIT

[PHP-DB] using LIMIT

2001-04-06 Thread Sharmad Naik
Hi, Thanks for firstly helping me out with the prevoius query. I have a database with mem_id(int) and name(text) as its fields. In the first form (HTML) ,I take mem_id,name and count(used for LIMIT) from the browser. In the second query i write a query

[PHP-DB] passing parameters between forms

2001-04-02 Thread Sharmad Naik
Hi, I have created a database with following structure CREATE TABLE member( mem_id INT, name TEXT, age INT); the first page is as follows : !-- search1.html -- HTML BODY H1

[PHP-DB] passing parameters between forms

2001-04-02 Thread Sharmad Naik
Hi, I have created a database with following structure CREATE TABLE member( mem_id INT, name TEXT, age INT); the first page is as follows : !-- search1.html -- HTML BODY H1 This is

[PHP-DB] Library Managament project

2001-03-30 Thread Sharmad Naik
Hi Everyone, Please bear with me.I am a final year student from India-Goa, and developing a library management system which can be adopted by any University (Hopefully). We are developing this project using PHP and PostgreSql.The good thing that we appreciate is that this project is

[PHP-DB] Library Management System

2001-03-30 Thread Sharmad Naik
Hi Everyone, Please bear with me.I am a final year student from India-Goa, and +developing a library management system which can be adopted by any University +(Hopefully). We are developing this project using PHP and PostgreSql.The good +thing that we appreciate is that this project is