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 TouchToneTommy 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: skottieb
  • Content: Threads
  • Order by date
  1. skottieb

    executing X programs

    does anyone know how i can execute an X program from my browser using php, the program is on my local computer, here's what i've come up with so far, it starts a process i can see with `ps -A`, but there is no display on the screen??? -------------------------------------------- system('vlc...
  2. skottieb

    mysql_connect()

    Hi, when I call mysql_connect() in any of my sripts I get -> Fatal error: Call to undefined function: mysql_connect() in /var/www/php/lanreg/admin/login.php on line 12 ----------------------------------------------------- this hapens to any calls to mysql_*() functions. any ideas on this...
  3. skottieb

    changing value of variable in another script

    Hi, How is it possible to edit the value of a php variable in script from another. The main problem is the variable is a user's browser after he/she logs in, so far the only way destroy it is to close the browser, refreshing dosent work. this also means the script has run and the variable...
  4. skottieb

    Hi, Okay, here's the problem.

    Hi, Okay, here's the problem. the /admin of the site im greating asks for Authentication thats fine, all authenticates, if I refresh I dont get asked to re-authenticate myself, I have also pot a logout submit button on the page im testing witw, when the button calls "logout.php&quot...
  5. skottieb

    header(WWW-Auth..... ??

    Hi, Below is the following code with all the debugging code still in there. I enter what I KNOW is the right username/password, however php dosent think so, The unam/pwd is stored in a plaing text "auth.txt", with the " username newline password newline newline but php...
  6. skottieb

    php code/output within html table

    hi, it there anything special with php code in tables. Look at the following: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot;> <html> <head> <title>Participant Search Results</title> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>...
  7. skottieb

    FileHandle's

    Can anyone tell me what is wrong with this code: if ($fp = fopen($users, &quot;a+&quot;) != NULL ){ fputs($fp, &quot;$email \n$name\n\n&quot;,''); fclose($fp); } The file gets created in the fopen call so the if block executes My browser ouputs this: Supplied argument is not a valid...
  8. skottieb

    tv out

    Hi, Does anyone know of a tv out video card that will work fine with linux, I will need Scan conversion - Pal, and would like to be able to run it as an independant desktop ideally, however thats not nesecarry. Thanx in advance skottieb:)
  9. skottieb

    apt-get j

    Hi all. I am trying to download J2re1.3. however apt-get bombs out with : No avail version bur exists in the data base not avail in sources.list No installion Candiate any idea how to get the .deb package ??? skottieb:)
  10. skottieb

    Internet sharing

    Hello, I am trying to enable internet sharing on my win2k box, all the info i can find says &quot;Start/Settings/Network and Dial-up connections, Right click/Properties/click sharing tab/check &quot;enable sharing&quot;&quot;. Only I dont have a sharing tab!?!? How do I enable sharing...
  11. skottieb

    RPM and slackware

    Hello all, slackware comes with rpm installed, only when I try to install any non src.rpm, Id bombs out with failed dependicies, ive tried &quot;rpm --rebuilddb&quot; &quot;rpm --initdb&quot;, and i still get failed dependices even though when I check manually they are there, sorry i...
  12. skottieb

    CUPS error (client-error-not-possible)

    Hello all, I am trying to get my canon s400sp working under slackware, I know it will work because it works when installed with yast2 under suse, at the moment I am attempting to do it with CUPS (although I canty figure out howto go from cups back to the standard lpd setup). The...
  13. skottieb

    CUPS - LPD/lpr

    Hello I recently installed cups but now I want to go back to a normal lpd/lpr type configuration, how do I do this, I cant find anything in the manuals provided by cups?? thx skottieb:)
  14. skottieb

    CUPS

    Hello, I am trying to setup a canon s400sp on my system, I have read on a web page that this printer CAN work with linux but I am having no luck getting mine going. I am using slackware and have tried using apsfilter with no luck, then I moved to cups with no luck. has anyone got any...
  15. skottieb

    arrays

    hello, I am passing a scalar to a subroutine so it goes in as $_[0], lets say the scalar is a 5 digit number (12345), how do i split the scalar into a list, ie: $_[0] = 1, $_[1] = 2, $_[2] = 3, ect, ect.. ive been shown the code once before but i cant remembet it. please help skottieb:)
  16. skottieb

    subroutine problem

    hello, im trying to write a subroutine that takes a list of numbers as an argument, that is not a problem, i can get the list into the subroutine. What I am trying to do is get the the first and second number in the list added, then the second and third, then the third and fourth and so...
  17. skottieb

    increment operator

    Hello, I am trying to write a sub, it is supposed to increment a scalar by one on the occurence of a letter, eg: if (/i/i){ $i++; }, the problem is even if there are 2 letters in the string, ie: &quot;it is&quot;, the value only gets incremanted once, here is the code, the particular sub im...
  18. skottieb

    rpm

    Hello all, I have been trying to install packages via rpm and keep getting depend.. problems when trying to install, eg. here is what happened when I try to install wine. Found 0 source and 1 binary packages Dependency Problem: /bin/sh is needed by wine-cvs-unstripped-040302-1...
  19. skottieb

    X11

    Hello all, I am trying to install the realplayer RPM. I keep getting failed dependices: Found 0 source and 1 binary packages Dependency Problem: libICE.so.6 is needed by RealPlayer-8.0-1 libSM.so.6 is needed by RealPlayer-8.0-1 libX11.so.6 is needed by RealPlayer-8.0-1...
  20. skottieb

    /bin/sh

    when I try to install rpm's om salckware 8.1 (which I just installed), i always get something like &quot;/bin/sh requied by '*.rpm'&quot;, i checked and /bin/sh is there but it is a link to /bin/bash, how do I tell rpm to see this?? skottieb:)

Part and Inventory Search

Back
Top