[PHP-DB] KEYBOARD

2004-12-01 Thread balwantsingh
May pls. help me. Can anybody guide me whether virtual keyboard can be made using PHP. Actually i am developing a site for our internal use where we will not give keyboard to user, the data can be entered by help of touchscreen pasted on the monitor. with best wishes balwant -- PHP Database

[PHP-DB] [PHP-DEV] KEYBOARD

2004-12-01 Thread balwantsingh
May pls. help me. Can anybody guide me whether virtual keyboard can be made using PHP. Actually i am developing a site for our internal use where we will not give keyboard to user, the data can be entered by help of touchscreen pasted on the monitor. with best wishes balwant -- PHP Database

[PHP-DB] number format

2004-11-28 Thread balwantsingh
hello, may pls. suggest me how i can retreive number before decimal and after decimal. for example 123456.7. I want to store 123456 in a variable and 7 in another. also how can i force the user by validations so that he can only enter data in this format only i.e. 123456.7. thanks with best

[PHP-DB] number format

2004-11-27 Thread balwantsingh
hello, may pls. suggest me how i can retreive number before decimal and after decimal. for example 123456.7. I want to store 123456 in a variable and 7 in another. also how can i force the user by validations so that he can only enter data in this format only i.e. 123456.7. thanks with best

[PHP-DB] Institute

2004-11-08 Thread balwantsingh
Hi to all, May you pls. suggest me a good institute for learning PHP AND MYSQL in and around Delhi or Noida (INDIA). preferably Noida. with best wishes balwant -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] how to add UPDATE,DELETE for inventory management system using sqlite db

2004-11-04 Thread balwantsingh
yes you can add more submit buttons like save and give name them as update, select etc. etc. if i had in your place, i do the following:- for example - when user clicks on update buttons than one page should be opened asking information i.e. what fields he want to update etc. etc. and on a

[PHP-DB] PHP Javascript

2004-10-30 Thread balwantsingh
hi to all, can anybody guide me how to embed php script into javascript. actually i am using a function in javascript and want that when this fuctions is called than some values to be stored in php session so that the values can be displayed in next page. thanks with best wishes balwant

[PHP-DB] printer dialouge box

2004-10-30 Thread balwantsingh
how i can open the printer dialouge box of browser in PHP. pls. help. with best wishes balwant -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Re: I can't seem to get Max() to work

2004-10-28 Thread balwantsingh
can anybody advise if there is any command so that MAX can be found in the data entered the columns. i mean to say suppose i have three columns col1 col2 col3 in a table now the MAX value to find from col1, col2, col3. with best wishes balwant -Original Message- From: David Robley

RE: [PHP-DB] Books

2004-10-18 Thread balwantsingh
I found PHP and MySQL for Dynamic Web Sites (by Larry Ullman) very useful and quick guide as it gives many example also. i learned PHP from this book only. another book (which i have not yet seen but many people have recommended me) is PHP BLACK BOOK by peter moulding. Also friend, pls. do one

[PHP-DB] pdf

2004-10-15 Thread balwantsingh
hi all, i want to how i can save the data retrieved from mysql through php in pdf format. thanks for your help in advance. with best wishes balwant -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] refresh the page on back

2004-10-14 Thread balwantsingh
first of all excuse me for putting the non related question in this forum. but i am sure someone will help me. i want that whenever users press the browser back button, the page should be refreshed and than displayed. thanks for your help in advance. with best wishes balwant -- PHP Database

[PHP-DB] ip address

2004-09-29 Thread balwantsingh
i tried the $_SERVER['REMOTE_ADDR'] it is giving ip address of server which is hosting the webpage not the user's ip address. pls. suggest how can IP address of an user can be obtained. with best wishes balwant -Original Message- From: Philip Thompson [mailto:[EMAIL PROTECTED] Sent:

[PHP-DB] User Activities

2004-09-27 Thread balwantsingh
hi may pls. help me i am using PHP and MYSQL. is there any command through which i can record which user modifiyed the data through which command (insert / update / delete etc.) on which time and date in a table in mysql. with best wishes balwant -- PHP Database Mailing List

[PHP-DB]

2004-09-25 Thread balwantsingh
excuse me pls., i am putting a question which is not related to this forum but i am sure somebody will help me i want to know whether in PHP submenu can be created under menu so that user put his mouse over the menu and submenu automatically displayed. with best wishes balwant -- PHP Database

[PHP-DB] session

2004-09-21 Thread balwantsingh
Execuse me, i know i am not putting my question in right mail forum but i trust that many of you can give me the right answer. also request you to kindly give me email add. of mailing list where this type question should be put up. i am using session_cache_limiter(public); in one of my webpages,

[PHP-DB] select command denied to user

2004-09-13 Thread balwantsingh
pls. help. i have grant all to one of my tables made in mysql. now when i want to retrieve the data through PHP, following error is coming = select command denied to user: '[EMAIL PROTECTED]' for table 'timeframe' = pls. advise what went wrong. with best wishes balwant -- PHP

[PHP-DB] select command denied to user

2004-09-10 Thread balwantsingh
pls. help. i have grant all to one of my tables made in mysql. now when i want to retrieve the data through PHP, following error is coming = select command denied to user: '[EMAIL PROTECTED]' for table 'timeframe' = pls. advise what went wrong. with best wishes balwant -- PHP

RE: [PHP-DB] how to show this querry

2004-09-06 Thread balwantsingh
try this SELECT start_date, end_date, project_title from tablename where month(start_date)=09 and year(start_date)=04 this will show only the data pertaining to 09 month and 04 year. hope this will resolve your problem. with best wishes balwant -Original Message- From: peppe

[PHP-DB] Sum

2004-09-04 Thread balwantsingh
hi, i am developing a webpage by using PHP for inserting / displaying data on daily basis and storing the database in Mysql. now i want to make one report which gives sum on monthly basis. my table is containining two fields 1) date (in -MM-DD format) 2) unit_consumed (integer) with

[PHP-DB] retrieved data from mysql to be shown in spreadsheet

2004-08-22 Thread balwantsingh
May pls. advise me. I am developing a page using PHP for entering the data into tables made in mysql. I want that when user click on Reports button the data (which will retrieve from mysql) should be shown in Spreadsheet (Calc) of Open Office. Pls. tell how it can be done. balwant -- PHP

[PHP-DB] retrieved data from mysql to be shown in spreadsheet

2004-08-20 Thread balwantsingh
May pls. advise me. I am developing a page using PHP for entering the data into tables made in mysql. I want that when user click on Reports button the data (which will retrieve from mysql) should be shown in Spreadshee (Calc) of Open Office. Pls. tell how it can be done. balwant -- PHP

[PHP-DB] retrieved data from mysql to be shown in spreadsheet

2004-08-20 Thread balwantsingh
May pls. advise me. I am developing a page using PHP for entering the data into tables made in mysql. I want that when user click on Reports button the data (which will retrieve from mysql) should be shown in Spreadshee (Calc) of Open Office. Pls. tell how it can be done. balwant -- PHP

[PHP-DB]different heading

2004-08-19 Thread balwantsingh
pls. help me. i have made one webpage where user for getting a report checks the checkbox as per his requirement and accordinly only that data is retrieved from mysql. i used array and loop for getting the data. now my problem is that by default column name (of mysql table) is displayed as

RE: [PHP-DB] PHP5 not loading mysql.dll and mysqli.dll

2004-08-18 Thread balwantsingh
may be you have not uncommented extension_dir=c:/php/ext/ (Directory in which the loadable extensions (modules) reside) please check. balwant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 3:47 AM To: [EMAIL PROTECTED] Subject:

[PHP-DB] Check Boxes

2004-08-18 Thread balwantsingh
can somebody advise me i want to use checkboxes on my website, i want that if user selects some checkboxes (there will be more than 20 checkboxes), checkbox's value will be stored in variables and than SELECT query command will be run using these variables through PHP. but my problem is that in

RE: [PHP-DB] Check Boxes

2004-08-18 Thread balwantsingh
=Opening_Units Unit_Consumedinput type=checkbox name=ch3 value=Unit_Consumed -Original Message- From: John Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 5:43 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Check Boxes balwantsingh wrote: can

RE: [PHP-DB] MySQL denying access to everything...Part 2

2004-08-18 Thread balwantsingh
mysql grant all privileges on *.* to [EMAIL PROTECTED] identified by 'password' with grant option; try this out balwant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 12:13 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] MySQL denying