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

    mail question

    I would like to send mail via a php scrip but do I have to install a mail server? Sorry if this is a silly question. I have already written a simple script but it fails and I think this maybe the reason.
  2. ascikey

    check a checksum

    could someone please tell me the command to check the checksum of the download with the checksum value. i tried md5sum <filename> then realised it wasn’t an md5 generated number http://otn.oracle.com/software/products/oracle9i/htdocs/linuxsoft.html i have the downloads but don’t know how to...
  3. ascikey

    difference 9i and 10g

    Going to download Oracle to have a mess with. I have the wrox book “beginning oracle programming” but when I went to the website there was a 10g. My question is, is the 10g just an upgrade of the 9i, if it is what is the difference between 9i and 10g ie is there much of a difference from a...
  4. ascikey

    Linux Cluster

    Hi All, I am researching and then hopefully (my brain permitting) creating a cluster using fedora and perhaps kickstart. I was wondering if there was anybody with some basic experience in this area to answer a few questions. I have three machines that are available to use for this test...
  5. ascikey

    DAYOFMONTH[ ] problem

    seems to be a problem with my syntax, i am trying to return the day of the month that is in the field last_enter_date where the remote_ip field is = '127.0.0.1' SELECT DAYOFMONTH[last_enter_date] FROM ip_addresses WHERE remote_ip = '127.0.0.1' any help appreciated thx Tony
  6. ascikey

    sql error

    when i issue the following query i get "Lookup failed: Unknown column 'B753' in 'where clause'" but B753 is a value in the $value var. does anybody know why this is? foreach ($_POST['dvd'] as $value) { # make a SQL query specific to the dvd $query = "SELECT * FROM video WHERE video.Code= "...
  7. ascikey

    loop problem

    I am having problems getting the results from some checkboxes, the result only shows the first checkbox that has been ticked and ignores the others for some reason. I know that the correct values are there because I have printed then to the browser but when I am running through this loop to get...
  8. ascikey

    no errors but crashes

    when i call the following function i get the windows error message saying program needs to close bla bla, can anybody tell me why this could be? the compiler says 0 errors and 0 warnings, if i dont call this function all works well. i am new 2 c, so could be something silly. void...
  9. ascikey

    htpasswd problem

    Hi all, I am having a problem creating a new password file using htpasswd on XP I am using the command htpasswd -c C:/Program Files/Apache Group/Apache2/passwords/dvd/account/pwdFile.pwd tony is there any line that should be altered in the httpd.conf? I have looked at the tutorial on the...
  10. ascikey

    missing ';' before 'type' ?

    Hi all, I was messing with a quicksort but I cannot understand the error that I am getting If the code is like the first it works fine but if it is like the second I get an error saying that there is a missing ; before type. the only diffeence in the two is the line "void quickSort(start1...
  11. ascikey

    phpMyAdmin problem

    Hi all, I have a phpMyAdmin ver 2.5.6 problem. I have never used it before so when I use the browser and go into the directory where it resides I got the MySQL error Access Denied using password no. reading the documentation I found that I need to edit the config.inc.php file. My problem is...
  12. ascikey

    Motherboard unknown

    I have installed ME on an old computer (PIII 350mhz dell) but the usb has not been installed. My question is do I need to find out the make of the motherboard and get an update for the usb driver, if so where do I found the make/ID number as I have looked but cannot see any ID number
  13. ascikey

    Make spare partition ext2

    Hi all, I have 5 gig of free space (unallocated) on my 1 and only hard drive in this com and I would like to make it ext2 could someone please tell me the command to do this. At the moment there is hda1 = 100mb, hda2 = 13720mb and hda3 = 250mb of a 20gig hard-drive. thanks
  14. ascikey

    install programme

    Please help new to Linux but trying I have a tar file in the directory “/home/tony/overnet” that I want to uncompress and then install into a folder called “/home/tony/overnet/overnetinstall” the tar file is called overnet0.51.2.tar.gz. Could somebody please tell me how to do this Thanks
  15. ascikey

    file upload problem

    Hi all, I have the following file upload script from http://us4.php.net/features.file-upload with a few adjustments made for my computer. My question is does anybody know why the file is uploading to the boat directory and not the user directory [shocked] <?php $uploaddir = 'C:\Program...
  16. ascikey

    File does not upload

    I am messing with file uploads from a book (PHP for the world wide web, Larry Ullman) and I have tried the following script but no file us uploaded and I get a page cannot be displayed error. Any ideas as to why this is happening, the script is in a file called uploadFile.php. <html> <head>...
  17. ascikey

    navigation problem

    Hi all I need a bit of advice. I am developing an e-commerce site for people who would like to advertise/sell their boats online www.emporium.sytes.net . My problem is, when the user request a list of all boats for sale their will be a list of boats displayed with a link next to the boats so...
  18. ascikey

    Navigation problem

    Hi all, I am having a go at building and hosting my own e-commerce site www.emporium.sytes.net so I am ensuring that all the site is laid out correctly etc, but I am trying to point to my images folder but cannot get the background to appear. For example top of the site is mainfolder with a...
  19. ascikey

    stop the scroll

    hi all, i have one of these scrolling status bar messages but what command do i use to stop it. i.e. how do i stop the timer. // call this function again after 100 milliseconds setTimeout("scroll()", 100); } thx
  20. ascikey

    close window

    Hi all, I am doing a tutorial that creates a window but how do I make a link to go in the new window so that it can be closed by clicking Close. <html> <head> <script language="JavaScript"> <!-- hide script from browser function openWin3() { myWin=open("", "displayWindow"...

Part and Inventory Search

Back
Top