www.webdeveloper.com

Search:

Type: Posts; User: stephan.gerlach

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,559

    working with pdf question

    right so I have this script that converts pdf files to jpg. Some pdf don't work and I found out that if I simply merge and split them again online that they will work afterwards. So what I am looking...
  2. Replies
    0
    Views
    1,623

    imagick error ?

    I have a script which opens a pdf document to check how many pages there are in the document and converts each page to jpg.

    Now the error does not always come up. Only with some. But I have not...
  3. Replies
    2
    Views
    898

    I would opt with NogDog's idea. But still nice...

    I would opt with NogDog's idea. But still nice work
  4. Replies
    1
    Views
    668

    You are making a logical thinking error here. ...

    You are making a logical thinking error here.

    You have the file name in $file. Then you rename the file and add .pdf to the end. But you actually don't change the value of $file. That is why you...
  5. Replies
    1
    Views
    910

    Why are not all pages indexed?

    There is this website which is indexed by google. However there seems to be a problem as the indexing doesn't seem to go deep. If you check this link you can see that none of the subpages of a branch...
  6. Check this one....

    Check this one. http://computersight.com/programming/php/cpanel-automation/

    All explained
  7. Replies
    4
    Views
    691

    I would first check that the path is correct. ...

    I would first check that the path is correct.



    if(isset($_POST['upload'])) {
    $upload_directory = "../uploads/" . $section . "/";
    echo $upload_directory;
    exit;
    }
  8. First you need to look at .htaccess files and how...

    First you need to look at .htaccess files and how they work. You can use them to rewrite the url that even though it says in the url

    mydomain.com/username

    it actually will load
    ...
  9. Replies
    2
    Views
    851

    Free webhost: http://www.000webhost.com/ Free...

    Free webhost: http://www.**********.com/
    Free Domain Name: http://co.cc

    Good luck
  10. Replies
    2
    Views
    1,206

    take thumbnail of flash game

    Hi everyone,

    is there any way to create a thumbnail picture of a flash game?
  11. Replies
    6
    Views
    755

    Yeah still only 1 per minute crontab only 1...

    Yeah still only 1 per minute

    crontab only 1 line



    0 1 * * 1,2,3,4,5 wget http://10.115.0.243/cron/automated_reports.php


    this is the script
  12. Replies
    6
    Views
    755

    I also just realised that if it sends only loads...

    I also just realised that if it sends only loads of emails when the script is started via cronjob. If I run the script via the browser each email is sent only once.
  13. Replies
    6
    Views
    755

    I realised now that this is not the only problem....

    I realised now that this is not the only problem. So currently it is sending only 1 email per minute and they also are being sent more than once.

    I can't find anything in those 2 files but then I...
  14. Replies
    6
    Views
    755

    sendmail problem

    Hi there,

    I set up an ubuntu linux server and then installed sendmail on it. it seems that it only sends 1 email per minute as maximum.

    Is there any way i can change that?

    Thanks
  15. Replies
    4
    Views
    755

    Not really sure how to transform that into an...

    Not really sure how to transform that into an inner join one. Any help you can give?
  16. Replies
    4
    Views
    755

    Potential problem in my query

    Hi there,

    At my work we are running a custom written CRM system. Once a while the MySQL database seems to lock up. I suspect that there is a problem with the search for addresses.

    This is the...
  17. Replies
    1
    Views
    673

    changed my mind. never mind.

    changed my mind. never mind.
  18. Replies
    1
    Views
    673

    [RESOLVED] Change menu appearance

    Hi,

    I am using this css menu

    http://divitodesign.com/blog/2008/01/vertical-css-menu-with-a-behavior-file/

    Now the problem is that I am displaying the menu at the bottom of the screen and the...
  19. There is no special php function for that. This...

    There is no special php function for that. This is done via the operating system. In Linux it is called "cron job" and on windows it is called "scheduled tasks".

    Ask your hosting provider about...
  20. Replies
    2
    Views
    800

    I am not entirely sure but try to change this...

    I am not entirely sure but try to change this line


    $maxRows_Recordset1 = 10;

    to


    $maxRows_Recordset1 = 8;
  21. Never mind. I managed to find a different way to...

    Never mind. I managed to find a different way to do it.
  22. [RESOLVED] calling an array from a different class

    Hi

    I have 2 classes. I have created a new instant for each class. Now from class B I would like to access a public array from class A.

    How can I do that? I know I can call functions like that...
  23. Calculating packaging and postage costs

    Hi.

    I am setting up a e commerce site for a friend of mine. Question is: How do you calculate the packaging and postage costs? (I am based in the UK)

    Any help?
  24. I love hostgator

    I love hostgator
  25. Replies
    2
    Views
    3,175

    Simply go with a website like...

    Simply go with a website like http://www.livestream.com/
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4
HTML5 Development Center



Recent Articles