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!
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
Summary: In the following php code to embed wmv file in a webpage, is it possible to list more than one wmv file (so that I do not have to create one php file for each very one wmv file)? Would appreciate if s...
Summary: Would appreciate if someone could help on how to stop people accessing www.yoursite.com/juliet.wmv while still allowing them to access www.yoursite.com/wmv.php?juliet.wmv. ...
Summary: Is the server on Windows or *nix? If it's linux, I'm definitely not going to be much help with configuration issues. Hopefully, someone else will be able to help out in that case. If it's Windows, ...