-
Replied To a Post in connection to database server
Your username is not allowed to remotely connect to that machine. If it's freshly setup, ask your supervisor if he has added all the right priviliges correctly, and whether the … -
Edited PHP or Wordpress shopping cart
Is it better to use PHP (cake) or a wordpress theme (woocommerce) to build a shopping cart for a printing company? -
Replied To a Post in database auto increment
http://dev.mysql.com/doc/refman/5.0/en/example-auto-increment.html -
Replied To a Post in Problem with Joins
> You may be able to do this through query (but I am still not sure you could it efficiently), I think using a query would still be more efficient … -
Replied To a Post in SQLSTATE[42000]: Syntax error or access violation: 1064
No. Like I said. There should be a space between `DESC` and `LIMIT`. -
Edited inserting zeros depending on the length
Hello I need to add a zero in front of a number if it is 3 or less so that it has 4 digits total. I only need this for … -
Replied To a Post in SQLSTATE[42000]: Syntax error or access violation: 1064
BTW, I now see that there is no space between `DESC` and your limit value. Fix that. Not sure what limit returns, but that appears the cause of your issue. -
Replied To a Post in HTML page within div
Note that loading another html and body tag within your own may lead to rendering issues. -
Replied To a Post in SQLSTATE[42000]: Syntax error or access violation: 1064
Can you post the full error message? The title is cut off. -
Replied To a Post in timer settings
You have to be more specific than that. -
Replied To a Post in Vertical Scrolling <Divs>
Glad you fixed it. Why not share it now? Or repost it as a snippet or tutorial, will get you some kudos. -
Edited Notification of new posts to watched articles
Hi for some reason I am not receiving notifications of new posts to watched items. What do I need to check? Geoff -
Edited New here
Hi I am new here, I manage a website [diy conservatory](http://www.diyconservatoryquotes.co.uk) -
Replied To a Post in New here
Welcome to DaniWeb. -
Edited Vertical Scrolling <Divs>
first off this is a question where jQuery is used heavly, there are no catagories to put that under on <DaniWeb> so i've put this post under what i believe … -
Replied To a Post in Vertical Scrolling <Divs>
> first off this is a question where jQuery is used heavly, there are no catagories to put that under on <DaniWeb> jQuery IS Javascript. -
Replied To a Post in suspicious link
The `api_key` is used to identify a Facebook App. -
Replied To a Post in Education
Either that, or covering your ass. If you prove unqualified he can always say you had the certifications. -
Replied To a Post in Education
My point exactly, he doesn't. -
Replied To a Post in Open File
> I would like to directly open the files (only for *.exe file), how to create the program like that? You cannot. This is blocked by the browser. -
Replied To a Post in Sample Projects in ASP.NET
codeplex and codeproject are full of examples. -
Edited Decoding/Decryption of PHP code
Please can some one help me descrypt the below php code i using it for my project, i encrpyt it through a code given to me by friend. -
Replied To a Post in Decoding/Decryption of PHP code
This is encrypted by something like IonCube. Asking for decrypting it is against our rules. Thread closed. -
Replied To a Post in Education
No, it's not required to have it, but in most cases getting hired is much easier if you have it. HR needs to have some kind of proof that you … -
Replied To a Post in php running mysql query inside a query
@taywin: `mysql_fetch_array` returns by index and by name both by default. -
Edited Recommendation for opening links
I thought this maybe a useful way to keep traffic within daniweb but what if you (Dani) made it so that when you click on a link, it opens a … -
Replied To a Post in Recommendation for opening links
IMO "expected behaviour" is opening in the same window. -
Edited web browser wont display my code
Pease I need your help! I am very new in Php programming,I just downloaded wampserver on my system and also komodo for text editor.I launched komodo to place my text … -
Replied To a Post in web browser wont display my code
Where did you save your file (`/wamp/www`)? Is WampServer running correctly, is it displaying it's homepage? -
Replied To a Post in Hello! fresher in this forum
Welcome to DaniWeb. -
Replied To a Post in Interface
An interface defines what you can do with a certain class. The interface only defines what methods should be supported. The actual implementation lies within the class. Think of it … -
Replied To a Post in web browser wont display my code
it's <?php without a space. -
Replied To a Post in Am I referencing my CSS correctly within the header?
Btw. Upvoting with rep has no effect within a certain timeframe. I appreciate the gesture, but is has no effect other than a regular upvote. -
Replied To a Post in Am I referencing my CSS correctly within the header?
I would, but am not sure that it's feasible in your case. -
Replied To a Post in Am I referencing my CSS correctly within the header?
Shouldn't matter, just the fact that two might be in each others way. Still, I think stripping is the only way to go, considering I never used WP am not … -
Replied To a Post in Am I referencing my CSS correctly within the header?
One of these has to go anyway: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script type="text/javascript" src="http://example.com/projectx/node/node/scripts/jquery.min.js"></script> -
Replied To a Post in Am I referencing my CSS correctly within the header?
Perhaps some htaccess redirects that are causing you issues? -
Replied To a Post in file upload script for music files
Upload size restriction perhaps. Check your php.ini -
Replied To a Post in Am I referencing my CSS correctly within the header?
Perhaps an IP block, or folder protection. I can't open the map. -
Replied To a Post in Am I referencing my CSS correctly within the header?
Opera shows: Request URL:http://example.com/projectx/node/node/scripts/jquery-1.10.2.min.map Request Method:GET Status Code:404 Not Found But jquery 1.11 is also loaded from google. And a lot more 404 on images. There's a lot on that … -
Replied To a Post in Designing for mobile
> Plus there's now a way to toggle to pseudo-desktop mode. I like it, although somehow the page is not being displayed full width, although my phone is 1920px wide … -
Edited What is the different between SMO and SMM?
Hello friends, Do you know about SMO and SMM? What is the different between SMO and SMM? Because i am confuse between them. Some people says both are different and … -
Replied To a Post in exiting problems and insights from accross the globe
Welcome to DaniWeb. -
Replied To a Post in Software Developer(student)
Welcome to DaniWeb. -
Replied To a Post in Eid Mubarak Wishes
http://www.inmotionhosting.com/support/website/backup-and-restore/backup-your-database-in-cpanel -
Replied To a Post in Am I referencing my CSS correctly within the header?
Is there a specific reason you are using full URLs? -
Replied To a Post in wtf Notice: Undefined variable: checked in C:\wamp\www\
The variable `$checked` is not defined when there are no results, so I suggest to move line 10 to between line 4 and 5, and replace `null` with `''` (empty … -
Replied To a Post in move_uploaded_file gives 500 internal server error.
What's in your error log? -
Replied To a Post in move_uploaded_file gives 500 internal server error.
$target ="/uploads/$_FILES["img"]["tmp_name"]; // line 15 should be: $target = "/uploads/" . $_FILES["img"]["tmp_name"]; and on line 17 `$target_path` should be `$target` I think. -
Replied To a Post in Programming Logic and Problem Solving
> I want to find ways to increase my logic and problem solving skills so I can become better at programming. There are a lot of code golf websites, providing …
The End.