Jump to content

onewaylife

Members
  • Posts

    18
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

onewaylife's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. In first line if condition is true only when $line variable is not equal to string *\r\n in other line if condition is true only when reminder of ($line_num%2) is equal to 0
  2. hi u do this by using session... - onewaylife
  3. i have given 777 and also commented the include_path line in php.ini but still it give me the same error . I unable to find from where it takes the include_path value ..
  4. last night i am configuring one application in that to make it more secure and changes the files/directory permission now i am facing this error Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Warning: Unknown: Failed opening '/home/rakesh/public_html/Project/index.php' for inclusion (include_path='.:/usr/lib/php') in Unknown on line 0 I am not able to figured out whats the problem pls help me out onewaylife
  5. I don't want to show the file directory in my url like if i have two folder like admin and user . when user login a/c to their privilages they will directed to admin or user folder so inthe url admin or user folder shown that i don't want to show it so how to avoid it..
  6. jitesh, $_SERVER['DOCUMENT_ROOT'] will give me the path but how to use it to hide the path of my document. if posible explain with example.
  7. so, how to hide the document path?? ???
  8. hi this is my root document path include_once ("C:/wwwroot/user/oneadmin/config.php" can it possible to trace the path of my root document by php functions ??? and if then how to hide the path of root document... ??? with regards onewaylife
  9. i don't know wither this question is valid in this section or not ... First time I am trying to make the project in professional ways.... i mean to say in more structure way of coding ... like my project folder stru.. project - lib - class - bin - sql admin - forum - mail - auth user -- similarly with user it looks nice But problem is geting frequently error of 'file not found' . so i created .htaccess file for my project. in this file i put full path of each folders and path of pear package but when i put this file in my project folder it give error when i put out side of the project folder then same problem i m getting 'file not found'. can any body suggest some other sol. for my problem or some tutorial or any help to make .htaccess file
  10. dear Tyche but when we set the set_time_limit() function these will increase the execution time for the whole page or but they ask for a chunk of code in a page. pls correct me if i wrong .... regards onewaylife
  11. Last week i have given my first interview for PHP developer. Its a good experience for me to proceed further. In that I have been asked How can we increase the execution time ? I told them we can increase the limit in the php.ini file then again they told me how we can do in the code?? I don't have any idea about this can any body tell me the answer ...... best with example ... I searched in google but fail to get the exact answer.. regards onewaylife
  12. hi when ever i am running pear i am getting this warning message : ---- PHP Warning: Module 'gd' already loaded in Unknown on line 0 <br /> <b>Warning</b>: Module 'gd' already loaded in <b>Unknown</b> on line <b>0</b><br /> PHP Warning: PHP Startup: pdf: Unable to initialize module Module compiled with module API=20060613, debug=0, thread-safety=0 PHP compiled with module API=20050922, debug=0, thread-safety=0 These options need to match in Unknown on line 0 --------- end --------- earlier i have install gd module manually I am not able to understand this warnning message onewaylife
  13. thanks monk.e.boy it is there, but in phpinfo page its showing in config option --without-pear , what that's mean onewaylife
  14. for the difference search in php.net PHP4 is mostely use, as per my knowledge .
  15. hi i wanted to use pear package, for that i want to reconfigure my php. i have installed rpm file of php. so help me to reconfigure it. bye onewaylife
×
×
  • 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.