| bio | website | donlaur.com |
|---|---|---|
| location | Du Quoin, IL | |
| age | 38 | |
| visits | member for | 6 months |
| seen | 18 hours ago | |
| stats | profile views | 56 |
Senior Web Developer at Kellen Digital. LAMP/WAMP full-stack developer working with WordPress and Drupal as well as web applications. Back-end and front-end editing.
|
Mar 20 |
answered | submit on enter multiple inputs |
|
Mar 20 |
comment |
How would I make a site non responsive? Ha, thank You.. |
|
Mar 19 |
answered | How would I make a site non responsive? |
|
Mar 5 |
awarded | Caucus |
|
Jan 28 |
revised |
Check if name in database already exists edited tags |
|
Jan 18 |
awarded | Enthusiast |
|
Jan 16 |
comment |
Redirecting based on condition You are redirecting from example.com to example.org? A better approach to handling two domains is to use 301 redirects and a .htaccess file to redirect from one domain to another. Google and search engines like that method better. |
|
Jan 16 |
revised |
Get PDO errors without Try and Catch edited tags |
|
Jan 16 |
comment |
Get PDO errors without Try and Catch Give this a read. w3schools.com/php/php_exception.asp |
|
Jan 16 |
comment |
Get PDO errors without Try and Catch what makes you think that with an error you will get to the end of the page? What if it is fatal? |
|
Jan 16 |
comment |
Assign multiple rows from one table to a cell in a second table (MySQL) It makes things SO much easier down the road when you have to add new fields and attributes to the catalog like prices or if you want multiple colors or whatever. |
|
Jan 16 |
comment |
Sql Select into array - column has seperater What scripting language are you using? PHP? With PHP you can pull the field, explode the string on the pipe | and then trim the white space and put into an array. |
|
Jan 16 |
revised |
Assign multiple rows from one table to a cell in a second table (MySQL) edited tags |
|
Jan 16 |
revised |
Assign multiple rows from one table to a cell in a second table (MySQL) added 327 characters in body |
|
Jan 16 |
answered | Assign multiple rows from one table to a cell in a second table (MySQL) |
|
Jan 16 |
comment |
How to tell if web visitor is a robot Not sure how you will use it, but you could require interaction, like a CAPTCHA to check. That is what they are for, after all. |
|
Jan 15 |
comment |
Can you help me to find what is going on? Sounds like a good solution, most likely the issue, but I would just change the name. You will have to remember that each time. Easier to change the field name. |
|
Jan 15 |
revised |
Can you help me to find what is going on? edited tags |
|
Jan 15 |
answered | How to Display a message when no results found in PHP MySQL search |
|
Jan 14 |
comment |
Simple Fancybox not working, following instructions to a tee. Please see my code Plain HTML or is this in WordPress or something else? Is your fancybox in the root folder? Are you using jQuery for anything else on the page? Anything else not showing up or working? |