Karver thanks for the input, part of the issue was that in output I wanted to combine certain fields, so we couldn't do that.
Daniel - Thanks for all your help and patience, that last one worked. I hadn't realized I capitalized the fields I almost never use upper case when coding.
Beeg
Signed up last night, so I see what you're talking about. Figured I would finish this thread as Beeg.
Anyway result was it printed everythin like this;
Array ( [Name] => Anchor Baptist Church [Pastor] => Pastor David Foster [Denomination] => Baptist [Address] => 3524 N.E. 95th Street [City] =>...
all the rows, so for example is says there are 5 results blah blah
then the table starts top row has the headers i placed org and info. But all subsequent rows only have the commas
Beeg
This block of code creates the table I want and states the number of results, but only displays the commas not the data. Can anyone help?
while ($row = mysql_fetch_assoc($result)) {
print "<tr>\n";
printf ("<td colspan=\"3\"><p>%s<br> %s, %s</td><td...
Oh!! it worked thank you so much!
Last thing do you know how to change it so name, pastor, denomination feilds will be in one TD and address, city, state, zip, phone will be in one TD.
Beeg
PHP question; I know this is alot, but I'm desperate.
This script actually calls the whole table rather then meeting the search parameters. Can someone help with altering the php script to actually do what I want it to, find matches for searchtype and searchterm?
Thanks - Desperate
This is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.