| Thread | Last Post | Replies |
|
| Create table like | 31 Oct 2006 19:40 GMT | 1 |
Can anyone tell me what is invalid about this? The table items definitely exists and looks like it matches the spec: http://dev.mysql.com/doc/refman/4.1/en/create-table.html It's doing my head in - I thought I'd finished.
|
| mis behaven variable or what is going on | 27 Oct 2006 14:55 GMT | 3 |
The next filters out everything I would like it to filter which has the value f2 $t = $_SESSION[f_or_temp_data][f_or_st_id]; if (price.size_key == "$t"){
|
| $t variable in a query | 26 Oct 2006 19:14 GMT | 2 |
I am trying to make a change to a php program, Could you see the error $t = $_SESSION[f_or_temp_data][f_or_st_id]; $query = "select vinalux.fabric, size.size_height_max, price.size_key
|
| Problem with SELECT | 26 Oct 2006 17:17 GMT | 2 |
I have a page with a link <a href="Contributor.php?action=&SubCat=<?php echo $row["writer"]; ?>"><?php echo $row["writer"];?></a> that does to a page with a SELECT
|
| my first website with Php and MySql database | 25 Oct 2006 11:14 GMT | 4 |
I have a website in my mind I would to implement once my db is more furnished. For now, it's a small db in a form of Excel tables. Is there a way if I create an access file to export it into my sql with little work?
|
| Advance Order By | 24 Oct 2006 23:36 GMT | 2 |
Hi My Name is Danny, I have a problem with the Order By Clause. My scenario is that I have Varible Data inside a Table ie: A123, B123, 1, 2 , 10, 11,13, 33
|
| Paradox DB and TIME field | 24 Oct 2006 23:20 GMT | 5 |
I cant seem to get my odbc_result to work with a Paradox database TIME field. My result always comes back as a date of 1899-12-30.... this is driving me nuts, thats not a time... thats a date! It also always returns the exact same date even if the time is different. All the
|
| reducing number... | 23 Oct 2006 09:32 GMT | 2 |
Not a php or sql wiz but working on a form that is linked to a sql database. I want to put a statement at the top of the form that says " there are currently '20' places remaining in this workshop". Each time a person submits a form I want the page to reduce the number by 1
|
| Change Datetime value | 22 Oct 2006 06:30 GMT | 5 |
My apologies for the length of this post but I'm hoping that some background will help clarify my request. I'm not using MySQL for anything other then the database for my guestbook. I had a previous guestbook that became corrupted and my new guestbook uses MySQL. I have
|
| Regular Expressin in MySQL ? | 20 Oct 2006 07:46 GMT | 1 |
I'm try to do something like: SELECT description FROM table WHERE {regularexpression to remove all non-word} = 'WidgetLarge02' I have a field called description. Description contains a value like
|
| MySQL -> XML -> MySQL | 19 Oct 2006 13:33 GMT | 1 |
I'm trying to go back and forth between a db and XML pages that filter db data. I have a multidimensional array (parsed from XML) like this (simplified):
|
| Getting to mysql bin directory on windows | 18 Oct 2006 22:31 GMT | 4 |
I am trying to get to the bin directory of mysql 5 on windows, the name of the mysql folder whereby I can cd to the bin directory is MySQL Server 5.0 and windows has shortened it to MYSQLS~1 however I cannot get to the directory regardless of what I type, it keeps saying invalid ...
|
| MySQL permissions | 18 Oct 2006 11:54 GMT | 6 |
i was wondering if its possible to do something with permissions in MySQL so that a user can only see a restricted set of data in all the tables? For example, if I have 10+ tables with data for several teams - how can i make it so that a particular team can only see data relating to ...
|
| mysql_fetch_array(): errors!? | 18 Oct 2006 03:33 GMT | 1 |
I am having a few problems with this script, part of a package of scripts designed to record website visitor data: I get the following errors: --- Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
|
| Help in keep records while updating the records | 18 Oct 2006 03:14 GMT | 1 |
I need Help in keep records while updating the records. My prob is that i cant able to keep the version of records. i m working on a website project. For that purpose we hav to keep the version of records. each time update the record it will update it that for sure but it will also
|