Search results

  1. T

    inseting into text files with php

    If by a marker in the file you mean a piece of text ie: [INSERT HERE] Use code like this: $text='text to be inserted after marker'; $text="[INSERT HERE]\n".$text; $new_file=str_replace('[INSERT HERE]',$text,implode('',file('filename.txt')); $f=fopen('filename.txt','w')...
  2. T

    MySQL and PHP

    have you made a script with the following code: <?php echo phpinfo()?> ?? this will show you all the parts of php that are installed. if there isn't a section titled 'mysql', the library probably isn't installed for php. Youre host will need to install mysql using a couple of dll files...
  3. T

    New photoshop CS2 trick

    Photoshop Photoshop is great - theres new tricks to be found every day. One never stops learning. Well i don't anyway...
  4. T

    Host and Domain connected?

    This may mean your domain is hosted with a company who will require that you change the nameservers to point to a new host when you transfer out. Some companies do this. As every1 said, the two are NOT connected, unless the company the domain and hosting is supplied by choose to connect them...
  5. T

    Programming for Web Design

    I agree, use open source technologies such as php / mysql due to the brilliant amount of scripts, free classes to help you get jobs done quicker, and a great community of people to get involved with. Can't say anything about cold fusion, but probably a lot more obscure so harder to learn online..
  6. T

    Where did it come from?

    I believe anything you want to learn is best self taught with goals and targets you want to achieve to keep you motivated. This is defo true for programming, and anything as intensive as this. Just crack on, its all got to be practical anyway...
Top