[PHP-DB] changing output method

2005-02-28 Thread chintan
Hi forum i have a simple problem as im new to php how do i set the output type from table to columner like below: CompanyName :Data Address :Data City:Data Zipcode :Data ... Please help me know that loop i tried very much but i was unable to find that out. --

Re: [PHP-DB] changing output method

2005-03-01 Thread chintan
as usual my database is in mysql and there are lots of records available i had wrote my script like this $link = mysql_connect(localhost, chintan,hellomysql) or die(Could not connect); mysql_select_db(chintan) or die(Could not select database); $query = SELECT * FROM

Re: [PHP-DB] changing output method

2005-03-03 Thread chintan
the output looks like this CompanyName 641002 AddressLine1641002 AddressLine2641002 City641002 PostalCode 641002 it goes to the last field only not one by one -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-DB] changing output method

2005-03-03 Thread chintan
and as aniruddh's suggestion i was unable to printout any raws it just prints tables fieldname -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] watch and learn

2005-03-14 Thread chintan
hi guys my code is as below just look at that and tell me what should i add to have two colomns in my table; ?php include ('connect.php'); $query = SELECT * FROM stockiestandbookingagents order by city,companyname,postalcode; $result = mysql_query($query) or die(Query failed);

[PHP-DB] how do i save the updated value to a coockie

2005-04-02 Thread chintan
populate their values from php? other wise i have the very long and simple code which doesn't works very well can u give me the hint or the mistakes which i had made. ?php $link = mysql_connect(localhost, chintan,hellomysql) or die(Could not connect); mysql_select_db(chintan) or die(Could

[PHP-DB] stuck on module of apache

2005-04-17 Thread chintan
hey guys i stuck on that old error the specified module cannot be found as my all paths are neet right help me guys -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Drop Down Menus

2005-05-05 Thread chintan
hey guys i wrote this code from another code of zend.php Can anyone tell me how do i update the value of second menu and third one? can i do that without javascript? ?php session_start(); header(Cache-control: private); $link = mysql_connect(localhost, chintan,hellomysql) or die(Could

[PHP-DB] script source needed

2005-05-08 Thread chintan
please send me a copy php script if someone do know or have one of the dropdown menus updates trhough javascript or php script(did't read or heard about this) please provide it here or by email. i need it. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] how do i fetch some text

2005-05-28 Thread chintan
how do i fetch some text from a webpage for some generated field? like i want to fetch a score line from a sport site in which the line says score? actually i want to fetch an IP from my ISP's page which displays it with my user name. -- PHP Database Mailing List (http://www.php.net/) To

Re: [PHP-DB] how do i fetch some text

2005-05-31 Thread chintan
Jochem Maas wrote: chintan wrote: how do i fetch some text from a webpage for some generated field? like i want to fetch a score line from a sport site in which the line says score? actually i want to fetch an IP from my ISP's page which displays it with my user name. where is the DB