Search:

Type: Posts; User: lay; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,910

    Test extension images

    Hello,

    I want to get the javscript that test the extension of images.

    Can someone help me?

    Thank you.
  2. Thread: Validate url

    by lay
    Replies
    1
    Views
    2,233

    Validate url

    Hello everybody,

    I want to get the javascript code that can validate url.

    Can someone help me?

    Thank you for your kind.
  3. Thread: Web site validator

    by lay
    Replies
    6
    Views
    19,755

    Thank for ur help. But the tool that I can...

    Thank for ur help. But the tool that I can download and install on my machine and it also can test hold of the website.
  4. Thread: Web site validator

    by lay
    Replies
    6
    Views
    19,755

    Web site validator

    I want to find a tool that can tell that my web site is have error or not. If some have this tool please send me too.

    Thank before.
  5. Replies
    1
    Views
    2,811

    Convert from MSSQL to MySQL

    Hello everybody,

    I want to get the tool that can convert from Ms. sql to MySQL.
    So can someone help me?
  6. Replies
    2
    Views
    2,958

    My problem is when i insert text by use opera...

    My problem is when i insert text by use opera browser it can't call to edit. It is empty!
  7. Replies
    2
    Views
    2,958

    mce_editable function

    I have this code : <textarea name="annonce" id="annonce" class="case" style="width:500px; height:300px;" mce_editable="true"><?php $annonce = str_replace("@", "@ ", $annonce); echo...
  8. Thread: Newsletter online

    by lay
    Replies
    2
    Views
    2,069

    Now i can resolve my problem already. This is my...

    Now i can resolve my problem already. This is my mistake to explain the vague information to you. Thank for ur reply.
  9. Thread: Newsletter online

    by lay
    Replies
    2
    Views
    2,069

    Newsletter online

    Hello everybody,

    I have one problem and need all of u help me please!

    I want to put all the version of the newsletters online in the same page.

    So how can I do?
  10. Thread: read xml file

    by lay
    Replies
    4
    Views
    3,275

    Yes Nile, I use PHP and I want to display the...

    Yes Nile, I use PHP and I want to display the same source code. And also want to read it line by line.
  11. Thread: read xml file

    by lay
    Replies
    4
    Views
    3,275

    read xml file

    I have one xml file that have the format like this :

    <?xml version="1.0" encoding="UTF-8" ?>
    <Userpwd>
    <login id="1">
    <username>titi</username>
    <password>123456</password>
    </login>
    <login...
  12. Thread: read pdf file

    by lay
    Replies
    3
    Views
    4,466

    I want read and write it in one table and display...

    I want read and write it in one table and display it in one page on my web site. May it is difficult to understand, because i am a new one and my English is not good. But I hope u will understand....
  13. Thread: read pdf file

    by lay
    Replies
    3
    Views
    4,466

    read pdf file

    How to read file pdf in php?
  14. Thread: write xml file

    by lay
    Replies
    3
    Views
    4,446

    Thank u very much for ur helping. But after i...

    Thank u very much for ur helping.
    But after i try ur codes. It still have the same problem.
  15. Thread: write xml file

    by lay
    Replies
    3
    Views
    4,446

    write xml file

    <?php
    function writeXML($xmlfile, $tablename)
    {
    $query= "SELECT * FROM $tablename";
    $result = mysql_query($query);

    $doc = new DOMDocument('1.0', 'UTF-8');

    $root =...
  16. Thread: mysql connect

    by lay
    Replies
    3
    Views
    8,012

    Thank u for your help But my database is not...

    Thank u for your help
    But my database is not store in local, it store on my server.
  17. Thread: mysql connect

    by lay
    Replies
    3
    Views
    8,012

    mysql connect

    I have this code:
    $link = mysql_connect('localhost', 'TV', 'functiontest')or die('Error connecting to mysql');
    mysql_select_db("TV",$link);

    I connect with mysql editor is ok
    but when i connect...
Results 1 to 17 of 18