View Single Post

  #2 (permalink)  
Old 27-08-2008, 09:28 AM
paul's Avatar
paul paul is online now
ninja SEO
 
Join Date: Dec 2006
Location: .de
Posts: 1,135
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
paul has much to be proud ofpaul has much to be proud ofpaul has much to be proud ofpaul has much to be proud ofpaul has much to be proud ofpaul has much to be proud ofpaul has much to be proud ofpaul has much to be proud ofpaul has much to be proud ofpaul has much to be proud of
Default

Does your server have PHP ?
make a file called test.php and paste in
PHP Code:
  <?php

// Show all information, defaults to INFO_ALL
phpinfo();

// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);

?>
and let us know the results. Then you can use easy calls via the include command on PHP.
__________________
my sites :
irish poker / irish jobs / seo faq / advertise jobs free / green card / skiing
Reply With Quote