Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~233 People Reached
Favorite Forums
Favorite Tags
php x 7
Member Avatar for hades.edy

SO friends... i had a fight with this code.. please help :( <? ob_start(); ?> <?php // Make sure an ID was passed if(isset($_GET['id'])) { // Get the ID $id = intval($_GET['id']); // Make sure the ID is in fact a valid ID if($id <= 0) { die('The ID is …

Member Avatar for hades.edy
0
143
Member Avatar for hades.edy

I accesed php info from cPanel .. php.ini said to be /etc/php5/php.ini but in the "etc" folder is nothing :( help... :(

Member Avatar for hades.edy
0
90