• Member Avatar for lewashby
    lewashby

    Created breaking between php & html

    The php/html file I am working on is laid out in this way. <?php // connect to DB $connection ?> html html html <?php foreach($connection-query($sql) as $row) do stuff ?> …
  • Member Avatar for lewashby
    lewashby

    Began Watching breaking between php & html

    The php/html file I am working on is laid out in this way. <?php // connect to DB $connection ?> html html html <?php foreach($connection-query($sql) as $row) do stuff ?> …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for G++ configuration

    Linux Mint 17 I have recently download the SFML library but I don't know where to put the files. There is a lib directory and an include directory. The lib …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in G++ configuration

    I placed all the .hpp files in /usr/local/include/ and everything seems to be working just fine. I also placed all the .so.x.x files in /usr/local/lib/ but they don't seem to …
  • Member Avatar for lewashby
    lewashby

    Created G++ configuration

    Linux Mint 17 I have recently download the SFML library but I don't know where to put the files. There is a lib directory and an include directory. The lib …
  • Member Avatar for lewashby
    lewashby

    Began Watching G++ configuration

    Linux Mint 17 I have recently download the SFML library but I don't know where to put the files. There is a lib directory and an include directory. The lib …
  • Member Avatar for lewashby
    lewashby

    Created C++ - has no member n, d

    When I try to compile the program below in Eclipse I get two erros, ‘const class Fraction’ has no member named ‘n’ & ‘const class Fraction’ has no member named …
  • Member Avatar for lewashby
    lewashby

    Began Watching C++ - has no member n, d

    When I try to compile the program below in Eclipse I get two erros, ‘const class Fraction’ has no member named ‘n’ & ‘const class Fraction’ has no member named …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in cloud suggestions

    Setting up something in my home is not an option. When I was young our house burned down so my back need to be outside of my own house. Now, …
  • Member Avatar for lewashby
    lewashby

    Began Watching Newbee -Linux admin

    Hey, I would like to greet you all. I am linux web server administrator webhosting industry. I believe we can dicusess more about us here, I expecting your kind cop-operation.
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in Newbee -Linux admin

    Are you asking a question?
  • Member Avatar for lewashby
    lewashby

    Created cloud suggestions

    I need some suggestions on a good cloud server I could use to backup my computer. I want to backup my data (music, pictures, videos, etc...) and I also want …
  • Member Avatar for lewashby
    lewashby

    Began Watching cloud suggestions

    I need some suggestions on a good cloud server I could use to backup my computer. I want to backup my data (music, pictures, videos, etc...) and I also want …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in Solved & Spell Check

    Thanks. I'm still trying to find that 'sovled' button.
  • Member Avatar for lewashby
    lewashby

    Created Solved & Spell Check

    I see that daniweb.com has been updated but now I don't see a solved button on any of my threads. Also, could someone tell me why I don't get any …
  • Member Avatar for lewashby
    lewashby

    Began Watching Solved & Spell Check

    I see that daniweb.com has been updated but now I don't see a solved button on any of my threads. Also, could someone tell me why I don't get any …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in I need recursive and careful rsync

    Any ideo on how I will find and identify these temporary files?
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in I need recursive and careful rsync

    I seem to have recovered my lost data but oddly I now have an extra 7 Gigs give or take in my home directory than before everything got wiped out. …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in I need recursive and careful rsync

    Oh and one other criteria, the files that were being transfered when the sync stoped and everything got deleted are no doubt corrupted but that's problem not much if any. …
  • Member Avatar for lewashby
    lewashby

    Created I need recursive and careful rsync

    So I recently had a catastrophe with using the Mega cloud service with my Linux Mint desktop and I got my whole home directory wiped out. Everything got wiped out …
  • Member Avatar for lewashby
    lewashby

    Began Watching I need recursive and careful rsync

    So I recently had a catastrophe with using the Mega cloud service with my Linux Mint desktop and I got my whole home directory wiped out. Everything got wiped out …
  • Member Avatar for lewashby
    lewashby

    Created Catastrophy

    I recently purchased a 200 GB cloud drive from http://mega.nz but now it's wrecked havoc on my local machine. To give you an idea of what happened I'll start by …
  • Member Avatar for lewashby
    lewashby

    Began Watching Catastrophy

    I recently purchased a 200 GB cloud drive from http://mega.nz but now it's wrecked havoc on my local machine. To give you an idea of what happened I'll start by …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in LMDE repositories

    They've chagned the site. How do I mark solved?
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in LMDE repositories

    The internet connection was always working fine. Don't know why but now it's working. Go figure.
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in Moving MariaDB

    So this line -> `mysqldump -uUSER -pPASS --no-data --opt db_name | mysql -uUSER -pPASS --host=remote_host -C db_name` will only copy the DB layout and tables and not the data. Then …
  • Member Avatar for lewashby
    lewashby

    Created Moving MariaDB

    I'm working on a small web project (MariaDB LAMP stack) on my desktop but I'd like to be able to continue working on the project when I am away from …
  • Member Avatar for lewashby
    lewashby

    Began Watching Moving MariaDB

    I'm working on a small web project (MariaDB LAMP stack) on my desktop but I'd like to be able to continue working on the project when I am away from …
  • Member Avatar for lewashby
    lewashby

    Created LMDE repositories

    I have recently installed LMDE (Linux Mint Debian Edition) onto my laptop but I can't isntall anything because it can't find the sources. I'm assuming I need to edit the …
  • Member Avatar for lewashby
    lewashby

    Began Watching LMDE repositories

    I have recently installed LMDE (Linux Mint Debian Edition) onto my laptop but I can't isntall anything because it can't find the sources. I'm assuming I need to edit the …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in MariaDB, simple query and display

    Now how do I mark as solved? Also when making a post where did all the sub groups go, PHP, HTML/CSS, etc... go?
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in MariaDB, simple query and display

    I only want to get the row that matches the specific field. Woundn't it be easier to use fetch_assoc() for that? When using fetch_all() is it fetching the whole table? …
  • Member Avatar for lewashby
    lewashby

    Created MariaDB, simple query and display

    The program below is just a simple test to see if I can get it to fetch the correct data from MariaDB and then display it on the screen but …
  • Member Avatar for lewashby
    lewashby

    Began Watching MariaDB, simple query and display

    The program below is just a simple test to see if I can get it to fetch the correct data from MariaDB and then display it on the screen but …
  • Member Avatar for lewashby
    lewashby

    Created submit accessing PHP

    When I look up connectin an html form via 'action' & 'submit' to php code I see that I am supos to give the form's action attribute the value of …
  • Member Avatar for lewashby
    lewashby

    Began Watching submit accessing PHP

    When I look up connectin an html form via 'action' & 'submit' to php code I see that I am supos to give the form's action attribute the value of …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in linking table and table design, PHPMyAdmin

    The ID's in this case are 8 digit numbers that will not follow any discernible progression. Shouldn't I create another column as primary key and have it set to auto …
  • Member Avatar for lewashby
    lewashby

    Created linking table and table design, PHPMyAdmin

    I'm working with MariaDB through PHPMyAdmin and I have a question about how I need to set up my database. For eash person in the table I am currently building …
  • Member Avatar for lewashby
    lewashby

    Began Watching linking table and table design, PHPMyAdmin

    I'm working with MariaDB through PHPMyAdmin and I have a question about how I need to set up my database. For eash person in the table I am currently building …
  • Member Avatar for lewashby
    lewashby

    Created tables and CSS

    In the page below if the screen is to small or is resized it causes the data in the table cells to be out of sight. I would either like …
  • Member Avatar for lewashby
    lewashby

    Began Watching tables and CSS

    In the page below if the screen is to small or is resized it causes the data in the table cells to be out of sight. I would either like …
  • Member Avatar for lewashby
    lewashby

    Created Word, text boxes, & PDFs

    I am trying to create a PDF file that has typeable text boxes, so I guess I'm trying to create a PDF form. I'm using MS Word 2010 to create …
  • Member Avatar for lewashby
    lewashby

    Began Watching Word, text boxes, & PDFs

    I am trying to create a PDF file that has typeable text boxes, so I guess I'm trying to create a PDF form. I'm using MS Word 2010 to create …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for installing phpmyadmin [Linux]

    I just installed phpmyadmin with `sudo apt-get install phpmyadmin` but now I can't figure out how to get it started. The installation did place a phpmyadmin directory in /etc/ but …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in installing phpmyadmin [Linux]

    phpmyadmin is starting in the browser but I'm getting this erro at the bottom of the page. Anyone know anything about this? `The mcrypt extension is missing. Please check your …
  • Member Avatar for lewashby
    lewashby

    Created installing phpmyadmin [Linux]

    I just installed phpmyadmin with `sudo apt-get install phpmyadmin` but now I can't figure out how to get it started. The installation did place a phpmyadmin directory in /etc/ but …
  • Member Avatar for lewashby
    lewashby

    Began Watching installing phpmyadmin [Linux]

    I just installed phpmyadmin with `sudo apt-get install phpmyadmin` but now I can't figure out how to get it started. The installation did place a phpmyadmin directory in /etc/ but …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in Creating a database, permission denied

    Yes, the user garrett is a user that I have already created. How do I change permissions so that my user can create databases?
  • Member Avatar for lewashby
    lewashby

    Created Creating a database, permission denied

    When I try to create a database with a non root user of MySQL I get this error. -> MariaDB [(none)]> create database cl_db; -> ERROR 1044 (42000): Access denied …
  • Member Avatar for lewashby
    lewashby

    Began Watching Creating a database, permission denied

    When I try to create a database with a non root user of MySQL I get this error. -> MariaDB [(none)]> create database cl_db; -> ERROR 1044 (42000): Access denied …

The End.