Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP code error.. Urgent

Status
Not open for further replies.

sandeepmur

Programmer
Joined
Dec 14, 2003
Messages
295
Location
PT
Hi,

Hope this is the right forum for my question..

I have a html page with a frameset in a ASP website with the following:

Code:
<FRAMESET COLS="180,*" BORDER=0 framespacing="0" frameborder="NO">
     <FRAME SRC="nav.asp?rub=2" MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no>
     <FRAMESET ROWS="90,15,*" BORDER=0 FRAMEBORDER=no FRAMESPACING=0>
          <FRAME SRC="bnd.htm" noresize marginheight="0" marginwidth="0" SCROLLING="no">
          <FRAME SRC="files/pagehits2.asp" NAME="pagehit" marginheight="0" marginwidth="0">     
          <FRAME SRC="[URL unfurl="true"]http://www.altran.net/jobs/process.php?id_site=PT"[/URL] NAME="txt" marginheight="0" marginwidth="0">     
          <FRAME SRC="[URL unfurl="true"]http://www.altran.net/GIC/emploi/cv.php?<?[/URL] echo "id_site=$id_site&offer_id=$offer_id&ref_country_code=$ref_country_code&type_cv=$type_cv"; ?>" NAME="txt" marginheight="0" marginwidth="0">
          <FRAME SRC="[URL unfurl="true"]http://www.altran.net/GIC/emploi/cv.php?id_site=PT"&offer_id=$offer_id&ref_country_code=$ref_country_code&type_cv=$type_cv";[/URL] ?>" NAME="txt" marginheight="0" marginwidth="0">
     </FRAMESET>
</FRAMESET>

The page loads with the correct sources but clicking on the link "Candidatura espontânea" shows the following errors:

Warning: Bad arguments to implode() in /appli/apache/https- on line 764

Warning: Bad arguments to implode() in /appli/apache/https- on line 766

Warning: Bad arguments to implode() in /appli/apache/https- on line 767

Warning: Bad arguments to implode() in /appli/apache/https- on line 768

Warning: Bad arguments to implode() in /appli/apache/https- on line 769

Warning: Cannot add header information - headers already sent by (output started at /appli/apache/https- in /appli/apache/https- on line 781


WHats strange is that If I Load the url " directly in my webbrowser and clik the same link, the page loads perfectly fine...

Any suggestions as to what could be wrong ??

TIA,

sands
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top