User Profile
Collapse
-
SEO Ranking Report?
Can anyone tell me what software generates keyword ranking reports and what is the best, like semrush or moz but for free? -
Nevermind, it was a typo, I'm an idiot. Someone delete this post haha. -
I figured out the problem, apparently it's some weird bug with my design of this particular site and bootstrap. If I use col-xs-12 for mobile for that column, it renders the form useless, I set it to col-xs-10 and even though the form isn't centered, it works. Mystery to me.Leave a comment:
-
Can't click on anything on my form in mobile! Weird problem!
I for the life of me cannot figure out why the form on this site is completely disabled in mobile views, even when using the Google developer console to test I can't click on any of the text fields or anything!
http://billsbroselectric.com/contact.php
I have other sites that use this exact same form and work fine in mobile, only difference is I'm using bootstrap for this site.
Weirdest thing ever!... -
I would use one table for login credentials with a field like uid, then use LEFT JOIN to set uid with fid or sid as the JOIN field. EX: "fid on uid" and "sid on uid". Joins can be confusing but it's essential to learn them.Leave a comment:
-
Moving data from one table to another without duplicates
Hello everyone,
I ran into a big design flaw in this software I'm writing in PHP and MySQL. I'll try to explain this the best I can:
I have a table let's call it "claims" it has all of the clients claim information but also has attorney information and insurance information in it.
Now my client is asking me to set this up to where I can get statistics based on either the insurance company or... -
How do you implement MOD REWRITE in PHP?
I'm a bit fuzzy on how MOD REWRITE works in APACHE and was wondering if there are any experts out there in this area?
I am writing an e-commerce solution and I would like to make search engine friendly urls using the product name, therefore converting a url like this:
index.php?item= 460
to
/products/demo-widgets.html
I want to use this dynamically so if someone makes a new... -
Getting syntax error in facebook API but my site is fine?
Hello,
Just wondering if someone can shed some light on this, I am getting the following when I'm trying to link one of my sites on a facebook comment:
: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/content/e/c/o/ecommphppro/html/247limosales/listings.php on line 462
The website itself is working fine so I don't know what would cause this, here is the actual code around that line...
No activity results to display
Show More
Leave a comment: