Thread: doadopt?
View Single Post
  #3  
Old 11-03-2012, 12:26 PM
Aasixx's Avatar
Aasixx Aasixx is offline
.. your friendly geek. c:
 
Join Date: Nov 2011
Location: somewhere ur not.
Posts: 191
Gender: Female
Credits: 28,220
Aasixx is on a distinguished road
Default

[strike]I added that in my code like this:
PHP Code:
<?php
session_start
();

include(
"functions/functions.php");
include(
"functions/functions_users.php");
include(
"functions/functions_adopts.php");
include(
"inc/lang.php");

//***************//
//  START SCRIPT //
//***************//

$id $_GET["id"];
$promocode $_GET["promocode"];
$name $_GET["name"];
$number $_GET['number'];
$_SESSION['allow'] = 1;
and I guess it worked but when I click it, it shows a blank page instead of what it shows when you've processed an adoption (Click here to get BBcodes, etc). How can I fix it to where it will show all of that, too? That's the first part of my doadopt.php by the way.[/strike]

Fixed it. :) Thanks for the help, fadillzzz!
__________________

Last edited by Aasixx; 11-03-2012 at 12:38 PM.
Reply With Quote