Jump to content
php.lv forumi

php


sofiks

Recommended Posts

Ja kas esmu svaiga gaļa ...daudzko no visa nesaprotu

 

 

echo "<table border='0'>";

echo"<tr>";

 

echo "<td width='500px' > <h3><h2>Pirmdiena!</h2>

Pārsteidz savus darba kolēģus ar pinokkio tērpu <h3></td>";

echo "<td width='500px'> <h3>Otrdiena<h3> </td>";

echo "<td width='500px'> <h3>Trešdiena<h3> </td>";

echo "<td width='500px'> <h3>Ceturtdiena<h3> </td>";

echo "<td width='500px'> <h3>Piektdiena<h3> </td>";

echo "<td width='500px'> <h3>Sestdiena<h3> </td>";

echo "<td width='500px'> <h3>Svētdiena<h3> </td>";

echo"</tr>";

echo "</table>";

echo "<table #table td>";

echo"<tr >";

echo "<td width='500px'> <h3>Jaunums! gāzmaska, no 12 jūnija! Pārsteidz savus draugus ar stidzinošu izskatu! <h3> </td>";

echo "<td ><a target = 'blank' href='Atteli/" . $record["Attels"] . "' ><img height='342' width='242' src= 'Atteli/" . $record["Attels"] . "' /></a></td>";

Edited by sofiks
Link to comment
Share on other sites

nopietni? www.w3schools.com Atradīsi HTML un CSS pamatus, jo izskatās Tev tie noderētu. Priekškam Te php vispār vajadzīgs?

Lai samazina'tu koda garumu varētu arī mēģināt aizvērt PHP kodu ciet ?> un rakstīt HTML kodu kā pienākas un kad ir beigas HTML kodam no jauna atvērt PHP <?php un turpināt PHP kodu. Izmanto PHP tad kad vajag!

<?php



$a=0;
if($a=0){
?>

<p>a=0</p>

<?php
}else{
?>

<p>a/=0</p>

<?php
}

 

Tavā piemērā PHP tiek lieki izmantots.

Ja gribi pakārtot tabulu saturu, tad tajā pašā linkā ko pievienoju iepazīsties ar CSS Styling Tables sadaļu.

Edited by WHOAMi
Link to comment
Share on other sites

Ja kas esmu svaiga gaļa ...daudzko no visa nesaprotu

 

 

echo "<table border='0'>";

echo"<tr>";

 

echo "<td width='500px' > <h3><h2>Pirmdiena!</h2>

Pārsteidz savus darba kolēģus ar pinokkio tērpu <h3></td>";

echo "<td width='500px'> <h3>Otrdiena<h3> </td>";

echo "<td width='500px'> <h3>Trešdiena<h3> </td>";

echo "<td width='500px'> <h3>Ceturtdiena<h3> </td>";

echo "<td width='500px'> <h3>Piektdiena<h3> </td>";

echo "<td width='500px'> <h3>Sestdiena<h3> </td>";

echo "<td width='500px'> <h3>Svētdiena<h3> </td>";

echo"</tr>";

echo "</table>";

echo "<table #table td>";

echo"<tr >";

echo "<td width='500px'> <h3>Jaunums! gāzmaska, no 12 jūnija! Pārsteidz savus draugus ar stidzinošu izskatu! <h3> </td>";

echo "<td ><a target = 'blank' href='Atteli/" . $record["Attels"] . "' ><img height='342' width='242' src= 'Atteli/" . $record["Attels"] . "' /></a></td>";

kur tavā kodā ir ir align=right ???

<table>
 <tr>
<td align="right" width="500px">
		bla bla
		<?php echo  $php_mainigais; ?>
</td>
<tr>
</table>

Edited by Grey_Wolf
Link to comment
Share on other sites

Dievs ar viņu, rakt apakšā negribās, labak te pabiedēšu cilvēkus cik tupi studenti var būt :DDD. Bet php table gribu pats iemācīties taisīt, jo kāda jēga ka man citi to darīs? :O

cepums tev un tādiem, kuriem ir kaut mazliet vēlme parakties kodā un programmēšanas valodu dokumentācijās. savādāk liekas, ka ir iesākusies copy&paste un "pasniedz man uz paplātes" ēra.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...