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
How to link database queries
Moderator: General Moderators
Re: How to link database queries
I don't have any idea what you mean by "link those queries to some other related files."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>";
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.