0
votes
1answer
10 views

Make same column in two tables always have same data?

I have two tables in my PHP/MySQL database. On table which stores users details usernames etc and one that stores images that users have uploaded along with the username of who has uploaded that ...
-4
votes
1answer
25 views

Display upcoming birthday of user

I am making birthday management..where if today is the birthday that should display first. if today there is no birthday then the next coming birthday should be displayed. what will be the query and ...
0
votes
0answers
11 views

Can't find how to insert into joined table with 3 id's codeigniter

I made a form for adding data to my database, I use 3 tables for this: 1( Aanbiedingen // offer in english 2( fotoaanbiedingen // photooffer in english 3( bedrijfaanbiedingen // ...
0
votes
0answers
21 views

Need some help to write json for multilevel listview. ^^

I am trying to implement a multilevel listview in my application (android based). I am using php and mysql together with eclipse. For the first level listview, this is the json (filename:test1.php): ...
1
vote
3answers
741 views

Implementing Priority Queue in Kannel

I would like someone experience with kannel to enlighten me please. I currently run a little site that revolves around sending and receiving SMS. I am using Kannel as SMS Gateway, One feature that I ...
0
votes
2answers
37 views

Insert data only if record does not exist

I want to insert data in a table only if the record with a given CatalogID does not exist. $userId = $_POST['userId']; $catalogID = $_POST['catalogID']; $content_AddedTime = ...
0
votes
0answers
6 views

International Paid Payment Processor for own company, how would I implent it?

I'm planning to start a small company where customers can pay to use one of our services. However, I'm completely new to payment processing and implenting this into my website. So I've got two ...
0
votes
4answers
29 views

how can i show my search result in a table and at same time export them as a csv file

I am showing the result of my search form in a tabular form. so when a user search by name or location it shows the result on clicking search button but now my problem is that I want to export that ...
-1
votes
0answers
17 views

Search result for add more fields script

How do i made recordset for add more fields script so that users can update later also This code is related to Parent adding family details(add more fields script is used) and much more like simple ...
0
votes
1answer
26 views

Advanced Organization of my database, need tips

I hope it's easy for you guys to understand what i'm trying to do. I'm working on a project with cakePHP where it will allow users to log there drug use. Be it alcohol, caffeine, or whatever else. ...
0
votes
0answers
17 views

Create an iOS apps to read data from mySQL and show image

First of all, I create a database, I want to create an apps for my iPod, which can firstly download all of the image from my server, then my host computer (say my PC), choose the index of an image, ...
0
votes
0answers
24 views

What is the best way to keep a MySQL table replicated across multiple web sites?

I have multiple sites running the same custom CMS software. While the content needs to be different, it would be nice to have a shared member database (just for the convenience of a single sign on). ...
4
votes
2answers
34 views

MySql query to delete duplicate rows by keeping latest timestamp value?

I am facing a problem regarding the mysql table update. I have table that contains 5 columns including ID, NAME, TIMESTAMP and other 2 columns. My problem is I want to delete those rows whose both ID ...
0
votes
1answer
57 views

One search box for multiple search queries

So I have a search box that searches for whatever is input (Phone brand, model, operating system and price descending) and have a loop to display each result in a box of its own depending on if the ...
-1
votes
1answer
86 views

Formatting decimal numbers & adding code behind a checkbox [closed]

So I have two lines of code as following: echo $row['ScreenSize']; echo " Display"; Now this may look fine because for some models it says 4.65 Display, but I want it so that A) It says 4.65" ...

1 2 3 4 5 4522
15 30 50 per page