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.

Jonathon Maguire

Members
  • Joined

  • Last visited

  1. I am a web developer with plenty of experience with PHP and knowledgeable on OO PHP. PHP is NOT a bad language, it is a bad language when it is done badly! People need to learn the fundamentals before even deciding to work with PHP, Good knowledge of how to use PHP effectively and correctly will go a long way.
  2. PHP.net does warn against using mysql_...this will be phased out in the upcoming year so you need to learn mysqli or PDO as your site will cease to work afterward.
  3. download an ebook and if your using mysql_connect I seriously recommend you learn PDO or mysqli as mysql_ is being phased out in the upcoming PHP software.
  4. It'd make more sense to update the Facebook page then display it on the website...awkward much?
  5.    crobak1 reacted to a post in a topic: Error connecting to database
  6. to see if a script is assigning variables use this: var_dump($username); var_dump($password); obviously the $username and $password can be replaced with any variable name you are trying to assign.
  7. put session_start at beggining of the script <?php session_start(); ?>
  8.    Shaun Childerley reacted to a post in a topic: Web Design Newbie!
  9.    Shaun Childerley reacted to a post in a topic: New Design - DJ Website
  10.    Shaun Childerley reacted to a post in a topic: Individual or team work
  11.    Shaun Childerley reacted to a post in a topic: My soon to be launched site
  12.    Shaun Childerley reacted to a post in a topic: Facebook News Feed Patent Advice
  13.    Shaun Childerley reacted to a post in a topic: Photoshop Mock Up of My Site
  14.    Shaun Childerley reacted to a post in a topic: Photoshop Mock Up of My Site
  15.    Shaun Childerley reacted to a post in a topic: Getting weird error with php return
  16.    Shaun Childerley reacted to a post in a topic: PHP Explode > Friends Function
  17.    Jonathon Maguire reacted to a post in a topic: PHP Security Question
  18.    Jonathon Maguire reacted to a post in a topic: highscore submission with php
  19.    Jonathon Maguire reacted to a post in a topic: JQuery: FocusIn -> Chrome Issue
  20.    Jonathon Maguire reacted to a post in a topic: JQuery: FocusIn -> Chrome Issue
  21.    Jonathon Maguire reacted to a post in a topic: JQuery: FocusIn -> Chrome Issue
  22.    Jonathon Maguire reacted to a post in a topic: JQuery: FocusIn -> Chrome Issue
  23.    Jonathon Maguire reacted to a post in a topic: Browser Compatibility Tips!
  24.    Jonathon Maguire reacted to a post in a topic: A little help.
  25. Hey Germaholic, I show interest in something such as this. I am a coder. I will add you to my MSN.
  26. Hey Guys. Well I have been working on a video website which would house tutorials. The website itself is complete now I just need to produce technical and userguide documentation. Here is a photo of the end-product.
  27. Good Work Webdesigner93, I like it; Could be the next search engine but I would get rid of them 'ads' on the homepage...it spoils it
  28. function random(){ $path = check($foo, $bar); } function check($foo, $bar){ $q = "SELECT bar,path FROM `Table` WHERE foo = '".$foo."'"; $result = DbConnect->query($q); $dbarray = DbConnector->fetchArray($result); if($bar == $dbarray['bar']){ $randVar = $dbarray['path']; return $randVar; } else{ return false; } } That should work. Remember when working in classes with php you should always define the particular 'task' you want to do a typical calling class would be $dbconnect->query("SELECT * FROM member"); This would run the query where-as at the moment you arent defining what it is you want to return.
  29. Yes you can. Login as administrator then go to 'administer' and then 'blocks' and from there you can control where blocks appear on your website.
  30. Welcome to the forum Miami You know the drill

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.