The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
44 views

mysql_fetch_array() and output in chunks

So I have a table with 45 records (but can be dynamic) and I use mysql_fetch_array() to get the data from the database. What is the best way to output 5 records at a time? So I need to do record 1-5, ...
0
votes
0answers
42 views

JavaScript MVC Model Storage Adapter vs. Fetching/Saving all data in one request

I've been researching JavaScript MVC, currently looking at jqMVC https://github.com/appMobi/jqMVC It seems most libraries are devised with a storage adapter on the model which can save the object, ...
1
vote
1answer
145 views

How to perform multi threading concept to fetch multiple datas from Core data?

My app has a 5 modules and each modules data was stored in 5 different managed object. I created a search page, where the user can type a keyword to find the keyword in all the 5 modules. For each ...
0
votes
2answers
106 views

How to prevent Nhibernate from fetching derived class?

I am using Nhibernate and I have a problem when fetching a base class with multiple derived classes (each class mapping a different table). When I watch the request, Nhibernate joins on every derived ...
2
votes
2answers
77 views

Display MYSQL resource pointer as hyperlink in PHP

I'm trying to display the result of an MYSQL select count as a hyperlink in PHP. When I output the result as plain text it works with this line. Print"<th>Meeting count:</th> ...
1
vote
1answer
48 views

smarty phpunit empty fetch

I need help please. I'm using Smarty with PHPUnit, and I have troubles. For example: In some checks, I call fetch function many times, and I only receive right the first call, the others only ...
0
votes
1answer
50 views

mysqli_fetch_array starting the query on a certain row

I am trying to create pagination on some pages that display rows from a MySQL table. Each page displays six items from the table. I am using a while loop with: $row_users = ...
0
votes
4answers
153 views

mysql data table how while fetching record count plus one for field name

I have this code here: while ($record = mysql_fetch_array($itemavailablequeryres)) { echo " <tr> <td>$record['itemid']</td> <td>$record['code']</td> ...
1
vote
1answer
151 views

Mysql FETCH CURSOR result ununderstood

I've been Googleing around for a while and I am sure that the problem is that I don't understand clearly how CURSORs in MySQL work. A short explanation of the problem: I'm writing such function ...
0
votes
2answers
59 views

How to fetchAll all the columns from the database

I have a coding like this $tampilUbahVerifikator = $app['db']->prepare(" select p.nama_pegawai, v.id_pegawai, v.id_verifikator, v.penanggung_jawab, ...
0
votes
3answers
102 views

Fetching information from another website?

I'd like to fetch all latest news from this site (at the center board): http://web.hanu.vn/en/ My latest approach was parsing html by using Simple HTML DOM Parser in PHP but I think it's so slow. My ...
0
votes
1answer
305 views

Fetching a single model using backbone.js

In my backbone.js code I've been trying to fetch a single model from a url. I must be doing something wrong since my model never gets filled using fetch(). I tried finding solutions on the internet, ...
1
vote
1answer
170 views

Unexpected Error Google Apps Script Fetch

I get an "Unexpected Error" from the following function: function getBomgarFeedbackXML(){ var url = "https://help.tradingtechnologies.com/api/reporting.ns?" + ...
0
votes
1answer
168 views

Pre-select Select or Mult-Select options from the existing ones instead of adding and selecting a new option

This code retrieves and displays the customer's account information from the database and pre-selects the values matching their information. The problem is that instead of selecting from amongst ...
0
votes
2answers
32 views

How to get “while else” type logic for fetch_array?

I have this code: while($m = $movieResult->fetch_array(MYSQLI_ASSOC)){ // stuff happens here } return $stuff; It works but What I really need is to detect when the while loop doesn't run ...
-1
votes
1answer
120 views

Fetch array using both if and while doesn't work

Basically I have 2 methods in the same class, getMovie and getGenres. They are very similar but One doesn't return what I expect. Here's getMovie method: public function getMovie($argType, $arg){ ...
0
votes
0answers
57 views

Auto-Install and fetch data on USB insert?

I want to make a software that auto install itself when i plugin my USB to computer.. what i am thinking is i have to do changes in USB driver. i.e. on load it will run my code with usual driver ...
3
votes
1answer
435 views

error fetching backbone model (works in chrome but not in firefox and ie9)

I have one service that returns proper data in chrome but ends in error for firefox and ie9. It looks like the GET returns 200 OK code, but still ends in error callback. I'm fetching data via ...
-1
votes
2answers
64 views

mysql complex fetch names [closed]

I have this sample data; Table Products PID PRODUCT NAME QTTY 1 PHONE 3 2 M & B NOVEL 5 3 HEADSET ...
0
votes
1answer
181 views

Core Data - One to Many relationship with object(one) and UIImages(many), storing and fetching

I aim to build a app with the object of: - Request(contains an unique id, customer name, phone, email, a brief summary of request info, a list of images(store in NSMutable Array) My Core data ...
1
vote
3answers
232 views

Use fetched data twice in PHP and MySQL with PDO

I'm writing an accounting system with PHP and MySQL and using PDO for working with database. In the payment page, I must have 2 drop down lists from defined accounts. At the first, I've used a simple ...
1
vote
1answer
118 views

fetch on PDO returns only one row and first character. why?

i'm new on PDO with PHP and i want your help. i made a function with a select statement and if the query has value greater than 0 it returns the fetch. ...
1
vote
2answers
222 views

Fetch backbone collection fail from django-tastypie

I'm using backbone-tastypie from https://github.com/PaulUithol/backbone-tastypie, and I can't fetch a collection data. Thats my code: var User = Backbone.Model.extend({ url: '/api/v1/user' }); ...
1
vote
1answer
484 views

Getting static data from a json file into backbone model

I have the following code and was wondering why my data isn't getting pulled into my model? I'm using a static json file and I'm guessing this might be my problem but can't seem to find any ...
-4
votes
3answers
490 views

Warning: mysql_fetch_array() expects parameter 1 to be resource, null given in [closed]

I'm new to MySQL coding. I have this simple mysql_fetch_array here but it doesn't seem to be working for some reason it always comes up with this error "Warning: mysql_fetch_array() expects parameter ...
0
votes
2answers
512 views

how backbone fetch construct the model or collection?

In many backbone examples I saw code with mymodel.fetch() or mycollection.fetch() and most of the codes didn't use the success callback in order to construct the model / collection from the response. ...
0
votes
1answer
40 views

How to edit this plugin to display post count bigger 1 at online today and online now - MYBB onlinetoday

I am using this plugin http://mods.mybb.com/download/online-today-1.2.2 the below part is query $queries[] = $db->simple_select( "users u LEFT JOIN ".TABLE_PREFIX."sessions s ON ...
0
votes
1answer
125 views

Hibernate decide which fetching strategy to use at runtime

I have a question regarding hibernate's eager and lazy loading. I have following setup: public Person { int prsnId; Set<Preferences> preferences; Set<ContactDetails> contactDetails; ...
2
votes
1answer
90 views

How to modify fetch parameter in git config file using command line?

I know I can use the following command line git remote add pullorigin git+ssh://root@git-xxx.xxxxx.com:1000/mnt/GITROOT/xxxxx.git to change the .git/config and get the following content for that ...
1
vote
3answers
121 views

mysql fetch by data from other table

I have built a simple webshop, where i need to process ordered products. The order comes in very nice with the id of the ordered product. I want the name and price of the product displayed on the ...
1
vote
1answer
187 views

Hibernate: Eager fetching / help me survive my hibernate nightmare

I am trying to return a List of Objects with the following HQL-Statement: return getHibernateTemplate().findByNamedParam("Select distinct response.user from Survey survey inner join fetch ...
0
votes
0answers
139 views

Zend Framework Using fetch() statement in a loop, internal query doesn't work

I can't solve this one. I have multiple while, and the one inside fetch only the first result and stop ... Here is the code : $categories is an array array(18) { [0] => array(7) { ...
2
votes
1answer
585 views

How to fetch all posts using tumblr API or Tumblr Rss feed

I need to fetch all posts from a tumblr blog. For example there is a way for wordpress like: blogRssUrl/paged={1}, we can fetch all rss feeds page by page from a wordpress blog. Is there a way ...
0
votes
0answers
64 views

Fetching Data with datawithcontentsulr always null ios

This must be simple but i can't get it done, the one that can be fetched small json data NSURL *request = [NSURL URLWithString:[NSString ...
0
votes
1answer
142 views

Fetch multiple entities with no relation between them

I have a core data model with multiple entities, each entity corresponds to a view controller were the user inserts information for each entity, for example: Tire(first Entity) - Type(first ...
1
vote
0answers
68 views

SEO: Google fetch returns blank page (but rendered HTML seems correct)

I usually find all the answers to my question but this time I could not find any. This if actually the first time I post on stackoverflow! Here is my problem. The root of my website: ...
0
votes
0answers
82 views

Java Google tasks API - can't see tasks

My issue with Google Tasks API is that I can't see tasks added via my application. Moreover, when I fetch tasks from my google account I can see only tasks added via my application - even if I add ...
0
votes
1answer
395 views

PDO get data from database

I started using PDO recently, earlier I was using just mysql.. Now I am trying to get all data from database. $getUsers = $DBH->prepare("SELECT * FROM users ORDER BY id ASC"); ...
1
vote
1answer
31 views

PDO get name of selected columns as object

How can I fetch selected data to an object and retrieve the selected columns name with PDO? Now, I'm fetching to a Member object in a loop, and manually add each column to the object by accessing it ...
-1
votes
1answer
51 views

how to change value in next option box as per the change in previous box php [closed]

I have two select boxes, and i've fetched value in those from database using php script . Now what i want is to change the value in second box as per the change in first box occurs
0
votes
1answer
70 views

Core Data - Predicate get category

I'm currently working on an app that uses Core Data. The issue I'm dealing with is the fetch data with predicate, example shown below: [[self managedObjectContext] ...
0
votes
0answers
63 views

How to fetch huge files using Google App Script

I use Google App Script and the UrlFetchApp. I would like to fetch (videos) files bigger than the authorized limits (10mb/file). Is there any way to do it? Splitting the fetch in several parts? ...
0
votes
0answers
99 views

Fetch a video and send it by email (Google script app)

I have a video by its URL. Like http://www.mysite.com/path/video.mp4 link. I would like to send an email with this video as attachment programatically. How to get this video and send it? I can make ...
0
votes
2answers
61 views

Fetch specific returned row information in PDO

I have a table stores logins information such as date, time, etc. Whenever a user signs into my website, I store these information on the table. Also I would like to tell him when was his previous ...
0
votes
1answer
80 views

Fetch and echo submitted text to individual li/div?

This is my first post here... I have a question regaring a news feed related function in html/php that I'm writing. You could say it's similar to "the Wall" which Facebook are using. So I have a ...
1
vote
1answer
92 views

Backbone rendering view but only in Chrome

I'm a beginer in Backbone, so this is a very simple example rendering a simple template. and I have a problem with rendering this template. It works only in Chrome. When I debuged this code after ...
0
votes
0answers
94 views

Data fetching really slow from webservice

I have the following webserivce. "club": { "staff": [ … ], "trainingen": [ … ], "team": [ { "name": "Baerts Lennert", "number": "0", ...
1
vote
1answer
177 views

NHibernate Fetch / ThenFetch for joined siblings

I have the following (simplified) hierarchy of entities: RootClass ->DescriptorClass ->SomeChild->DescriptorClass ->SomeGrandChild I would like to fetch everything in a ...
1
vote
2answers
86 views

Automatically fetch and pull on Debian server

I have a Debian server and a git repo (Assembla). What I would like to achieve is to have a function which automatically fetches any new revision and puts it in our 'test' host. Meaning that if I ...
0
votes
1answer
99 views

Displaying information with mysql fetch array?

I'm trying to pull information from a table in mysql 'ptb_stats'. This is being pulled through 'user_id' specific so that each member of the site can only see their stats. So far all that is ...

1 3 4 5 6 7 17