![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Oct 2002
Location: Canada
Posts: 520
|
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 |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
making it rain
Industry Role:
Join Date: Oct 2003
Location: seattle
Posts: 22,119
|
Would have to see the code, but it looks like you've forgotten to open a <?php tag, or have mismatched quotes somewhere.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Join Date: Feb 2004
Location: LA
Posts: 876
|
Show the code.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Join Date: Oct 2002
Location: Canada
Posts: 520
|
<?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>"); ?> |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
Confirmed User
Join Date: Oct 2002
Location: Canada
Posts: 520
|
fuck that didn't come out right at all
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 |
Confirmed User
Join Date: Oct 2002
Location: Canada
Posts: 520
|
[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>"); ?> |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
Confirmed User
Join Date: Oct 2002
Location: Canada
Posts: 520
|
PHP Code:
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 |
Confirmed User
Join Date: Nov 2003
Posts: 4,292
|
icqing now...
|
![]() |
![]() ![]() ![]() ![]() ![]() |