172 Posted Topics

Member Avatar for Shikha_1
Member Avatar for Shikha_1

I can see the errors, but this looks like it is for your homework. Please be polite, and dont just paste the question.

Member Avatar for almostbob
-5
119
Member Avatar for jemartalaban_1

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)

Member Avatar for jemartalaban_1
0
197
Member Avatar for Venom Rush
Member Avatar for Webville312
Member Avatar for klemme
Member Avatar for brandon66

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.

Member Avatar for brandon66
0
11K
Member Avatar for bojan123

put on your first line `ob_start();` and on the last line `ob_flush();` <?php ob_start(); /** * * Your code goes here * **/ ob_flush(); ?>

Member Avatar for bojan123
0
307
Member Avatar for davy_yg

The simplest way is that you have to drop the database and recreate it :)

Member Avatar for imBaCodes
0
110
Member Avatar for Szabi Zsoldos

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 …

Member Avatar for diafol
0
294
Member Avatar for Siberian

> 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.

Member Avatar for Siberian
0
351
Member Avatar for official.DJ.cabo
Member Avatar for Szabi Zsoldos

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 …

Member Avatar for Szabi Zsoldos
0
391
Member Avatar for davy_yg

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.

Member Avatar for itpixie
0
229
Member Avatar for Webville312

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, …

Member Avatar for Webville312
0
6K
Member Avatar for klemme

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.

Member Avatar for jkon
0
199
Member Avatar for edwin.thomson1
Member Avatar for davidjennings
Member Avatar for davidjennings
0
379
Member Avatar for code_rum

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.

Member Avatar for code_rum
0
310
Member Avatar for Nathyjoy

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 …

Member Avatar for jalpesh_007
0
293
Member Avatar for jLamp

The errors you are looking for can be found in the Error Reporting, Right click on My Computer -> Manage -> Event viewer -> Windows Logs -> Application

Member Avatar for veedeoo
0
315
Member Avatar for ca_linddha

What do you mean by > really different Show us your code-snipet to see the exact problem.

Member Avatar for cereal
0
185
Member Avatar for Xytheron

You can try it in XML also, but be aware that your are disaplaying your API key :)

Member Avatar for veedeoo
0
197
Member Avatar for L-D

As it seems you are using a wrong user to connect, as the string says > `hjhwkhjrf` user ? correct the login data, otherwise your commands are allright.

Member Avatar for Szabi Zsoldos
0
138
Member Avatar for ditty

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.

Member Avatar for Szabi Zsoldos
0
145
Member Avatar for Szabi Zsoldos

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 …

Member Avatar for Szabi Zsoldos
0
791
Member Avatar for heftor

`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 …

Member Avatar for heftor
0
117
Member Avatar for PF2G

Please post us your code so we can see, also be sure to set your head tags in the HTML.

Member Avatar for Szabi Zsoldos
0
49
Member Avatar for weeraa

You need the php 5.3 verion for the DateTime::createFromFormat, it was introduced in that version.

Member Avatar for diafol
0
167
Member Avatar for shilu2

Please give more details about your problem, and tell us what do you want to achieve...

Member Avatar for mrvijayakumar
0
337

The End.