Jump to content

faheemhameed

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Posts posted by faheemhameed

  1. Hi there,

     

    I am having the exact same issue. I am getting the "Invalid character" error.

    I just want to ignore those invalid characters and insert the rest of the text to the database.

    Even I do not know what are the invalid characters. If I knew I could replace them to empty string and pass that to the XML parser. How can I determine what are the invalid characters?

     

    Hi l008com,

    Did you have any success with this issue or did you find any other solutions?

     

    Please help!! I badly need to solve my issue ASAP.

     

    Thanks !!

  2. Hi there,

     

    I am getting the following error.

     

    Warning: mkdir() [function.mkdir]: No space left on device

     

    The code is

     

    $folderPath = "E:/Users/test1";

    mkdir( $folderPath, 0777 ) ;

     

    I am getting this error only on our production server.

    I am not getting the error in our testing server.

     

    Any help would be highly appreciated

     

    Thanks

    Hameed

     

     

     

     

     

     

  3. Hi there,

    I have set an alias in the apache conf as follows:

    Alias /my_root/ "D:/Apache/hameed/"

    My Apache root "/" folder is "D:/Apache/"

    Now I have created test.php in the folder "D:/Apache/testing/". The content is as follows:

    <?
    print realpath("/my_root");

    ?>

    The output is blank instead of "D:/Apache/hameed/"

    Please help me and let me know what I am missing here.

    Thanks!!
    Hameed

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.