Page Number: Page 1 of 1
Actual Results
- gromituk2k
- Forum: Programming / Scripting / Coding Forum
- Topic: Uploading images to a database - help needed
- Subject: Uploading images to a database - help needed
- Replies: 32
- Views: 709
Posted: July 8th, 2009, 1:34 am
I cant seem to find the log files :s
- gromituk2k
- Forum: Programming / Scripting / Coding Forum
- Topic: Uploading images to a database - help needed
- Subject: Uploading images to a database - help needed
- Replies: 32
- Views: 709
Posted: July 6th, 2009, 8:50 am
I cant seem to find the log files. My server seeps to keep other logs, like ftp access, but cant find anything for mysql.
- gromituk2k
- Forum: Programming / Scripting / Coding Forum
- Topic: Uploading images to a database - help needed
- Subject: Uploading images to a database - help needed
- Replies: 32
- Views: 709
Posted: July 6th, 2009, 8:30 am
Its a problem with the uploading. Dosent seem to be adding the image to the database.
have added that back in, but still no luck.
have added that back in, but still no luck.
- gromituk2k
- Forum: Programming / Scripting / Coding Forum
- Topic: Uploading images to a database - help needed
- Subject: Uploading images to a database - help needed
- Replies: 32
- Views: 709
Posted: July 6th, 2009, 8:11 am
I do not belive this, it has now stopped working. The text data is being uploaded fine, and even the echos that I am running are fine, saying the correct image size, but the image is failing to upload, with only adding "[BLOB - 10 Bytes]" in the PHP MyAdmin view and when using the code (ht...
- gromituk2k
- Forum: Programming / Scripting / Coding Forum
- Topic: Uploading images to a database - help needed
- Subject: Uploading images to a database - help needed
- Replies: 32
- Views: 709
Posted: July 6th, 2009, 7:29 am
Any ideas why it is only adding the 1st character?
EDIT:
Sorry, just noticed the replys.
Thats all working now, thanks alot guys
EDIT:
Sorry, just noticed the replys.
Thats all working now, thanks alot guys
- gromituk2k
- Forum: Programming / Scripting / Coding Forum
- Topic: Uploading images to a database - help needed
- Subject: Uploading images to a database - help needed
- Replies: 32
- Views: 709
Posted: July 6th, 2009, 6:19 am
Seem to be getting the strangest of problems now. The extra fields that I have added, onlt the first character is getting added to the database. The PHP I am using is: [code] <?php $server = "localhost"; $username = "user"; $password = "pass"; $dbHandle = mysql_...
- gromituk2k
- Forum: Programming / Scripting / Coding Forum
- Topic: Uploading images to a database - help needed
- Subject: Uploading images to a database - help needed
- Replies: 32
- Views: 709
Posted: July 6th, 2009, 5:39 am
Can you tell I am a little new to this :D Thanks that seems to of worked fine. I have now added a few other fields to the database and added these to the form. I have tried adding these to the INSERT query, the dtabase entries and the form entries, like this: [code] $query = "INSERT INTO commen...
- gromituk2k
- Forum: Programming / Scripting / Coding Forum
- Topic: Uploading images to a database - help needed
- Subject: Uploading images to a database - help needed
- Replies: 32
- Views: 709
Posted: July 6th, 2009, 4:45 am
Hmm, I tried echoing the data and I am getting results with that, something like this; size - 4388 temp name - /tmp/phpLl1740 type - image/gif I have also changed something in the php file, as I noticed a couple of problems, so now using: [code] <?php $server = "localhost"; $username = ...
- gromituk2k
- Forum: Programming / Scripting / Coding Forum
- Topic: Uploading images to a database - help needed
- Subject: Uploading images to a database - help needed
- Replies: 32
- Views: 709
Posted: July 6th, 2009, 3:07 am
Hmm still not working, not even getting any errors now, just not uploading to the database. This is the PHP that I am using: [code] <?php $server = "localhost"; $username = "username"; $password = "password"; $dbHandle = mysql_connect($server,$username,$password) ...
- gromituk2k
- Forum: Programming / Scripting / Coding Forum
- Topic: Uploading images to a database - help needed
- Subject: Uploading images to a database - help needed
- Replies: 32
- Views: 709
Posted: July 6th, 2009, 1:19 am
I seem to be getting an unexpected " on the following line;
VALUES("" . addslashes($dataRead) "",
Any ideas?
VALUES("" . addslashes($dataRead) "",
Any ideas?
- gromituk2k
- Forum: Programming / Scripting / Coding Forum
- Topic: Uploading images to a database - help needed
- Subject: Uploading images to a database - help needed
- Replies: 32
- Views: 709
Posted: July 3rd, 2009, 1:54 am
I am trying to upload images to a MySQL database, along with some other data. The HTML page, containing the upload from looks like this: [code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html ...
- gromituk2k
- Forum: Flash and ActionScript Forum
- Topic: Searching a database problems
- Subject: Searching a database problems
- Replies: 1
- Views: 243
- Subject: Searching a database problems
Posted: June 29th, 2009, 5:04 am
I have a MySQL database with one table in it which contains a list of unique number/letter combinations, e.g. 234gfd5675 In my Flash file I then have one text field and a button. What I want to happen is then a combination is entered into the text field and the button is pressed, using a PHP file, t...
- gromituk2k
- Forum: Introduce Yourself
- Topic: Introducing gromituk2k
- Subject: Introducing gromituk2k
- Replies: 1
- Views: 56
- Subject: Introducing gromituk2k
Posted: June 29th, 2009, 5:03 am
Hello all!
I am a young web developer and designer, just graduated from a Multimedia degree. I am currently specialising working with charitys to help with there online presence, mainly with social media web sites.
I am a young web developer and designer, just graduated from a Multimedia degree. I am currently specialising working with charitys to help with there online presence, mainly with social media web sites.

