Search found 13 matches

Actual Results

Post Posted: July 8th, 2009, 1:34 am

I cant seem to find the log files :s

Post 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.

Post 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.

Post 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...

Post 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 :D

Post 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_...

Post 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...

Post 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 = ...

Post 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) ...

Post Posted: July 6th, 2009, 1:19 am

I seem to be getting an unexpected " on the following line;

VALUES("" . addslashes($dataRead) "",

Any ideas?

Post 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 ...

Post 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...

Post 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.
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.