| Thread | Last Post | Replies |
|
| Need Consultant to Help with CakePHP | 30 Dec 2006 14:17 GMT | 4 |
I know PHP but need to learn CakePHP right away. Where's the best documentation? Looking for a consultant to help via phone, email or chat. p h p b a b y 3 AT a o l DOT c o m
|
| multiple selection insert to DB | 29 Dec 2006 08:03 GMT | 1 |
I have use DW making a PHP site and has set a multiple selection field..But I don't know how to write the SQL statement to database like <select name="support[]" size="3" multiple="multiple" id="support"> <option value="1">Apple</option>
|
| Can this Query be made faster? | 28 Dec 2006 12:54 GMT | 5 |
. The UK charity I periodically give IT support to has a database with a client table which currently contains some 600 records but will soon contain over 10,000.
|
| @variable | 28 Dec 2006 08:02 GMT | 4 |
I'm examining someone else's code and can't seem to find an answer on the Internet regarding a parameter he's using @useraccount["membership"]. What is the @ symbol for?
|
| Loading values of ENUM out another tabel | 26 Dec 2006 00:14 GMT | 5 |
I was wondering if it is possible to load the values of a ENUM out of antoher table. Example: Table 1
|
| Query was empty ? | 24 Dec 2006 16:58 GMT | 1 |
if ((isset($_POST["insert"])) && ($_POST["insert"] == "form_insert")) { $query=mysql_query("INSERT INTO dates (userInfo,regDate) values( '$userInfo','$date' )");
|
| "Client does not support authentication protocol ..." | 20 Dec 2006 02:00 GMT | 2 |
I am noob, stuck here. I took this frag from the docs: <?php $link = mysql_connect('localhost', 'clb', 'secret'); if (!$link) {
|
| noob query | 19 Dec 2006 19:34 GMT | 2 |
I'd like to write a simple select query. In a particular 1000-row db I have one column (field) where many of the rows (records) have the same entry. I'd like to write a query that returns all the different entries in that column, but each one only once.
|
| Help with query - strange behaviour | 19 Dec 2006 17:00 GMT | 7 |
I have a MySql database in which I have 2 columns of which I want to make a list of all the distinct values from both columns. The 2nd column can be empty if the first one is filled in ; if the 1st column is filled in, then the 2nd column is by default also empty.Also the
|
| Help with a lookup query | 19 Dec 2006 13:30 GMT | 2 |
I am doing a compound lookup by deriving person_id values for a query from various tables by selecting arrays of person_id values that meet my criteria from those tables. I am ending up with a query whose logic would be something like:
|
| phpmyadmin inport functions | 19 Dec 2006 04:48 GMT | 2 |
I have phpmyadmin installed and I can access it and the databases. I don't see an "Import" function. I do see "Export". What am I missing?
|
| Help with PHP and MySQL database | 17 Dec 2006 19:35 GMT | 1 |
I have a domain, call it www.domain.com. I have a mysql database that I created that I would like to add records to using an html form. 1. where do I put the php script that takes the fields of the form, and adds it to the database? The fields (firstname, lastname, etc) are
|
| I get a syntax error when trying to learn code in a quick start guide. | 14 Dec 2006 20:48 GMT | 13 |
I'm totally new to PHP and MySQL. I'm using a quick start guide to make a little blog. I get: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use
|
| multiple updates | 13 Dec 2006 13:44 GMT | 8 |
How to update multiple values ? e.g. UPDATE user SET name='$name' WHERE id='$id' " This will update just one field.
|
| saving and displaying picture in mysql | 12 Dec 2006 16:48 GMT | 5 |
How to upload picture to local ( or remote ) mysql table field ? Photos are under 1 MB and i need to put them into db and then pull them out for displaying. Thank you !
|