Jump to content
php.lv forumi

PHP to DB.


NBS

Recommended Posts

Sveiki, vēlētos, lai man kāds palīdz.

 

Man ir izveidots šādas neliels un diezgan viegls php kods:

 

index.php

 

http://paste.php.lv/3584

 

admin.php

 

http://paste.php.lv/3585

 

del.php

 

http://paste.php.lv/3586

 

un vēl no 1.php līdz 12.php tukši faili, kuri ir ievietoti index.php.

Pie informācijas ievadīšanas pievienojas

bilde ar to aprakstu utt.

 

Jautājums sekojošs kā es varētu norādīt vienā failā piem., 3x3 tabulās,

kā man ir līdzīgi sadalīts mans tables. Un šajā tablā katrā laukā,

tas būtu 1x3 viens lauks 2x3 otrs lauks un tā tālāk,

no datubāzes nolasa vai izsauc, kāda bilde ir pievienota noteiktajā laukā.

 

Īsāk sakot, kas man ir uztaisīts es vēlētos,

lai man viss būtu iekšs datubāzes un operētu tanī neviss failos.

Neesmu nekāds datubāžu speciālists,

bet vai varētu saprotamā valodā un ar piemēriem, lūdzu.

 

 

P.S. Liels paldies par autsaucību.

Link to comment
Share on other sites

Par tablu:

 

<table border="1" align="center" cellpadding="0" cellspacing="0">

<tr>

<td border="1" width="150" height="150"><? include('1.php'); ?></td>

<td border="1" width="150" height="150"><? include('2.php'); ?></td>

<td border="1" width="150" height="150"><? include('3.php'); ?></td>

<td border="1" width="150" height="150"><? include('4.php'); ?></td>

</tr>

<tr>

<td border="1" width="150" height="150"><? include('5.php'); ?></td>

<td border="1" width="150" height="150"><? include('6.php'); ?></td>

<td border="1" width="150" height="150"><? include('7.php'); ?></td>

<td border="1" width="150" height="150"><? include('8.php'); ?></td>

</tr>

<tr>

<td border="1" width="150" height="150"><? include('9.php'); ?></td>

<td border="1" width="150" height="150"><? include('10.php'); ?></td>

<td border="1" width="150" height="150"><? include('11.php'); ?></td>

<td border="1" width="150" height="150"><? include('12.php'); ?></td>

</tr>

</table>

 

<td border="1" width="150" height="150"><? include('1.php'); ?></td> = tabulas tipa :)

Link to comment
Share on other sites

×
×
  • Create New...