Search:

Type: Posts; User: thamizhinpan

Page 1 of 7 1 2 3 4

Search: Search took 0.06 seconds.

  1. run a php script in scheduled date automatically

    I'm creating a birthday reminder by PHP. How can I run a php script in scheduled date automatically?
  2. Replies
    15
    Views
    4,591

    Progress in URLDownloadToFile

    How can I get Progress of downloaded files in URLDownloadToFile API?
  3. Find all active clients on Visual Basic

    I would like to write a program on vb for windows 2003 platform that can shutdown/Restart/Log off all active clients with a message of client desktop.
    We can do it manually by calling shutdown.exe...
  4. Replies
    5
    Views
    654

    Re: 100% - px?

    Write your table like this.


    <table width = "100%">
    <tr>
    <td width = "22px">[..]</td>
    <td width = "100%">[..]</td>
    <td width = "22px">[..]</td>
    </tr>
    </table>
  5. Replies
    2
    Views
    732

    Re: virtual keyboard

    Ok! I got a normal virtual keyboard script.
    Just Look Here
    But works only for text field & textarea.
    I want to use it for my WYSIWYG. But it is an editable iframe.
    So i'm trying customize it. If...
  6. Replies
    2
    Views
    546

    Re: Show parent node

    RTE control? What do you mean?
    But I know I want just a little knowledge on handling DOM by JS.
  7. Replies
    4
    Views
    747

    Re: Mastering on AJAX technology

    By my googled experience, I think "1st-JavaScript-Editor" is a best javascript editor. But it is not a free ware. So Can you recommend any free and a good Javascript editor for me?
  8. Replies
    2
    Views
    732

    virtual keyboard

    I like to create a virtual keyboard.
    We can change every keycode on IE4 and above. But other browsers like Firefox do not allow to this for security reasons.
    So We want to get the current cursor...
  9. Replies
    2
    Views
    546

    Show parent node

    I'm creating an WYSIWYG Editor by Java script.
    I saw on another site, its editor gives a list of parent nodes of selected elements. And if you want to select any of that parent node just click on...
  10. Replies
    5
    Views
    699

    Re: Make Structured Scripts

    Wow. I got it with PHP version?
    Thanks a lot Merri!...
  11. Replies
    5
    Views
    699

    Re: Make Structured Scripts

    Yes, It is pretty good. But when I try to modify my script, Firefox got too busy. But I'll try to manage it.
    Thank you so much
  12. Replies
    7
    Views
    889

    Re: access mail box

    I think you may right.
    Because I have tried POP also. But it is worth less.
    So I want install SSL. But Can I do it for my local server?
  13. Replies
    7
    Views
    889

    Re: access mail box

    I got this error
  14. Replies
    4
    Views
    747

    Mastering on AJAX technology

    I know AJAX very little.
    But I know this proverb also 'little knowledge on any things, will be a dangerous one!'. So I like to learn full features of AJAX.
    Guys Can you recommend any web sites or...
  15. Replies
    7
    Views
    889

    Re: access mail box

    Thank you.
    But I have already visited to this page and I have written a code with their help like this.


    <?php
    //connect to IMAP server
    $imap = imap_open...
  16. Replies
    5
    Views
    699

    Re: Make Structured Scripts

    Yes you are correct.
    But that code is not finished within 10 or 20 lines.
    I have already mention that it is too large.
    So converting it manually can give more pain to me.
    So I want some thing to...
  17. Replies
    5
    Views
    699

    Make Structured Scripts

    I have got a excellent Javascript from web site.
    But it is too large and it isn't written on structured method


    (function(){if(typeof...
  18. Can I create virtual directories on local server

    I've installed Apache HTTP Server as testing (local host) server.

    I'm developing more than one web site on one computer.
    So I put some sub-directories (like site1, site2,...) on DocumentRoot of...
  19. Replies
    7
    Views
    881

    Re: Programs that can run on Dos

    Is Borland C++ 5.5 suitable to create dos applications?
    But I on this site
    http://csjava.occ.cccd.edu/~gilberts/bcc55.html
    they mention this line


    I think they are correct.
    If it wrong can I...
  20. Replies
    7
    Views
    881

    Re: Programs that can run on Dos

    Is Borland C++ 5.5 suitable to create dos applications?
    But I on this site
    http://csjava.occ.cccd.edu/~gilberts/bcc55.html
    they mention this line


    I think they are correct.
    If it wrong can I...
  21. Replies
    4
    Views
    572

    Re: Connect with database

    Yaa I'm using MySQL.
    Thank Paul M you I'll try your code.
  22. Replies
    7
    Views
    889

    [RESOLVED] access mail box

    I would like to access mail box of gmail account.
    How can I do it? If you have any ideas please share it with me?
    If you can give sample source code on PHP, it'll be more use full and easy for...
  23. Replies
    4
    Views
    572

    Connect with database

    Can I connect a database with my application (It is not MFC) on C++?
  24. Replies
    5
    Views
    557

    Re: confusing preg_match_all function

    But i have got the correct patten for need from PHP manual.
    I agree '#' was a cause for my problem. And another cause was that cell contains multi line style. So i want to put /m on end
    But I have...
  25. Re: Restrictions followed by servers

    My link is Spam? If it is an spam then can delete entire site easily.
    Because that web page on their server.
    So I think they may tries to block self advertising by mail function.
  26. Replies
    5
    Views
    557

    confusing preg_match_all function

    <table >
    <tr>
    <td></td>
    </tr>
    <tr>
    <td class=\"Contents\">
    <p>Large Paragraph1....</p>
    <p>Large Paragraph1....</p>
    <p>Large Paragraph1....</p>
    <p>Large...
  27. Replies
    7
    Views
    881

    Re: Programs that can run on Dos

    But...
    After your reply, I compiled an simple program on borland.
    But I can see an mark when I open that exe on a texteditor like "this program must be run under Win32"
    So I think this program...
  28. [RESOLVED] Restrictions followed by servers

    I'm hosting a web on a free server.
    On that site I had put a php code to send email.
    But sometimes that code works successfully and most of the time it fail.
    After many hours waste of my time,...
  29. Replies
    7
    Views
    881

    Programs that can run on Dos

    I like to mastering on C++. But I am a novice programmer now.
    But now I'm using Visual C++ as complier.
    But I like to do programs that can run on Dos or other operating systems.
    Can I do this...
  30. Replies
    1
    Views
    711

    Re: curl() on PHP.

    Hi I have learned a bit about it.
    My testing target is http://sms.wow.lk
    This site can send a sms to our phones.(Only for my country)

    So I wrote code like this




    <?php $page = '';
  31. Replies
    6
    Views
    557

    Re: Save text with multi line

    Its funny!
    Thanks
  32. Replies
    1
    Views
    711

    curl() on PHP.

    I would like learn about curl() on PHP.
    I have downloaded many codes to get address books from gmail,yahoo, etc
    But I have sufficient knowledge on that topic.
    So I want to know the answers for...
  33. Replies
    9
    Views
    1,242

    Re: Encryption on a get method

    I know that, But I don't know how to transfer data between 2 pages automatically (Without submitting by user) with post method.
    So I do that
  34. Replies
    6
    Views
    557

    Re: Save text with multi line

    Ya, you are right manavo11!
    replacing \n as <br> is working
    Thank you for your help
  35. Replies
    2
    Views
    638

    Emails as html

    I want to send emails as html.
    But
    mail function send emails as plain text.
    Can I send email as html with "mail" function?
  36. Replies
    6
    Views
    557

    [RESOLVED] Save text with multi line

    I want to save an text from a textarea control as MYSQL data.
    But it doesn't save that text as a multi line text.
    It always remove line breaks on text when it saves.
    How can I save the text as a...
  37. Replies
    1
    Views
    558

    "imagecreatefromgif" function

    If I wish to use "imagecreatefromgif" function, Which extensions want I enable on PHP?
  38. Replies
    1
    Views
    675

    Thumbnail for a large picture

    How can I made an thumbnail for a large picture with PHP?
  39. Replies
    3
    Views
    483

    Re: Validating Form

    This is my sample form

    FormPage:


    <html>
    <head>
    <title>Validating Form</title>
    </head>
    <body>
  40. Replies
    9
    Views
    1,242

    Encryption on a get method

    Can I submit data with encryption on a get method form?
Results 1 to 40 of 259
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width