21306 Posts in 5736 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 670 Views |
-
link to an other page_results

14 July 2009 at 8:58pm
Hi!
I use serchpage to connect to an esternal db and make query. I print a list of data (ex. name, phone,..). Now I need a link in $rec['name'] variable to make an other query that print description about that name in an other page. How can solve this??I write here some of my code..
$record=$db->query(....);
while ($rec=$record->nextRecord())
{ $array_data .= '$rec['name'].'<br>'; }return $this->customise(array('Linkx' => $array_data)->renderWith(array('SearchPage_results', 'Page'));
can you help me to make link?
-
Re: link to an other page_results

3 September 2009 at 9:11pm
nobody can hel me?is my question clear?
| 670 Views | ||
|
Page:
1
|
Go to Top |

