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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 04-04-2004, 11:07 PM   #1
The Professional
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
The Professional is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2004, 11:13 PM   #2
fuzebox
making it rain
 
fuzebox's Avatar
 
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.
fuzebox is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2004, 11:14 PM   #3
spentrent
Confirmed User
 
Join Date: Feb 2004
Location: LA
Posts: 876
Show the code.
spentrent is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2004, 11:18 PM   #4
The Professional
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>");
?>
The Professional is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2004, 11:19 PM   #5
The Professional
Confirmed User
 
Join Date: Oct 2002
Location: Canada
Posts: 520
fuck that didn't come out right at all
The Professional is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2004, 11:20 PM   #6
The Professional
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>");
?>
The Professional is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2004, 11:22 PM   #7
The Professional
Confirmed User
 
Join Date: Oct 2002
Location: Canada
Posts: 520
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>");    
?>
The Professional is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2004, 11:25 PM   #8
Ash@phpFX
Confirmed User
 
Join Date: Nov 2003
Posts: 4,292
icqing now...
Ash@phpFX is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.