| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| First Time Poster! | Need help with a EXTREMELY simple code... How do you make it so that, just say i had <body> Hellooooo <a href="/radio.php">Radio</a> </body> And i didnt want the Helloooo to show up on the page at all, what is the code i would put in to hide it, but keep it on the page, so i can go back for future reference?
__________________ Link Building |
| |
| | #5 (permalink) |
| DNOA Member | The text in HTML comments can be viewed by viewing the source of the page. Enclose the text in PHP comments if you don't want it to be visible at all.
__________________ codeboards A high-quality community of programmers -- Join today and post! We want new members! |
| |
| | #6 (permalink) | |
| First Time Poster! | Quote:
Does that mean SV's will show up? (Sorry about all this guys)
__________________ Link Building | |
| |
| | #8 (permalink) | ||
| NPQ's PA, Slave, and On Call Coder Technical Services | Quote:
HTML Code: <body> <!-- Hellooooo --> <a href="/radio.php">Radio</a> </body> Radio What compuXP is saying that if someone views the source of the page, that they can see the comment. Quote:
__________________ | ||
| |
| | #10 (permalink) |
| First Time Poster! | HTML... but in a .php file (as always) I need it so that you cant view it ANYWHERE, apart from in the cpanel file... no source, no selecting on screen with mouse etc.
__________________ Link Building |
| |
| | #11 (permalink) | |
| NPQ's PA, Slave, and On Call Coder Technical Services | Quote:
PHP Code: PHP Code:
__________________ | |
| |
| | #12 (permalink) | |
| First Time Poster! | Quote:
I would leave rep.. but; "You must spread some Reputation around before giving it to SecondVersion again."
__________________ Link Building | |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wanted: Simple Countdown Timer Code | BLazeD | CODE | 4 | 09-27-2005 12:07 PM |
| 30 NP$ For Whoever Can Give Me Simple Code Snippet | buddybuddha | Programming | 8 | 09-13-2005 01:00 PM |
| simple code help | unknowngiver | Programming | 5 | 08-17-2005 03:36 PM |