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

    I just got a new comp and for some

    I just got a new comp and for some reason I can't get my hd or floppy drive to power up. The graphics card and mb both turn on. My stats are asus p4c800 deluxe pwer sp 431w p4 eg465p-ve cpu p4 2.4ghz 478p ddr 512mb 32mx8 pc-32000c2 hd 80gb 7200rpm 8mb
  2. help120

    search mysql db problem

    I'm having a problem with one of my scripts. Can you please take a look at it and give any hints on what I'm doing wrong. -------------------------- The error: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in...
  3. help120

    insert and '

    I'm having problems inserting info into one of my tables. This is my string. a1,id,a2,ltptype,a3,question,a4,answer,a5 ('', 'test's', 'AssignmentIssues', 'AssignmentIssues teset') As you can see test's has a ' and it causes an error when trying to insert the info. How can i correct this? Do I...
  4. help120

    import access db into mysql

    Is their an easy way to take tables from an access db and import them into a mysql db?
  5. help120

    preloader q

    I've 1 main swf that contains the main part of my site. In here I've 2 buttons which load 2 other swf into the main swf. The problem is that the preloader works fine for the main swf but when I try to use the same preloader for the 2 swf that I load into the main swf it some how does not work...
  6. help120

    Changing Document size?

    I've a movie that uses the loadmovie variable to load another swf into its self. Now in this new movie I want to be able to press a button to resize the document size of the parent swf. Is this possible?
  7. help120

    mysql, localhost, and myphpadmin

    Hi, I just installed php4, apache, and mysql on my computer. I got php to work and mysql to work. I howe ever can't get myphpadmin to work. When I open up http://localhost/phpAdmin/index.php I get the following error. ---------------------------------------------- Internal Server Error The...
  8. help120

    localhost and mysql

    Hi, I just installed php4, apache, and mysql on my computer. I got php to work and mysql to work. I howe ever can't get myphpadmin to work. When I open up http://localhost/phpAdmin/index.php I get the following error. ---------------------------------------------- Internal Server Error The...
  9. help120

    cookie

    Is their a way to set a cookie to never expire? This is the code I've right now. <?php $name = &quot;nonflash&quot;; setcookie(&quot;banner&quot;,$name,time()+1209600,&quot;/&quot;,&quot;.custommaxima.com&quot;,0); header(&quot;Location: http://www.custommaxima.com/testing/home.php&quot;); ?>
  10. help120

    Browser check

    Can you guys check this page to see if it works in Netscape, Mozilla and any others that you can think of. Please post any errors or page funk ups. http://www.finalphase.org/cm/layout1.html
  11. help120

    2k acting up

    For some reason windows will freak out on my ass.. like all the sudden I can't right click on any of my windows. When I double click a program to open it then nothing. I press the start button and I only see the top part of the menu. I don't see programs, settings, help etc. If I press ctrl alt...
  12. help120

    cookie

    My error.. Notice: Undefined index: cookie in C:\Inetpub\finalphase\neverplaysober\v4\thankyou1.php on line 3 Warning: Cannot add header information - headers already sent by (output started at C:\Inetpub\finalphase\neverplaysober\v4\thankyou1.php:2) in...
  13. help120

    Using a form to send info via e-mail problems..

    I've 2 pages challenge.html and send.php. When I attempt to use my form to take and process info that will be sent via e-mail I get the following error. (this is only half of the errors.. but the rest is the same stuff) Notice: Undefined variable: sender_name in...
  14. help120

    no under line in link

    I tried to do the following but it applies it to the hole site. a:link:link,a:link:active,a:link:visited { text-decoration: none } <a class=&quot;link&quot; href=&quot;blah.htm&quot;>link text</a>
  15. help120

    Download image

    I want to put a link on my site that when they click it a window will open up (just like you right click and went to save as) so that the user can save the image to their hard drive. Is their an html tag I can put into an href?
  16. help120

    I'm having a problem with outlooks

    I'm having a problem with outlooks stationery.. I've created my own template and saved as an html file.. and when I go to tools/options/compose and pick my html file out of the stationery dir I get an added <div> </div> tag at the top of my code. Refer to my ex below. How do I get rid of the...
  17. help120

    Movie Clip Laggn my pc..

    I've a movie clip that contains a bunch of motion tweens of a 3d image and it's bogging down my pc. This is the link to my fla http://www.finalphase.org/v4/test.fla
  18. help120

    load movie

    I'm trying to load a swf using on (release) { loadMovie (&quot;backgroundone.swf&quot;, &quot;bg&quot;); } How can I align the swf to the center of the bg box instead of the bottom right corner?
  19. help120

    ASP, Page through and Show In columns

    I'm trying to show 3 records across and 3 records down on my page. Then I want to be able to page to the next set of records and do the same thing. The code I'm using now kind of works.. It lists the id in the columns but will not page through my record set. If I could get some help I would very...
  20. help120

    Site Check

    Could you guys check over my site for broken links and grammar errors? Link is www.finalphase.org

Part and Inventory Search

Back
Top