172 Posted Topics
Re: I can see the errors, but this looks like it is for your homework. Please be polite, and dont just paste the question. | |
Re: What @iamthwee is telling you to do is that you have to create 1+ tables that will link with the `student ID` to your students table. Please reffer to this link [JOINS](http://dev.mysql.com/doc/refman/5.0/en/join.html) | |
Re: SoapUI is a very good software, i've used it alot for testing purposes! | |
Re: you could try highcharts, it is very easy to set it up. | |
Re: Exchange has an authorization module in the settings, and you can allow your IP to send emails trough it without authentification. The simplest methods is the SMTP with the Exchange domain name if its in the lan or the Exchange IP. | |
Re: put on your first line `ob_start();` and on the last line `ob_flush();` <?php ob_start(); /** * * Your code goes here * **/ ob_flush(); ?> | |
Re: The simplest way is that you have to drop the database and recreate it :) | |
Hi guys, I don't even know where to start, the ideea is that I want to develope an API that responds with certain data, but I don't have a clue for what to look. The ideea is that there is a panel like google analytics but with no stats, but … ![]() | |
Re: > Typically, I just execute the code manually that the cron job I am going to create will run. This is exactly what I also doin these cases. | |
Re: Please post your 369 line from lol.php | |
Hi guys, I want to create a crawler to extract some infomation from a page. The problem is that it is written with the Java Wicket Framework and I don't know how to scrape informations from it because I don't know how to submit some post parameters. Is this possible … | |
Re: Check your privileges on the user for MySQL, there is a privilege you have to set. If it is root, then there is no drop problem. | |
Re: This is my aproach on a needed way, check this out. $('.' + obj + ' .deliv_date').datepicker({ dateFormat: "yy-mm-dd", showButtonPanel: true, beforeShow: function(input, inst) { var calendar = inst.dpDiv; setTimeout(function() { calendar.position({ my: 'right top', at: 'right bottom', collision: 'none', of: input }); }, 1); }, changeYear: true, changeMonth: true, … | |
Re: query is not a function/method in this Class, you have to write a query function in your Database class with the PDO query function so that it will work. | |
Re: is your website a CMS or a custom developed website ? | |
Re: the $result variable should be an array, post the $result data please so we can see the problem. | |
Re: Please specify where did you imported the CSV. **NOTE:** If you have imported in MySQL, check your datatypes, if it's INT it will chunk it, you should use float, double or decimal in this case. | |
Re: The best thing is that you find yourself an idea of what you want to achieve and build your learning around that. For php is best to start at the basics PHP.net will do it for starters, but for different logics, as diafol said, you need some good books, and … | |
Re: The errors you are looking for can be found in the Error Reporting, Right click on My Computer -> Manage -> Event viewer -> Windows Logs -> Application | |
Re: What do you mean by > really different Show us your code-snipet to see the exact problem. | |
Re: You can try it in XML also, but be aware that your are disaplaying your API key :) | |
Re: In that case you should treat your files as files, not necesarily images, I imagine that you want to build stock library. It is personal or public ? If is personal than do it in Adobe Lightroom, if it's public shure, you can do it by PHP. | |
Hi guys, I'm working on a shopping cart and I'm having some difficulties with a concept. Basicly, I remove two articles in a certain condition and it works perfectly. My problem is that I want to redirect the user instantly if these two articles are removed from the cart. When … | |
Re: `this` can reffer to two things, one is from jQuery, it's the element that you want to affect. The other one is that i can be from a class and you can reffer as this to another function from the same clasee. In your case it is the first one … | |
Re: Please post us your code so we can see, also be sure to set your head tags in the HTML. | |
Re: You need the php 5.3 verion for the DateTime::createFromFormat, it was introduced in that version. ![]() | |
Re: Please give more details about your problem, and tell us what do you want to achieve... |
The End.