| Thread | Last Post | Replies |
|
| show tables WHERE ? | 28 Feb 2006 22:01 GMT | 10 |
On my rented space I have only one database. I have a few users at my site and any mysql tables I made for them have their initials as a prefix i.e.
|
| What's your time worth? | 28 Feb 2006 18:42 GMT | 2 |
Eventhough I've never hired out to anyone for anything that I know how to do, I still like knowing what the skills I have are worth in the open market. I'm not a database anything yet, barely a newbie, but I'd still like to know what knowing this database stuff is worth. So, ...
|
| How can i display a list of mysql databases in php? | 28 Feb 2006 11:57 GMT | 8 |
im trying to write a page that can display a list of the databases from mysql. i cant seem to find any commands for it other than executing "SHOW DATABASES" as an SQL command. what am i doing wrong?
|
| Reusing query result | 28 Feb 2006 03:01 GMT | 4 |
I'm running a query to return the contents of a MySQL table. I need to be able to use the returned data more than once in my page so instead of going through each row one by one using mysql_fetch_row() is it possible to store the result set in a dataset or 2-d table? This way I ...
|
| whats with the `quotes` ? | 27 Feb 2006 23:04 GMT | 1 |
Hi all. I've noticed people encasing their table and column names within quotes. Whats up with that? my db seems to be working ok so far without them, so what are they for? Should I be doing the same?
|
| Complex php query | 27 Feb 2006 21:12 GMT | 2 |
i've got two tables : one for categories of recipes : --- id_categories categories_cat categories_subcat
|
| Variable manipulation for use in URL Parameter | 26 Feb 2006 22:14 GMT | 1 |
Alright I've been at this for a few hours and I'm not totally frustrated, just wanting to make sure that there's not some obvious solution here that I'm missing. I have an album review site and I'd like for my visitors to be able to
|
| Timezones | 26 Feb 2006 21:04 GMT | 1 |
I have a script that gets the time that someone submits the form. The problem is my web host is on the west coast and I am on the east coast and the time difference is 3 hours, so my script displays the time 3 hours early. I would appreciate any help or tips. Here is what I ...
|
| How to Replace Backslash ( \ )? | 26 Feb 2006 05:57 GMT | 2 |
I have a content management page where I can place rich text. On the confirmation page I display the rich text the user has inputted. However, I am noticing that when images are included in teh rich text, the confirmation page is not displaying it. When looking at the souce
|
| unknown column 'state' in field list | 25 Feb 2006 12:20 GMT | 2 |
I installed a script that is suppose to accept paypal, however on trying to test a payment, I get this error msg: Error Database access error
|
| Are there any preliminaries before accessing My SQL from PHP? | 25 Feb 2006 01:18 GMT | 5 |
I've got PHP running on IIS in XP Pro on a local machine at Port 8080 and the MySQL server on the same machine at Port 3306. My SQL server has a Server host name of localhost and a user name of root. I don't use a password. Does anyone know whether it will, or should, be
|
| Long delay with CURL | 25 Feb 2006 00:34 GMT | 1 |
I'm trying to write a PHP function that will go out to several sites to grab data using the CURL function. The results are then reformatted and displayed to the visitor. The problem is that I need to go out to 5 or more sites and each one
|
| Joining many results from one table with one result from another in one query | 24 Feb 2006 22:21 GMT | 16 |
I've got some lexicon-like application which stores data in 2 tables: lexicon( id, description ) and keywords(lexicon_id, keyword) This is flexible solution because there may be many keywords for one description. My problem is how to make ONE query, that
|
| PHP Page and Database Not Interfacing | 24 Feb 2006 16:40 GMT | 3 |
Our hosting company's server went down a few days ago. After they fixed it, our PHP Page and Database are not interfacing. They are not believing me that I have done nothing on my end in several months with uploading new files or doing anything with the database, insisting I
|
| create database from another ip? | 24 Feb 2006 14:49 GMT | 3 |
I have created a username giving GRANT ALL ON *.* TO privileges... I also did FLUSH PRIVILEGES, but this doesn't seem to change anything either... I have a wordpress blog on another ip that I am trying to install- it
|