Search:

Type: Posts; User: john tindell

Page 1 of 13 1 2 3 4

Search: Search took 0.37 seconds.

  1. Re: Newbie Q:Is it possible to have PHP script run on server every minute automatical

    Ive looked into this and these scripts do work, how ever if the webserver is restarted you need to manualy call the scripts again.
  2. Replies
    3
    Views
    1,657

    Re: ob_get_contents() in ASP?

    Ok all I can do at the moment is clear the buffer, which is a start but does anyone know how to get all the data from the buffer before it gets cleared?



    <%@language="VBScript" %>
    <%
    ...
  3. Replies
    8
    Views
    554

    Re: Talk like a pirate day...

    Arr Me be needin a pirate avatar for me travels on the seven seas!
  4. Replies
    5
    Views
    633

    Re: MySQL change call based on .htaccess

    Im not sure about .htaccess with mysql, but could you redirect them all to a PHP file and depending on what gets send check them in the MySQL DB and redirect them from there?
  5. Replies
    7
    Views
    629

    Re: Site Search script - Help Needed

    You would need somewhere to store the results, and page information, although it is possible to read each file (via HTTP) and search that it would be a complete waste of time. If you don't want or...
  6. Replies
    3
    Views
    1,657

    ob_get_contents() in ASP?

    Hey does anyone know of an equivelant method of getting the buffer as PHP's ob_get_contents()? Or a way to catch the output from Server.Execute?
  7. Replies
    16
    Views
    794

    Poll: Re: Smoker Or Not?

    Yes you can :rolleyes: you just have to have to be an experienced smoker :lol:
  8. Replies
    16
    Views
    794

    Poll: Smoker Or Not?

    Ok just being curious here but how many people smoke and how many don't?

    [Edit]
    This isn't a pole about anything else apart from fags (cigarettes) :lol:
  9. Replies
    45
    Views
    1,729

    Re: Assotiations

    Reason #7
  10. Replies
    53
    Views
    1,628

    Re: Non-smokers post here!!!

    Nope, its the same idiots who had accidents before mobiles were around, now they just have something to blame it one. :lol:
  11. Replies
    53
    Views
    1,628

    Re: Non-smokers post here!!!

    Last time someone asked me to do that, who wasnt a copper, i told them to "go away" and stand inside in the non-smoking area. Except i wasn't that nice. That was also at a train station, and it was...
  12. Replies
    53
    Views
    1,628

    Re: Non-smokers post here!!!

    Everwhere i go, don't smoke, is there any where left i can smoke any more? On the way home from london waiting in liverpool street station smoking my last *** and some copper came up to me and told...
  13. Replies
    7
    Views
    629

    Re: Site Search script - Help Needed

    look at the Google API then you can use their Web Services to access google search
  14. Replies
    14
    Views
    1,147

    Re: Login Script not working...

    What exactly is your problem. Any errors, btw to need to close the double quote here


    $links = "<a href='main.php'>Click here to proceed to the main page</a>";
  15. Replies
    14
    Views
    844

    Re: Question in sending emails

    Do you use IE and have "Show HTTP Friendly Errors" turned off? Is it when you call set_time_limit?
  16. Replies
    14
    Views
    844

    Re: Question in sending emails

    look though the comments on the link to the PHP manual Penagate posted.



    set_time_limit(0); // run script forever


    The PHP manual is the best reference for when you need to learn how to...
  17. Re: I took a photo of my self everyday for 12 years!!

    Does he only own one pair of jeans or something?
  18. Replies
    14
    Views
    844

    Re: Question in sending emails

    have you tried using sleep() to take the load of the server? Does it does it give you any other information about the error apart from 500 internal server error?
  19. Replies
    3
    Views
    1,339

    Re: Session with CheckBox && Select Option

    <script language="javascript">

    function Redirect()
    {
    location.href="check2.php";
    }

    </script>
  20. Replies
    14
    Views
    690

    Re: Linux Sucks

    http://www.winehq.org

    All the fun of windows, on linux.
  21. Re: [serious] Any UK commerce lawyers in da house?

    Well just moved into my new house at uni, :D, and there is a letter from some bailiff'sfor the previous tenants saying they will remove £54.96 worth of property, i mean honesty whats even the point....
  22. Replies
    17
    Views
    568

    Re: Bahaaaaack in BLACK!!!

    Much better when he was on Xfm, plus you didint have to put up with all that [insert-anti-mainstream-word]
  23. Replies
    53
    Views
    1,628

    Re: Non-smokers post here!!!

    Everyone knows smoking makes you look kool. :wave:
  24. Replies
    1
    Views
    484

    Re: Locked but not Disabled

    PHP is server side, what you are trying to do is client side, you need to use javascript to disable the textbox and textarea's to disallow user input.
  25. Replies
    4
    Views
    1,191

    Re: GD Library for Beginners

    A good place to start is

    http://uk2.php.net/manual/en/ref.image.php

    Also check out the comments on the manual pages, you'll find some good example there.
  26. Thread: meh

    by john tindell
    Replies
    8
    Views
    478

    Re: meh

    meh.
  27. Thread: Session

    by john tindell
    Replies
    12
    Views
    1,166

    Re: Session

    Can you use the PHP tags.

    Why



    $_SESSION["name"]="$_POST[name]";


    Can you not just do
  28. Replies
    5
    Views
    742

    Re: list on textbox

    http://www.hemmady.com/ajaxagent

    Is that the libary that you have been looking for? I suggest that you take penagate advise and check out w3schools.
  29. Replies
    2
    Views
    888

    Re: Beginner - PHP exec()

    Have you checked out the manual

    http://uk.php.net/manual/en/function.exec.php

    You might need to change some of the setting in the php.ini file. Is it your server or a webhost?
  30. Re: can't upload file in linux server, php script...

    Can you upload anything, you might need to change the persmissions on the tempory upload directory. Do you have any code we can see.
  31. Replies
    6
    Views
    793

    Re: Shoutbox problems

    Do you have any code? What modifications did you make?
  32. Replies
    13
    Views
    899

    Re: download agent.php

    From what you've told use you need a script called agent.php. What does it do? AJAX is client side, so if you need help interacting with that page with AJAX you need t be more specific.

    You...
  33. Replies
    13
    Views
    899

    Re: download agent.php

    Is this a real question? What are you trying to do? Do you have code?
  34. Replies
    3
    Views
    464

    Re: How to Use Window Registry ?

    You can read and write to the Registry on the server, but like lintz said you cannot read or write to the rregistary on the clients computer.

    To read and write to the Registry on the server you...
  35. Re: create ajax as same as google suggest

    Welcome :wave:

    You need to fire the Javascript on the keydown, or keypress event of the textbox, and load the results into a select box that appears in a layer below the textbox.

    Do you have...
  36. Replies
    4
    Views
    617

    Re: no one knows this?

    Is this inside a PDF document? Or a web page? Have you tried chaning the target of the link?
  37. Replies
    7
    Views
    685

    Re: Chatting in php

    How is the username and password stored for the chat room, you might need to create a mod so that the chat software uses your user lists to authenticate against rather than its own. Are you using...
  38. Replies
    6
    Views
    613

    Re: php + mysql question

    Have you tried using print_r to display the array of results that is being returned from your query?
  39. Thread: cURL

    by john tindell
    Replies
    8
    Views
    1,007

    Re: cURL

    Are you looking to use it with VB6? if so then have you tried search on google?

    http://www.google.co.uk/search?q=Curl+VB6&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official
  40. Replies
    7
    Views
    873

    Re: Remote Desktop on a webpage

    That site uses an ActiveX control that is embedded in the page, the activeX control works exactly the same as the RDC client.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width