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.

gwebhostuk

Members
  • Joined

  • Last visited

Everything posted by gwebhostuk

  1. What is Yahoo/MSN add? I think you are very much new to Internet, there is no add available at msn or yahoo.
  2. Have you assigned user to database along with required privileges?
  3. Thanks for sharing, it's really nice one.
  4. Are you looking to get created website design with hosting from the hosting company?
  5. Reseller web hosting, is selling web hosting to your customers under your own brand when the web hosting is provided by a larger company. This larger company is selling you a large web hosting account which you then break apart to sell as smaller quantities to your clients.
  6. You must create some forum and thread topics relatively popular. Due to the topics you will start getting hits more on the popular topics and then people may get registered to enter their replies.
  7. Yes I always ask for the upfront. Even if I work for an hour task of suppose $70 then also I ask for the upfront of $35 from the client. It doesn't sound cheap for me. I think the work done by honesty should always be paid, that's all.
  8. In one word joomla is simply a CMS, you can integrate your site with and enjoy Content Management features.
  9. I must say that it's nice pictorial representation along with tips and guidelines.
  10. My pleasure If you need I can make modification in this script to make it working.
  11. I think you have written simple login script in a complicated way. try this, make comment to the following two lines and then check again. //$username=mysql_real_escape_string($username); //$password=mysql_real_escape_string($password);
  12. Hi, Do you have design ready for the website? Also, Check your email.
  13. I will also suggest that do not redirect from .com to .co.uk as it may confuse the visitor or even they may feel that the site is down and made up by temporarily another domain. Instead of this, you can apply two different designs with different contents to the both domains.
  14. I am PHP web developer with css, html5 etc. But i m not getting whether you want business partner or a designer or both?
  15. I must say, it's cool mockup
  16. gwebhostuk replied to fadia123's topic in Server Side
    Cool, My Pleasure
  17. Ya that's true bidding is somewhat like head ache, but no other option for someone who don't want to do a job and want to work like a freelancer
  18. make the alignment of the .loginboxdiv css to vertical-align:middle, instead of bottom(currently you are having)
  19. hi, do u get work via bidding or some other source?
  20. Great thought Eskymo, Thanks a lott, it will be really helpful.
  21. while in other pages, have you included the rollover images in the body tag of the page on the <body onload="rollover images"> event?
  22. gwebhostuk replied to fadia123's topic in Server Side
    I think you should end your if statement like following : // Error handling for missing data if ((!$firstname) || (!$lastname) || (!$email) || (!$password1) || (!$password2) || (!$humancheck)) { //your validation start here $errorMsg = 'ERROR: You did not submit the following required information:<br /><br />'; if(!$firstname){ $errorMsg .= ' * First Name<br />'; } if(!$lastname){ $errorMsg .= ' * Last Name.<br />'; } if(!$email){ $errorMsg .= ' * Email<br />'; } if(!$password1){ $errorMsg .= ' * Password<br />'; } if(!$password2){ $errorMsg .= ' * Confirm Password<br />'; } } else if($password1 != $password2) { $errorMsg = 'ERROR: Your passwords fields below do not match<br />'; } else if($humancheck != "") { $errorMsg = 'ERROR: The Human Check field must be cleared to be sure you are human<br />'; } else if($existCount > 0){ $errorMsg = 'ERROR: Your Email address is already in use inside of our system. Please use another.<br />'; } // ends your validation } // here you should end your if statement and then else { // Add this person into the database now $sql = mysql_query("INSERT INTO members (First_Name, Last_Name, Email, Password, Date) VALUES ('$firstname', '$lastname', '$email', '$password1' , NOW() )"); header("location: login.php"); exit(); } try this
  23. I will suggest you to check the database connection object. Verify your database name, db username and db password. Check if they are properly set and bound with other on the same server.
  24. If you do not feel comfortable with wordpress blogging due to its theme restriction You can then simply higher a developer and can create blogging script which will fit in any design I have created many times such a blogging script.
  25. If your site is commercial one, i would suggest not to with .info

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.