שאלה:

VinceCarter

New member
שאלה:

איך אני רושם מהשהו מ HTML בתוך PHP? למשל, אני צריך לרשום את זה..
<SCRIPT language=javascript src="buttons.js"></SCRIPT> <style> <!-- .itemBorder { border: 1px solid black } .itemText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica } .crazyBorder { border: 2px outset #000000 } .crazyText { text-decoration: none; color: #000000; font: Bold 12px Arial, Helvetica } --> </style>​
ואחר כך את זה:
<body bgcolor="#000000" link="#0000ff" vlink="#ff0000" text="#000000" style="MARGIN: 0px; position: absolute; left: 0;" onLoad="writeMenus()" > <table bgcolor="#000066" width="100%" > <tr><td height="14" align="middle"></td></tr></table>​
ץעזרו לי בבקשה, אני חדש לPHP... בתודה..
 

VinceCarter

New member
או לפחות אני צריך:

לינק אחת על הדף של PHP שהוא מחזיר אותי לHOME שהוא דף HTML..(אני צריך לעשות זאת בפורום של PHP).. בתודה..
 

matroz

New member
adding html code

you can either do: 1. echo "your html stuff"; 2. close you php tag <? php code here ?> your html stuff
 

VinceCarter

New member
again, I dont understanding this..

U mean I have write
ECHO$(HTML STAFF)​
או or I have write the html stuff outsude the "?>"???? Thanks
 

matroz

New member
read this

<? echo "<table>test</table>"; ?> or <table><? echo $test."<tr>" ;?></table>
 
למעלה