0
votes
1answer
15 views
Immediate update of site-map index in google, shouldn’t that be impossible?
Ckeck out http://www.blocket.se/goteborg?ca=15
Look at the first ad.
Copy the headline, and paste it into google, and also write 'blocket' after the headline in google, now searc …
0
votes
2answers
33 views
Display threaded comments with MySQL & PHP
Hello guys,
Given the following table, how can write a MySQL query to display threaded comments in a single page?
Table structure:
comment_id
comment_parent
comment_content
…
0
votes
1answer
22 views
update in mysql select statement
Is there any way to run UPDATE or INSERT inside a SELECT statement in mysql?
-1
votes
2answers
36 views
paging next and previous links don’t work!
hello
can anyone help me with this code?the next and previous links don't work
$limit=20;
mysql_connect("localhost","root","");
mysql_select_db("autoschool") or die("Unable to se …
0
votes
2answers
28 views
MySQL foreach alternative for procedure
My problem is fairly simple. I have table sets that store product sets (more products looking like one on the outside - computer, mouse and keyboard for ex.) it's connected M:N usi …
1
vote
7answers
73 views
Improving search performance
In one of my MySQL tables, I have following columns:
Skills varchar(80)
Industry varchar(40)
Address varchar(100)
Skills might include text like: C/C++, MS Office, L …
0
votes
1answer
12 views
Maxmind GeoIP Country/City MySQL Open-Source Alternative
Is there an open-source alternative to MaxMind GeoIP Country/City that I can use for MySQL?
0
votes
1answer
23 views
Most efficient way to insert two rows that depend on each other.
I have a site that is essentially a collection of links. A mysql database which stores users, links and votes. My links table has two foreign keys, user_id and vote_id. When a l …
1
vote
3answers
23 views
Multiple select statements in Single query
I am generating a report in php (mysql),
ex:
`select count(id) as tot_user from user_table
select count(id) as tot_cat from cat_table
select count(id) as tot_course from course …
0
votes
3answers
18 views
Put the most popular option at first on a select box with mysql
Hi there. I'm new on mysql, but I have a database with some data, ordered by name:
<option value="4"> George </option>
<option value="55"> John </option>
& …
1
vote
6answers
53 views
in this case Csv or Mysql?
I am starting new project. In my project I will need to use local provinces and local city names. I do not want to have many mysql tables unless I have to have or csv is fast. For …
0
votes
1answer
36 views
Numbering Items in Lists - The Best Approach?
I'm creating a simple set of tables to store a number of lists. The first table, describes the lists that I have and second describes items on those lists - the tables are defined …
0
votes
2answers
14 views
MySQL: several parents identifying their children from one table
I am designing a data model for tourism-site. I have a table for places (countries, resorts, hotels) and a table for tours. The tables are pretty different in fields so the cant be …
4
votes
3answers
39 views
Need a little clarification on MySQL Indexes
I've been thinking about my database indexes lately, in the past I just kind of non-chalantly threw them in as an afterthought, and never really put much thought into if they are c …
0
votes
5answers
162 views
Tips for speeding up this code
Hiya,
Can anyone suggest tips or alterations to make this code cleaner and faster? This was the only way I could think of doing it on a Friday evening, but I'm sure there must be …
