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!

Search results for query: *

  • Users: JASONE25
  • Content: Threads
  • Order by date
  1. 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
  2. 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
  3. 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...
  4. 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...
  5. 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...
  6. JASONE25

    Fatal error: Call to undefined function: glob()

    Hi experts i got an php script that when i run i get this error: Fatal error: Call to undefined function: glob() in c:\inetpub\wwwroot\test\avatars.php on line 27 $aFiles = glob("$sDir/$sPattern", $nFlags); foreach (glob("$sDir/*", GLOB_ONLYDIR) as $sSubDir) { $aSubFiles =...
  7. JASONE25

    problem connecting to mysql server via php

    Hi every body. I got an php scrip that supposed to connect to mysql sever. The connection string was like this one $this->connection = mysql_connect(DB_SERVER, DB_USER, DB_PASS) since i am runing mysql server on local server i did not put any pass for it and i tried to connect like this ...
  8. JASONE25

    Laptop RAM increase advice

    hi guys i got a lap top hp pavilion ze4500(AMD athelon xp-m- 192 mb of ram and 1.79 ghz )and it orginally had windows xp home edtion . Lately i put windows xp pro inside my lap top and upgraded it to windows xp pro service pack2 .But now it is dam slow! My lap top starts and turns off very...
  9. JASONE25

    How to stream media using flash applet

    Hi experts. I be happy if some one explain to me how i can stream media using flash applet. I have seen website that they use appplet such as : <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"...
  10. JASONE25

    How to write song URL to .ram text file

    Hi every body. I am trying to write a php script that once i call it like this" http://www.localhost/cgi-bin/ram.php?sids=1,2, It goes and writes the song URL to ram.ram file and open the file for me. I only want to pass sids such as 1,2,...(song url inside the ram.php script)But i do not...
  11. JASONE25

    Looking for flash music player

    Hi every body . I am looking for a flash music player that allow users to hear the music but not be able to download or find the location of music files from source code. could any one help me how that can be done .Thanks
  12. JASONE25

    Problem writing/reading to text file

    He experts. I wrote this script but unfortunely when i run it i get the following erro. I am passing this script the number of songs as linke below: http://localhost/cgi-bin2/textchat/multsong.pl?name=ID2&name=ID3&name=ID4 the script supposed to write it to text file and play it but...
  13. JASONE25

    How to grab passed value in the new page

    Hi every body. could any one show me how to grab the passed value . for example if i pass a value like the link below . how i can grap and print it in the next page.Thanks http://localhost/textchat/page.pl?name=2
  14. JASONE25

    Why the html part does not print in this perl script?

    Hi guys i try to run this script but i get this error : CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: Undefined subroutine &main::HTMLGetRequest called at...
  15. JASONE25

    problem scanning over all non system table

    i wrote a vba code that supposed to go find all non system tables in access 2000 db and generate corresponded create table statements for them. Unfortunately when i run the program it misses one of the tables called committee members and also uses one of table names 2 time.Furthermore...

Part and Inventory Search

Back
Top