Hello
I need a commenting script that is worth to go for. please suggest something good
Hello
I need a commenting script that is worth to go for. please suggest something good
comments are done by inserting something into the script so that its not used by the interpreter.
PHP Code:/* some comment */
or
# some php comment
or
/* some multiple
line comment
*/
lol. Try writing to a file and then reading it, or else putting the info in MySQL.
--Jas
function GreatMinds(){ return "Think Like Jas"; }
Hope that helps you a bit.Code:<?php $NewFile = 'MyNewFile.php'; $handle = fopen($NewFile, 'w'); $info = "<?php /*the info you want, such as a var */ ?>"; fwrite ($handle, $info); fclose ($handle); ?>
--Jas
function GreatMinds(){ return "Think Like Jas"; }
are you talking about just a comment form that is sent to you / someone via email? or are you talking about storing it and retrieving it for some other purpose?
Look through this thread (most of the best info is on the second page or so).
http://www.dynamicdrive.com/forums/s...ead.php?t=9940
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Bookmarks