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 wOOdy-Soft 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 DeepBlerg

  1. DeepBlerg

    sharing apache server outside on dialup

    hi all, i am running an apache server with php mysql on XP with dialup connection. i want to share my webserver with outside friends for testing purpose. i can access my server with my ISP's assigned IP address i.e; xxx.xxx.xxx.xxx:90(coz i am on dialup) but my friends from outside cant access...
  2. DeepBlerg

    Frequent Cron

    Hi, Is it possible to set a cron to run say every 10 seconds. It appears that the minimum frequency is 1 minute. Thanks
  3. DeepBlerg

    Checking file types

    Hi, I have a form whereby the user can upload either a Word DOC or an Acrobat PDF. I am doing a check based on the $_FILES[]['type'] value for either 'application/msword' or 'application/pdf'. However I have noticed during my Googling that Word files are also referred to as...
  4. DeepBlerg

    $_SERVER vars compatibility

    Hi, I have noticed in instances that the $_SERVER element "HTTP_REFERER" is sometimes not available (I think) on Windows 98 machines. And I know it isn't present when you load a page first; I'm talking about when people are navigating through the site clikcing links to new pages, so it should...
  5. DeepBlerg

    You know the Hotmail popup dialogs....

    ok, that sounds interesting, so they've skinned a confirm box to look like a normal window (for IE users anyway)... anyone done something like this before?
  6. DeepBlerg

    You know the Hotmail popup dialogs....

    Anyone know how to do them. If you don't know what I mean, login to your Hotmail and empty your trash and a confirmation dialog pops up - it only has an "X" button to close, you can't refresh, resize, maximize, right click, view source etc. I would like to do something like this...
  7. DeepBlerg

    Button with repeating "OVER" state

    Sorry can't save to MX version, I've reuploaded MX2004 version here
  8. DeepBlerg

    Button with repeating "OVER" state

    Sorry, forgot to say when u test the movie, hover over "commercial tactics" and u'll see what happens
  9. DeepBlerg

    Button with repeating "OVER" state

    I have a movieclip that has three invisble (no "UP" state) buttons inside it. I have placed a simple graphic in the "OVER" state of each button that I want to be shown. But when I test the movie and roll over these invisible buttons the "OVER" state flashes as if its looping. I've put stop() in...
  10. DeepBlerg

    Sessions/Frames question

    Hi, If I've got the following page on a domainlike test.com <frameset rows="80,*" frameborder="NO" border="0" framespacing="0"> <frame src="mainTop.php" name="topFrame" scrolling="NO" noresize> <frame src="http://www.external_site.com/generic_page.php" name="mainFrame"> </frameset> The...
  11. DeepBlerg

    Lynx question

    Hi, We've got Lynx 2.8 running on Linux. And I'm just wondering since Lynx doesn't support Javascript, how could I do a body onLoad which submits a form? The reason for this is that the script is a PHP page that runs in a cronjob and I need the script to POST vars to a certain page and only...
  12. DeepBlerg

    Reload Mysql Server with PHP

    hi all, i am just wondering, if there is any way of reloading MySQL server with php script. i am logging on as root and have all permissions. thanx for your time.
  13. DeepBlerg

    dynamic drop down menu

    Hi, If I have 4 drop down menus in a form, is it possible to dynamically create the content for each menu based on the value selected in the drop down above it. So, by default each menu would have "ALL" selected, then if the user selected "Option 1" from the first drop down, the second drop...
  14. DeepBlerg

    String matching

    Hi, If i have the following table: -------------- | ID | Color | -------------- | 1 | Blue | | 2 | Red | -------------- If I have a HTML form and the user inputs in a textfield "The sky is usually blue in color". How do I do a query where I want ID 1 returned?

Part and Inventory Search

Back
Top