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.
--
PHP
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(&quo
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: http:
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
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;
include ('connect.php');
$query = "SELECT * FROM stockiestandbookingagents order by
city,companyname,postalcode";
$result = mysql_query($query) or die("Query failed");
for($e=0;$e";
hey guys
how ru
would you kindly tell me how do i save the value of an updated combo box
in a cookie
as i have 3 combos on the page which must be updated and stored the
values of them so that i can reuse it too.
i found a java script for defining the value for the combos also
but
how do i populat
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
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?
$XX = "No data availabe!";
echo "";
$_SESSION['ItemType'] = $_REQUEST['ItemType'];
echo "";
$aku = mysql_query("SELECT ItemType FROM
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: http://www.php.n
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 uns
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.
whe
11 matches
Mail list logo