Jump to content

marti314

New Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by marti314

  1. I am building a table in a php function and am trying to create a dynamic href in one of the fields. I want a user to be able to click on the reference link to have it open up windows explorer for that directory. (I know this only works in IE and not chrome or firefox) $pathdir="file://///server/dir/dir1/dir2/".$cname; $htmltable .= "<td> <a href=$pathdir> <div style="height:100%;width:100%"> Artifacts </div> </a> </td>" ; I keep getting this error: unexpected T_STRING on this line: $htmltable .= "<td> <a href=$pathdir> <div style="height:100%;width:100%"> Artifacts </div> </a> </td>" ;
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.