hi,
when is pass the following info, it wont work.....
using a link, i use the following URL to pass $dbid to another php file, so in my address bar, i can see the follow
proposal.php3?dbid=46
but this code shows dbid as nothing
<?
session_start();
$clientid = $dbid;
[code=php]
here is the link code from the previous page
[code=php]
<td align=center bgcolor=\"white\">
<font color=\"#671247\" size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">
<a href=\"proposal.php3?dbid=$myrow[0]\">$myrow[11]</a></font>
</td>
[code=php]
seems very odd??????
please help if u can......... i'm desperate....