| Thread | Last Post | Replies |
|
| MYSQL input data with double-quotes | 30 Mar 2006 00:31 GMT | 3 |
This one really has me stumped. I need to add or update a mysql table with a string that includes double quotes. I use the addslashes() function to set the necessary escapes. This works with INSERT. However, with UPDATE the string is truncated at the first
|
| Improving speed | 29 Mar 2006 13:50 GMT | 8 |
I have a question about improving page rendering speed. For instance, according to mysql the following query takes a mere 0.28 secs: SELECT * FROM table1
|
| Upload an image with user text description / ID | 29 Mar 2006 12:41 GMT | 1 |
I have an application which needs the ability for a user to upload an image from their hard drive (maximum 2mb) This image needs to have a unique reference i.e (name of user) connected to it from a text input box.
|
| Query on subrecords | 29 Mar 2006 02:46 GMT | 3 |
Hi There, not sure if this can be done with SQL or if there is an SQL crossover I have two tables: Table "record":
|
| HIRING: PHP Developer | 27 Mar 2006 09:45 GMT | 2 |
We are hiring a PHP developer! The site must contain the following: - database - administrator panel (implementing multiple employee logins /
|
| Can't create table | 23 Mar 2006 14:38 GMT | 1 |
I have the following query : CREATE TABLE IF NOT EXISTS `pm_tusers` ( `id` INTEGER NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`)
|
| How can I achieve efficiency and speed for high traffic dating web site | 23 Mar 2006 07:34 GMT | 1 |
I am currently making a dating website. I want to have some information on how to structure the database and the php files so that I can achieve speed and efficiency. Can some one please give me suggestions and point me to references
|
| mysql link and session vars | 21 Mar 2006 19:42 GMT | 4 |
Hi there, How (if) can i store the link from a mysql connect in a session variable something like $_SESSION['db_link']=mysql_connect ( $server, $username, $password );
|
| Trim the leading characters of a field | 21 Mar 2006 09:12 GMT | 8 |
A newbie to php and mySql so please bear with me. I have imported some data into a table but the first field has a leading "R " which I need to trim off all 4,000 records. Typically the field content is "R ERR3340" and I need to modify this value
|
| HELP! reading syscat from php in db2 udb v8.1.9 Linux | 19 Mar 2006 23:20 GMT | 3 |
I am trying to write a small app in php to make the 'COMMENT' statement a bit more friendly, so we might do more documentation. My problem is a set of error statements which have nothing to do with what I'm doing. For instance when I try to run the trigger list with the code ...
|
| How to set up query for Thesaurus | 18 Mar 2006 14:09 GMT | 2 |
I'm trying to build a Thesaurus. In my thesaurus i've created the following tables: terms, btnt (broader terms/narrower terms), rt (related terms) The structures of the tables are like this:
|
| please Help me out with this | 17 Mar 2006 00:12 GMT | 1 |
Hello every one, I need your help because I have no idea how to do this... how can I get the veg_id into the table veg_type according to the vegetable name
|
| How to prevent "view sourse" of php database file | 16 Mar 2006 12:27 GMT | 5 |
Can anyone tell me how i can prevent that users can see my connection string to mysql database? Using my browser i could easely use the function: view source.....showing the html/php code.
|
| Looping INSERT from checkbox info | 15 Mar 2006 19:54 GMT | 5 |
I am trying to insert info if a checkbox is selected. The checkboxes are created from this code (pulled from mysql): ########## $ministry_info_query = "SELECT * FROM ministries WHERE inactive = 0
|
| Providing an web SQL service | 15 Mar 2006 09:42 GMT | 1 |
I am not a PHP expert, and I turn to you all for some advice. I would like to be able to provide access to a database through a simple web portal. The system I have in mind would allow another system to pass an SQL query to a URL in the form:
|