JQuery mobile and Adsense mobile ads don’t mix together. When I try to post an adsense mobile ad on a webpage with JQuery Mobile the ad loads on top of all the other content.
Is there any way around this? What about other mobile frameworks?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Holy cow that’s ugly. have you considered something as simple as:
Note the
or die()portion. You’re not checking for query errors and assume everything worked fine.As well, note that MySQL’s date format is YYYY-MM-DD. you’re generating d-m-Y, which is exactly backwards, so most likely your problem is from passing in invalid dates.