Page 1 of 1
How to link database queries
Posted: Mon Sep 10, 2007 8:46 pm
by deshetty
Hello i have written a php script for listing . Im successfull in getting database queries. but now if i want link those queries to some other related files what should be added for below shown script
$list .="<td>".$row["city"] . "</td>";
Thanks
Posted: Mon Sep 10, 2007 9:22 pm
by Begby
You need to be a little clearer.... or maybe a lot clearer.
Re: How to link database queries
Posted: Wed Sep 12, 2007 7:14 pm
by califdon
deshetty wrote:Hello i have written a php script for listing . Im successfull in getting database queries. but now if i want link those queries to some other related files what should be added for below shown script
$list .="<td>".$row["city"] . "</td>";
I don't have any idea what you mean by "link those queries to some other related files."
Posted: Wed Sep 12, 2007 9:33 pm
by lafflin
Sometimes it's really difficult to explain what your trying to do, especially if your new to PHP and don't know all the terminology. I have this problem all the time as I am a beginner also. What I have found though is that if I take the time to articulate clearly what I am trying to do, which can take a while, I usually get pointed in the right direction. When I do not take the time to explain myself well, or I just can't figure out how I get nothing. The point that I'm trying to make is that there is a myriad of great minds here that usually will help you as long as they can understand what your saying, so don't be discouraged, just try to read what you've written objectively and ask yourself if people who are not familiar with your script can understand what your asking.