Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
fetch-fields
- Page 1
How do I include variables in query fetch?
Programming
Web Development
15 Years Ago
by rariti
… my pages. Is it possible to include variables in my
fetch
fields
? The below will all exist on same php page. Here… is the code I want included in my
fetch
[code] // variables to include in
fetch
$abc = stripslashes($row->abc); $def = stripslashes…
Fetch a random 5 rows from the database
Programming
Databases
11 Years Ago
by Dani
… mentioned to me that one day he was trying to
fetch
a random 5 rows from a MySQL database. He researched…, etc.) then he would randomly generate a different number and
fetch
again. He would continuously do this in a loop until… interesting thing that you can do is order by multiple
fields
. For example, suppose you have a table of 120 students…
Fetch total count of employees
Programming
Databases
10 Years Ago
by kavithaje
HI, Am new to PL\SQL. I just want to
fetch
the 4
fields
from employee table. how to do it? employee_ID, First_name, Last_name, total number of employees from employee table. i tried to
fetch
using count() function. but it is not giving the total number of employees. can anyone please help me? Thank you.
Fetch info without reloading page (when clicking submit button - AJAX?)
Programming
Web Development
14 Years Ago
by kalender
…ämta personuppgifter" It will then
fetch
/recieve some personal data and fill the correct
fields
. But.. as you can see. The…
Re: Fetch info without reloading page (when clicking submit button - AJAX?)
Programming
Web Development
14 Years Ago
by Akash Saikia
…ämta personuppgifter" It will then
fetch
/recieve some personal data and fill the correct
fields
. But.. as you can see. The…
Re: fetch array sql. how do get individual fields
Programming
Web Development
10 Years Ago
by cereal
… in the documentation: * http://php.net/manual/en/function.db2-
fetch
-row.php But instead of the loop, that moves the…
fetch array sql. how do get individual fields
Programming
Web Development
10 Years Ago
by mc3330418
… array. My question is, how do i use the indivdual
fields
; meaning, say I just wanted to echo 56.00. Or…
Re: fetch record against id
Programming
Web Development
15 Years Ago
by sharal
there are total 39
fields
in db i dont want to get 1st colunm[0] .but i want to start from colunm[1]
Re: fetch record against id
Programming
Web Development
15 Years Ago
by kireol
[QUOTE=sharal;911905]there are total 39
fields
in db i dont want to get 1st colunm[0] .…
Re: Fetch multiple form items at once
Programming
Web Development
14 Years Ago
by divyakrishnan
… name of the form elements as the name of the
fields
in the database. At the time of insertion first the…
Re: fetch result in my drop down list
Programming
Web Development
12 Years Ago
by rajilakshmi
Use inner join query to
fetch
the data
fetch data from mysql in table
Programming
Web Development
13 Years Ago
by jacob21
… selection. What i did. I gave a table structure but
fields
which are not selected remain empty. Need suggestion
fetch result in my drop down list
Programming
Web Development
12 Years Ago
by MMadhavi
I have one table named as movie. which contains
fields
like movie_id, movie_name etc. I want that movie_id in my drop down list. so i have to retrive that data from movie table. I tried my best but i dont get success in this. plz help me to retrive data in my drop down list from movie table.
Re: fetch result in my drop down list
Programming
Web Development
12 Years Ago
by MMadhavi
… should be follow for movie_name, show_time etc. location table contains
fields
like theatre_id, theatre_name, owner_name,address, city, email_id etc movie tbale…
fetch data from database using combobox and fill in textbox
Programming
Software Development
11 Years Ago
by sudeshna26
… slno from combo box in form2,then rest of the
fields
should display in other textbox in form2. Dim cn As…
Re: How do I include variables in query fetch?
Programming
Web Development
15 Years Ago
by rariti
…. On each query, there are common values I want to
fetch
, such as name, parentID, content. Then there are unique values… string/single value) that can be used in my posted
fetch
query. Thanks again.
Re: fetch value of dropdown list using php
Programming
Web Development
12 Years Ago
by broj1
You need to tell me what are the
fields
$countryName[$i][0] and $countryName[$i][1] in the tabče county (the first two
fields
).
Re: fetch row above current row where.....
Programming
Web Development
16 Years Ago
by diafol
Yeah, fine. There seem to be 10
fields
. Unfortunately it's past my bedtime and my brain's …
Re: Fetch combo box value and pass that value to the jsp
Programming
Web Development
15 Years Ago
by javaAddict
… sending the value of the combo box have 2 hidden
fields
: [CODE] <input type="hidden" name="hiddenList1…
Re: fetch value of dropdown list using php
Programming
Web Development
12 Years Ago
by nidhzee11
…;h3>Registration Form</h3> <h5>*
fields
are mandatory</h5> <form name="form1…
Re: Ajaxed Linked Dropdowns (Select Fields) for Volatile Data
Programming
Web Development
11 Years Ago
by diafol
…? 'i' : 's'; return $stmt->bind_param($type, $value); } } /** * *
Fetch
All Results From PDO or MySQLi Prepared Statement * Takes into…->name]; } call_user_func_array(array($stmt, 'bind_result'), $params); while ($stmt->
fetch
()) { foreach($row as $key => $val) { $c[$key] = …
show and hide report fields using javascript function or servlet
Programming
Web Development
10 Years Ago
by prafulla23
I have problems with jasper report. First I inform to I used eclipse luna and jaspersoft studio 6.0. 1] How to show and hide report
fields
from jsp using servlet? 2] how to
fetch
static
fields
text from jsp and display in textbox? how to way i solve this problem?
Methods to reduce fetch time
Programming
Software Development
14 Years Ago
by andrewktmeikle
… database and add contacts if they want. Some of the
fields
on the forms fill up depending on data the get… could make the program more efficent or require it to
fetch
data less regularly. I was thinking of storing the database…
Need to fetch content and store in database
Programming
Web Development
12 Years Ago
by techite
I need to
fetch
content from a file that is located at a URL …, 5000, Jun 27 2012 8:14 PM) to their respective
fields
' name. I am stuck up here. Any help would be…
Re: basic: fetch id and data in PHP MySQL
Programming
Web Development
12 Years Ago
by broj1
… use [mysqli_fetch_array](http://php.net/manual/en/mysqli-result.
fetch
-array.php) function which fetches each row in an… with database If you use a web form to
fetch
the data, users will usually input the name, nationality…quot;SELECT * FROM tablename WHERE name LIKE '$name'"; The
fields
in the form should have name attributes that are the…
automatically fill fields from resume
Programming
Web Development
10 Years Ago
by Priti_P
Hello, Suppose I have resume. On upload of resume, I want my form
fields
get filled with values like (atleast) mobile number,email id,address (etc) Is there any avilable script which can
fetch
details like this?
Adding Sum of fields from two different tables
Programming
Databases
10 Years Ago
by JayGeePee
… a time trying to figure out how to add two
fields
from two different tables together. <?php include_once('conn/db…->prepare( $query ); $stmt->execute(); while ($row = $stmt->
fetch
(PDO::FETCH_ASSOC)){ extract($row); echo "<small><…
Re: Error dealing with PDO Fetch...
Programming
Web Development
13 Years Ago
by Stefano Mtangoo
… by this database handle. The array consists of the following
fields
: [/I] So do [CODE=PHP]foreach($dbh->errorInfo() as…
Re: how to check "all fields are empty" on a form using javascript
Programming
Web Development
13 Years Ago
by nadeemansari
… it for multiple rows.... Now i have a whileloop to
fetch
records from DB in php, like this [CODE=php] $i… while loop has run [/CODE] Now suppose if the loop
fetch
's three records the name's of input field becomes…
Re: Need to fetch content and store in database
Programming
Web Development
12 Years Ago
by techite
…("LOAD DATA INFILE '$myFile'" ." INTO TABLE test
FIELDS
TERMINATED BY '|'"); if (!$result) { die("Could not load…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC