Note: The archives category content is an automatically generated focus channel and does not neccessarily reflect the opinions of this blog. No responsibility is taken for the external links presented here, follow at your own discretion.
The archives content is never scraped from sites - but an abstract obtained from search engines.
| Problem |
Solution |
Example |
Reference |
Recommended |
<html><head>…. <body> <h1>Hello World</h1> <?php if($_GET[runit]) { ?> <b>This will get displayed if ?runit=yes is appended to the web users request</b> <?php } else { ?> nothing to see here … <?php } ?> <body><html>
|
Leave a Reply
You must be logged in to post a comment.