Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JASONE25

  1. JASONE25

    What version of Linux is good for webserver

    Many thanks for your replis. I want to use it for hosting couple websites for an organization. Could any one show me where i can download any of Fedora, RedHat , Suse , Debian or Ubuntu.I mainly look for free vesion at this moment since i am do not have much experience working and installing...
  2. JASONE25

    What version of Linux is good for webserver

    Hi guys. I decided to run a Linux webserver. I do not have a lot of experience with Linux. could any expert tell me what version of Linux i need to download and where i can get it. I want the Linux server to be able to run php 5 and mysql and be secure.Thanks
  3. JASONE25

    How to set register_globals to ON in apachee 2

    Hi guys i wonder how i can set register_globals to on in apachee 2. I am running php 5 and i looked at phpinfo it was off . I be happy if an expert show me how to turn it on as i got a scripts that needs that option on.Thanks
  4. JASONE25

    how to sett permession in apachee 2

    Hi guys. I installed wampsever which insalls apache 2 and php 5 and mysql . I have some folders inside my www folder that i want to set read and rright permession for it but i do not know how ? Also how to chmod a folder to 777 . I am running all this locally one xp pro.I be happy if some expert...
  5. JASONE25

    error in Recursive version of glob

    Hi all . I got a php script that when i run it i get the following warnnings. could any one help me fix these warnings .Thanks Warning: Invalid argument supplied for foreach() in this line... foreach (glob("$sDir/*", GLOB_ONLYDIR) as $sSubDir) { $aSubFiles = rglob($sSubDir, $sPattern...
  6. JASONE25

    object of type Session as array error

    varagabond many thanks to u . That solved the problem .The script itself typed it incorectly!!Thanks
  7. JASONE25

    object of type Session as array error

    Hi all. I got a php script that i want install it on local apache webserver with php 5 . When i run it i get this error : Fatal error: Cannot use object of type Session as array in line .. It points to this line of code that is at very end of this cript // Create Class $mymusic = new...
  8. JASONE25

    Fatal error: Call to undefined function: glob()

    I made the above changes and no luck !!
  9. JASONE25

    Problem writing/reading to text file

    Thanks now it writes the 2 songs url to text file but it only plays the first one . After first one finishes it does not play the next one!! Is there a way to fix this ?Thanks
  10. JASONE25

    Fatal error: Call to undefined function: glob()

    many thanks for u reply. I created a folder and called it ext and placed the 2 file inside it . The value for "Configuration File (php.ini) Path is : Configuration File (php.ini) Path C:\WINDOWS\php.ini i got one php.ini inside c:\php\BACKUP\php.ini . Should i edit that one ? what...
  11. JASONE25

    Fatal error: Call to undefined function: glob()

    sleipnir214 thanks for u reply.I run it and here what i got : extension_dir localvalue: ./ master value: ./ Thanks
  12. JASONE25

    Fatal error: Call to undefined function: glob()

    I am using mysql-3.23.58-win with PHP Version 5.0.4 and phpMyAdmin-2.6.3-pl1 .As soon as i upgraded my php this problem came!! Are these 3 can not work together?
  13. JASONE25

    Problem writing/reading to text file

    Many Many thanks to u fishiface . Now it loads the player but the song url are writeen to the songlist.txt like this one : http://localhost/songs/g2.rm\nhttp://localhost/songs/g4.rm\n how i can make it so it is writeen in seperate lines . Like this one : http://localhost/songs/g2.rm...
  14. JASONE25

    Fatal error: Call to undefined function: glob()

    when i type http://localhost/phpMyAdmin/index.php i get this error for my phpMyAdmin!! cannot load mysql extension; please check PHP configuration Documentation I did not change any odbc or mysql setting from php.ini file. I also add the php path but still the same!!
  15. JASONE25

    Fatal error: Call to undefined function: glob()

    ah. Same error again without ';'!! Am i doing any thing wrong here.Thanks

Part and Inventory Search

Back
Top