Jump to content

[SOLVED] I have severly butchered this piece code


Siliver2023

Recommended Posts

can anyone help me fix it?

 

foreach($_POST as $key-->$value){ $query[] = "{$key}={$value}"; } $query_str = (count($query)) ? '&;'.join('&;',$query) : ''; $output = file_get_contents('http://aire.after5group.com/catalog/aire-course-catalog.php?sa=1'.$query_str.'&;rn='.rand()); print $output; ?>;

 

I'm not sure exactly what I to kill this code but if someone could help me get it working again that wold be great. It's supossed to be a page within a page. Thank you!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.