Recent content by gerwim

  1. G

    Got a packet bigger than 'max_allowed_packet' bytes

    Hi misson, Thanks for your reply. As I hadn't any hopes up that it would be increased, I have already done exactly as you said. Thanks anyway. Gerwim
  2. G

    Got a packet bigger than 'max_allowed_packet' bytes

    Hi there, So I'm trying to upload an image in my SQL database, although I get this error. 30KB image works, but a 500KB one fails. Got a packet bigger than 'max_allowed_packet' bytes This means that you are not able to upload files bigger than X size, or import databases greater than X...
  3. G

    [PHP] Uploading files

    Hi, That's correct, although I have stated that the very same script works on my own server though. I'm trying to upload into an SQL database. With <?php print_r($_FILES); ?> I'm not getting any output. According to php.net (commentary) this is because due to a blocked server...
  4. G

    [PHP] Uploading files

    Thanks. Yes, it is a part of the site. But how will this be done? Do I need to contact x10hosting to enable uploading of my domain?
  5. G

    [PHP] Uploading files

    Hi there, I'd like to know if it's possible to upload images to a x10hosting package. I'm building a website for a client, which has webhosting here. I'm using the exact same script on my own server, and then the image is uploaded. phpinfo() is also blocked here so I'm not able to look for...
Top