GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   php help (https://gfy.com/showthread.php?t=264474)

The Professional 04-04-2004 11:07 PM

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

fuzebox 04-04-2004 11:13 PM

Would have to see the code, but it looks like you've forgotten to open a <?php tag, or have mismatched quotes somewhere.

spentrent 04-04-2004 11:14 PM

Show the code.

The Professional 04-04-2004 11:18 PM

<?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>");
?>

The Professional 04-04-2004 11:19 PM

fuck that didn't come out right at all

The Professional 04-04-2004 11:20 PM

[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>");
?>

The Professional 04-04-2004 11:22 PM

PHP 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>");    
?>


Ash@phpFX 04-04-2004 11:25 PM

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