Search results

  1. C

    Chopin Expedited Copy

    thefootballdream.x10hosting.com
  2. C

    CANNOT Update Web Page

    Hi guys, It is nothing to do with his link. My site does the same, I even deleted the whole source code, saved the empty file and I hit refresh, the old page with text still shows up! When you click 'view' on the file manager, it shows an empty file however. I have cleared the cache and...
  3. C

    Stop Form Values Being Equal

    I just spent some time playing around with the code. xPlozion, thanks heaps! I've modified your code slightly to suit my uses better but the foreach loops was the key. There was just one little error: It should read: if(($v == $c) && ($k != $n)) It was only reading the ($v == $c) as...
  4. C

    Stop Form Values Being Equal

    Ah yes, foreach loops, of course. I'll look at it in a couple of days when I get some free time, thanks xPlozion
  5. C

    Stop Form Values Being Equal

    Hi everyone, I am trying to stop form values being equal to each other. My form contains about 30 different SELECT/OPTION combinations. I want none of the select fields to have the same option selected when Submit is pressed. These values (assuming none are equal) are then stored in a SQL...
  6. C

    ' Error

    Thanks vol7ron. I too would love to know the source of the problem, however if one can't be found altering the code may need to be done.
  7. C

    ' Error

    I know I can do that, however I have to upload my files to the x10 server to see them, which is why I don't do it. Is there either: a) a way my code can be modified (see the first post) OR b) a solution (which clearly no-one has)
  8. C

    ' Error

    I used to use Notepad. Now I use the built in one so that I don't have to repeatedly upload files when I just want to double check a small change.
  9. C

    cPanel issue

    I'm the same, can't log into CPanel and my whole site appears to have been deleted. Hopefully it's not lost coz I didn't have a backup!
  10. C

    ' Error

    What do you mean by what software am I using?
  11. C

    ' Error

    It doesn't matter whether I open it in the code editor or the HTML editor, it still happens. I change it, then next time I open the file for editing it changes back. I know that I can do the search and replace, however everytime I open the file I have to do it again and this gets extremely...
  12. C

    ' Error

    Hi, My site was working fine up until a month or so ago, now whenever I open a page in the editor it converts all my apostrophes to '. Can this be fixed? Everytime I open the editor I have to fix this up. An example of my code is below: which converts to Thanks, Chris.
  13. C

    MySQL Won't Connect

    Alright thanks guys. I'll try either of those options.
  14. C

    MySQL Won't Connect

    Which firewall? The X10 one? And if so, why has that been changed, is there a way to get past it, because it's a lot easier to test my scripts on my pc before uploading them when I know they work.
  15. C

    MySQL Won't Connect

    Hi everyone, I'm having 2 problems relating to MySQL not connecting. It did last week but will now return the following error: Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in...
  16. C

    Hello

    Just seemed like the cool thing to do...HELLO EVERYBODY!:laugh:
Top