Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

 Chris

Members
  • Joined

  • Last visited

  1. None, I hate reading books! You should only read if you have to!
  2. Is this true, a fourth fast and furious! I can't wait!
  3.  Chris replied to lstables's topic in Server Side
    <?php $to = "myemail@mydomain.com"; $re = "Website Feedback" $your_company = addslashes($_GET['company']); $your_name = addslashes($_GET['name']); $your_phone = addslashes($_GET['phone']); $your_email = addslashes($_GET['email']); $your_message = addslashes($_GET['message']); $subject = "From" . $your_email; $headers .= 'Content-type: text/html; charset=iso-8859-1'; $content = "<html><head><title>Contact Us</title></head><body><br>"; $content .= "Company: <b>" . $your_company . "</b><br>"; $content .= "Name: <b>" . $your_name . "</b><br>"; $content .= "Phone: <b>" . $your_phone . "</b><br>"; $content .= "E-mail: <b>" . $your_email . "</b><br><hr><br>"; $content .= $your_message; $content .= "<br></body></html>"; mail($to,$subject,$content,$headers); ?>
  4. The Shining, First time I saw it i nearly couldn't sleep. Scared the life out of me. (I was around 9).
  5.  Chris replied to a post in a topic in Website Hosting
    I use smartFTP. Don't download the new one it sucks.
  6. Hi, I'm Chris, 16 and live in Holland. Been web designing for nearly 5 years now, my main abilities lie in PHP and MySQL, Never went to school to learn anything. Everything I know is through trial and error. Looking forward to helping people and making some cash
  7. In your description you probobally have quotations, view the source of your page and check to see what all is in your a tag. Try this, it will probobally add slashes to every quotation though. <h2><a href="<?php the_permalink(); ?>" title="<?=addslashes(the_title(); ?>"> <?php the_title(); ?></a></h2>
  8. <?php if( empty( $_COOKIE['visited'] ) ) { setcookie('display', "Hello!"); setcookie('visited', true); } if( isset( $_COOKIE['visited'] ) && !empty( $_COOKIE['display'] ) ) { echo "<h1> {$_COOKIE['display']} </h1>"; } if( isset( $_POST['submit'] ) ) { setcookie('display', false); } ?> <form action="" method="post"> <input type="submit" name="submit" value="Don't display" /> </form> Something like this?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.