User Profile

Collapse

Profile Sidebar

Collapse
Grimmerson
Grimmerson
Last Activity: Jun 8 '12, 01:03 PM
Joined: Apr 15 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Grimmerson
    started a topic uploading pictures to Mysql with PHP.
    in PHP

    uploading pictures to Mysql with PHP.

    I have a piece of code that isn't working. I'm trying to upload a few pictures to my database code is as follows:

    Upload Form:

    Code:
    <input type="hidden" name="supplier_number" value="<? echo ''.$_REQUEST["supplier_name"].'' ?>" />
    <tr>
    <td>Picture 1:
    <td><input type="file" name="image1[]" />
    <tr>
    ...
    See more | Go to post
    Last edited by Dormilich; Jun 8 '12, 07:03 AM. Reason: Please use [CODE] [/CODE] tags when posting code.

  • Grimmerson
    started a topic Firefox / Chrome issues

    Firefox / Chrome issues

    Hi guys

    I have a piece of code that is working on internet explorer for pc but not mac and not on firefox or chrome.

    Do you have any suggestions please.

    Code:
    <script>
    function resizeIframe(main) {
    if(self==parent) return false; /* Checks that page is in iframe. */
    else if(document.getElementById&&document.all) /* Sniffs for IE5+.*/
    
    var FramePageHeight
    ...
    See more | Go to post

  • currently running version 5.0.83 and all it tells me is its running version 5 php.
    See more | Go to post

    Leave a comment:


  • thank you thats working now. damn that one space. i don't know why phpmyadmin is playing up but i know my host has done an upgrae on it recently
    See more | Go to post

    Leave a comment:


  • Grimmerson
    started a topic PHP MYADMIN 1064 error as trying to copy table

    PHP MYADMIN 1064 error as trying to copy table

    Code:
    CREATE TABLE `lwd`.`products` (
    
    `user_id` int( 1 ) unsigned NOT NULL AUTO_INCREMENT ,
    `product_number` varchar( 10 ) NOT NULL ,
    `supplier_number` varchar( 30 ) NOT NULL ,
    `supplier` varchar( 30 ) NOT NULL ,
    `price` varchar( 10 ) NOT NULL ,
    `salesprice` varchar( 10 ) NOT NULL ,
    `supplier_price` varchar( 10 ) NOT NULL ,
    `description` varchar( 1500 ) NOT NULL ,
    `min_size`
    ...
    See more | Go to post
No activity results to display
Show More
Working...