0
votes
1answer
30 views
Using PHP with MySql to narrow search for large table in MySql using a variable
I am using Dreamweaver CS4 and have created a PHP document. I have added a form and table
to this document and have already set up my 'site' using a mysql datebase which I can
alr …
0
votes
0answers
10 views
i cannot search my PHP array values into my MySQL Database
Hi. I'm having some issues with displaying the content of my database if I'm searching it with an array value on my PHP code. I am trying to create a code wherein the user will inp …
0
votes
0answers
7 views
PHP mysql Images
R/Sir
I want to upload the multiple images, while uploading the images and the script should generate the thumbnails, and then both the main image and thumbnail should goes into …
0
votes
1answer
716 views
The application attempted to perform an operation not allowed by the security policy. (ASP.NET, MySQL,GoDaddy)
I'm getting the following error message running my ASP.NET application on shared GoDaddy web hosting.
Security Exception
Description: The application attempted to perform an oper …
1
vote
1answer
16 views
Can I place an Access database on a UNIX hosted server?
Can I put an Access mdb on a web server and convert my forms to ASP? I am in a hosted environment with a UNIX host. MySQL is available if there is a way for my forms to go to a MYs …
1
vote
1answer
93 views
Information from Checkboxes and the select statement to retrieve data from MySql database
Hi,
I am able to use checkboxes to select specific columns of the table. I am not able to generate the corresponding select statement. I can use if-else statement to generate a la …
1
vote
1answer
220 views
How do I secure MySQL username/password in PHP include file?
I have been doing some searches on google and realize i have to put mysql database username and password in a file using a .htaccess: The problem is how do i do that? some say plac …
0
votes
1answer
44 views
MySQL database extraction
How to create database in my server after getting backup file from remote server.
0
votes
1answer
36 views
refresh web page
can i use this code in a php file
1
vote
1answer
163 views
multi/form-data new record form that stores URLs and uploads files.
I have made a simple html form that uses an insert.php to input data in to my mysql DB (that is used for my search).
At the moment the form only consists of text fields, however I …
0
votes
0answers
6 views
DateDiff function in mysql
hello,
i'm using this function in mysql yog but it gives me error.
select DateDiff(m,"2010-02-02", "2010-07-10") as duration from StudentEmployment;
Or
select DateDiff("m","2010 …
1
vote
2answers
174 views
Generate letters from content in a mysql database.
Hi Everyone,
Cool site and good idea.
I am working on a phprunner project for patients in a hospital.
Anyone have any ideas how i can generate a automatic discharge letter for a …
1
vote
7answers
192 views
Select data from database in random order
Database: MySQL
I'm looking for a way to sort data randomly. I.e. I got a list of blog posts. "select name from post" gives me an unsorted list:
name
-------------------
title 1
…
0
votes
0answers
6 views
Mysql administrator restore target schema syntax
I want to restore monthly a database (Mydb) like
Mydb01012010, Mydb01022010,Mydb 01032010, etc...
But i dont find the right syntax for "another schema".
Sorry for my english ... i …
1
vote
2answers
104 views
Can connect to database but can’t select it.
I've just started learning php/mysql and using the following code from the book I get hung up on the selection part.
<?php
mysql_connect("localhost", "", "") or die ("Could not …