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.

rafflemine

Members
  • Joined

  • Last visited

  1. Take alook at tizag.com for easy to follow articles.
  2. First thing you need to realise is that Page Rank is vanity while quality visitors are sanity. Let Google worry about the page rank, you need to generate links from sites that are relevant to yours and appear highly in search engine results. Even if you had a site with a high page rank it's no guarantee of getting high on the first page. Do a search on your chosen keyword and see if there are any directories you could submit to, any blogs that you could leave a useful comment or contact the webmaster and offer to write an article or ask them to review a product.
  3. The first thing I would check is whether or not the DB user as specified in $db_username, has permissions to delete. Go into MySQL Databases and check the permissions.
  4.    jimbobd reacted to a post in a topic: MySQL Update script not working
  5. The other thing you need to look at is the form method on the second page, I think that needs to be 'post' not 'get' and the action needs to be the name of the script which is I assume is 'total.php', see if that works. Steve
  6. Try to echo $query and see if the id is showing. If it isn't you may have a problem with $_SESSION['ID'].
  7. Hi daydreamer, I'm afraid most of these lines will give a syntax error. It looks to be part of a class definition where the keyword $this is used to reference other elements within the current object and usually takes on the form of $this->id; Can you show us the whole script? Steve
  8. Hi Junior, I've just quickly looked at the code so this may be way off, but where you are testing for the setting of the submit button on the second page with the line: $submit = (isset ($_POST['send'])) ? TRUE : FALSE; should you be testing the submit button named "quote" in the first page instead? i.e. $submit = (isset ($_POST['quote'])) ? TRUE : FALSE; Regards, Steve
  9. The ID field is presumably an INT in which cases the WHERE clause should read $query = "UPDATE users SET new='$new' WHERE ID=$updateid"; and not $query = "UPDATE users SET new='$new' WHERE ID='$updateid'"; Steve
  10. Hi there, I'd take a close look at the Headers for sending the email, many email servers will need the 'Reply-To:' paramater set as well as the 'From:'. This can sometimes still not be enough and you may need to set the "envelope sender address" using the -f switch after the headers check the PHP manual fo examples. Steve
  11. Hi Jason, Checkout Tizag for tutorials they're a great starting point.
  12. Hi Everyone, I'm a web developer from Nottingham looking to connect with designers for collaborations. Regards!

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.