![]() |
php help
I'm trying to include a few php files on my main page but only the first one seems to get included properly...
any idea's.... please message me at 15156789 url: http://www.pinkpornography.com Pro |
Would have to see the code, but it looks like you've forgotten to open a <?php tag, or have mismatched quotes somewhere.
|
Show the code.
|
<?php
$total_thumbs = 1; $columns = 1; $links=File("cumfiesta.txt"); // Do Randomization srand((double)microtime()*1000000); shuffle($links); srand((double)microtime()*1000000); shuffle($links); // Heres the start of the table echo("<table cellspacing=0 cellpadding=0 border=0>"); $i = 0; while ($i < $total_thumbs) { // Heres the Start of a Table Row echo ("<tr>"); for ($j=0; $j<$columns; $j++) { // The Start of a Table Cell echo("<td align='center'>{$links[$i]}</td>"); $i++; } echo ("</tr>"); } echo("</table>"); ?> |
fuck that didn't come out right at all
|
[PHP]<?php
$total_thumbs = 1; $columns = 1; $links=File("cumfiesta.txt"); // Do Randomization srand((double)microtime()*1000000); shuffle($links); srand((double)microtime()*1000000); shuffle($links); // Heres the start of the table echo("<table cellspacing=0 cellpadding=0 border=0>"); $i = 0; while ($i < $total_thumbs) { // Heres the Start of a Table Row echo ("<tr>"); for ($j=0; $j<$columns; $j++) { // The Start of a Table Cell echo("<td align='center'>{$links[$i]}</td>"); $i++; } echo ("</tr>"); } echo("</table>"); ?> |
PHP Code:
|
icqing now...
|
All times are GMT -7. The time now is 09:51 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123