Tagged Questions
0
votes
0answers
14 views
How to insert database to checkbox choices php
I have a database named "student1905" where i have a table named "periorismoi" with 2 columns "Auxon" (is a nummber like an id) and "Title".
In a php page I am having some choices in checkboxes. All ...
0
votes
1answer
29 views
Creating a development environment for large production database
There is a Windows 2008 Server running SQL Server meant as a big data solution. The (production) database is about 1TB. Right now, all the testing and development is against this production server.
...
0
votes
0answers
13 views
Drupal 7 site homepage works. Every other page can't find database
Site: http://bit.ly/1bpo7AL
I have a local Drupal site that works perfectly,
After uploading and configuring the homepage works but every other page generates the error:
Can't select database
Has ...
0
votes
3answers
44 views
How to add multiple Checkbox value to database
I have a database named "student1905" where there is a table named "programmata" where there is a column named "Periorismoi".
I have a page where there are some checkboxes. All i want to do is add ...
0
votes
1answer
28 views
MySQL database table setup
I want to know if i'm setting up this database schema the most effective way.
I am trying to output snowboarding terminology and what it means for each product on my website. The tables that I have ...
0
votes
1answer
10 views
PHP model structure - load attributes from database
I'm currently working on a PHP script, and I'm not sure what is the best practise for the following:
Since PHP does not allow multiple constructors within a class (User), I have a constructor which ...
0
votes
1answer
29 views
Access local MySQL database from Eclipse Android-Emulator
Hello folks of stackoverflow!
I have a problem that I've been trying to fix for days now, but nobody in our group can fix it. Here's the issue:
The task is "simple": Set up a connection between an ...
1
vote
4answers
29 views
Form not updating database
I have a update form that is populating from a list of employees. The values are passing but not being updated in the database. Here is my code and what I am showing as passed.
<?php
$con = ...
1
vote
0answers
30 views
My issue related with execution time and database functionality
I have a big issue makes me in bad mood.
My issue related with execution time and database functionality.
When i retrieve a 4000 users from db, And for each users make some functions as update his ...
-1
votes
0answers
17 views
Receive error: Table 'mysite_site.Config' doesn't exist after migration
I recently migrated my local environment (which is OS X Mountain Lion, version of Concrete5 is 5.6.2.1) to my remote environment (Linux). However after I uploaded all files and database as is I ...
3
votes
2answers
62 views
PHP: Efficient way to use objects as products from database
If I had my products stored like this:
tbl_products
id, price, stock
1, 20, 5
2, 30, 5
And the texts are on another table:
tbl_texts
id, item_id, type, field, value
1, 1, 'product', 'name', ...
0
votes
0answers
23 views
Get matched substring as underlined in mysql table column
I have table notes with four column as below:
|heading |text content| description|
it holds user entered text.
I have another table which holds keywords that i dont want to allow in notes tabel.
...
0
votes
1answer
31 views
I want to upload a file and when the file upload, the values of the file has to be put in my array
Below you can see my formpage, at this page you upload a xml file.
<html>
<body>
<form enctype="multipart/form-data" action="arrayincludefiletest.php" method="POST">
<input ...
-1
votes
1answer
17 views
PHP Application on LAN
I would like to develop an application in php that works on a LAN. so Which server should I use? and which is the secure database for LAN?
how can I access my project in all computer that connected to ...
0
votes
1answer
50 views
MySQL Cursor, Loop, Join or Something Else? [on hold]
My database, 'date_location', facilitates meetings by planning users' future movements and deciding when they will be geographically near. The main table describes who is going to be where, and when, ...