Jump to content

dreamlove

Members
  • Posts

    20
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.dreamlove.us

Profile Information

  • Gender
    Not Telling

dreamlove's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. just copy a `php.ini` to the path shown in phpinfo
  2. I have a idea. Our bbs program should have this function: while inserting some PHP code , the editor should automatically indent it!
  3. degree cgpa institue 111 222 333 444 555 666 How can you insert these data in one row as there is only 3 cols in your database table? pls show create table `cv`; $query = "INSERT INTO cv ( degree1, cgpa1, institute1 ) VALUES ( '$degree1', '$cgpa1', '$institute1' )";
  4. If the user refresh the page, PHP script will not be executed until the file is uploaded.
  5. Use javascript to open a new window to show the FILE URL , then change top.location.href.
  6. I run your code on my linux server. ("mm.txt" ,"this is the content") For the first time, mm.txt is created and the content of mm.txt is all right. For the second time, I got the error message: "Error in file system on line 21 could copy file!!" TWICE. mm.txt is exists. mm.txt2 and mm.txt3 are both created, but they are empty , because while copying for mm.txt3 , mm.txt2 is not exists. while copying for mm.txt2, mm.txt1 is not exists. mm.txt1 is created and the content of mm.txt1 is right. if (copy($file.$i,$file.$z)){ should be if (!copy($file.$i,$file.$z)){
  7. copy the innodb datafile to virturl server, and try again with the original my.cnf
  8. try to find blank or \n or tab in your php file. try to alert(xmlHttp.responseText) and alert(xmlHttp.responseText.length) and add cache control in your php file.
  9. URLLoader will read the URL .it means, the script is executed on the host of the URL. So , the session is created.
  10. open php's error log and have a look.
  11. try to make a script and parse the web logs daily. There are bytes transfered of each url view.
×
×
  • 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.