Computing.Net > Forums > Web Development > help with php code!

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

help with php code!

Reply to Message Icon

Name: gooogle
Date: December 25, 2006 at 04:47:34 Pacific
OS: xp pro
CPU/Ram: p4 3 / 2gb
Comment:

i need help with a php code.. how do i make this php code
<?php
$logfile= 'log.html';
$IP = $_SERVER['REMOTE_ADDR'];
$logdetails= date("F j, Y, g:i a") . ': ' . ''.$_SERVER['REMOTE_ADDR'].'';
$fp = fopen($logfile, "a");
fwrite($fp, $logdetails);
fwrite($fp, "
");
fclose($fp);
?>


to display this image http://img86.imageshack.us/img86/79... at the same time when people click on the link .. am a php noob..plz help! can someone do that for me? lol



Sponsored Link
Ads by Google

Response Number 1
Name: Taurus
Date: January 26, 2007 at 18:31:35 Pacific
Reply:

Sorry you don't make much sense. Can you please explain abit more?


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: help with php code!

HELP needed with php codes www.computing.net/answers/webdevel/help-needed-with-php-codes/3006.html

help need with php code on wmv www.computing.net/answers/webdevel/help-need-with-php-code-on-wmv/3015.html

Cannot connect to MySQL DB with PHP www.computing.net/answers/webdevel/cannot-connect-to-mysql-db-with-php/4085.html