| Thread | Last Post | Replies |
|
| PHP/SQL Question | 30 Jun 2006 22:02 GMT | 3 |
I've been working on a PHP/SQL page for the past few days, and for some reason I'm having trouble updating/inserting new records in this application. I'm getting the following error message while trying to update or
|
| how do I drop a foreign key in MySQL 4 | 30 Jun 2006 11:51 GMT | 1 |
Hi, I want to drop a foreign key constraint in MySQL 4, but i keep getting this error: mysql> ALTER TABLE ORDER_FORM_CARTRIDGES DROP FOREIGN KEY FK2_ORDER_FORM_CARTRIDGES;
|
| Connect to mysql? | 30 Jun 2006 06:42 GMT | 1 |
I have a question. I have installed php and mysql on an apache-server on windows and I can't connect to the server. I tried to create a database (since I am trying to learn howto). My manual said I should write this at the shell:
|
| table: sortable headers | 28 Jun 2006 14:14 GMT | 1 |
i have a simple table which outputs the results of a select query. how can i make the headers sortable so that if you click on them, the values are sorted ASC if its already DESC and vice versa. appreciate all suggestions
|
| euro currency | 28 Jun 2006 13:46 GMT | 1 |
i have a simple php page with a select query on mysql db. i was wondering how to format currency with the "?" in the front. i tried changing the international locale to netherlands as suggested on php.net website; but the sign doesnt appear. any ideas ?
|
| search only certain columns in 1 table using php | 25 Jun 2006 20:22 GMT | 5 |
i want to only do a REGEXP against 4 columns in a table Job_Title | Job_Description | Job_Salary | Job_Location i tried $sql = "SELECT * FROM Jobs WHERE (Job_Title, Job_Description, Job_Salary, Job_Location) REGEXP '$search'"
|
| Foreign key error | 23 Jun 2006 19:18 GMT | 1 |
Why does creating the following table give me the error: ERROR 1005 (HY000): Can't create table (errno: 150) CREATE TABLE orderProducts ( orderID integer(10),
|
| is it possible in MySQL? | 23 Jun 2006 07:10 GMT | 2 |
One of field of my database is amount. How can I update (set mark="X") as many rows as sum of the amount give me <=20? (in Id order DESC)
|id| amount | |
| checkbox handling | 21 Jun 2006 08:12 GMT | 2 |
keep in mind in am new to PHP. here is a snippet of some of the checkbox options... <tr> <td><input type=checkbox name=skill04/>Ad Design</td>
|
| making a list to ban Guest Book entries. | 19 Jun 2006 14:03 GMT | 3 |
Hello. I am trying to write a code to filter entries (porn and medical, etc) in my guest book. The words will come in the $comments field. This is the file that handles the data coming from the guestbook.php
|
| want rows in 2nd (joined) table listed as columns with 1st | 18 Jun 2006 10:54 GMT | 4 |
I have 2 tables ("records" and "metadata") that I can join together - no problem. But I want a select that brings out the columns in table "records" with the data in the second table also as columns. Like this:
|
| go to URL | 18 Jun 2006 10:54 GMT | 1 |
I am new to php but realy loving it . I would like my code to tell the browser to load a new page at a given URL. In java you could create a variable of type URL. It should work something like this.
|
| Damage Control: When 1 of 2+ Interdependent mySQL Queries Fail... | 16 Jun 2006 17:43 GMT | 5 |
This problem has been vexing me for some time and I thought I should consult the group.... Often times when writing a php script to handle some mysql DB transactions, I must write code that performs, say, an insert into a
|
| Sorting Movie Titles from a Database of Reviews | 15 Jun 2006 16:14 GMT | 9 |
Hello, I hope I can get some help on this. I really really really need to get this working! Here is an overview of what I am trying to do. I have a database of movie reviews, and I am trying to sort them alphabetically. (So I can
|
| Learning php Sql | 14 Jun 2006 16:20 GMT | 69 |
Sorry if this is the wrong place to ask this question. I am trying to build a mysql database using phpmyadmin for my wife. the database is going to hold information on real estate with pictures. I would like people to come to the web site and beable to do searches via
|