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: 3Y3
  • Order by date
  1. 3Y3

    site 'cannot be displayed'

    Hi, Recently the sites that my work company creates and then hosts using the hosting company http://www.nas.net/ for clients have been subject to a very odd issue. We get several complaints from viewers of several different sites that they cannot access the web pages (they simply get the error...
  2. 3Y3

    opening external link

    Hi, I am using a dynamic text field in my flash movie to load in an external text file (html) that contains a list of links, unfortunatly there are issues when the flash is loaded in Firefox browsers (all files loaded or linked to are in the same server/folder). I used a tutorial...
  3. 3Y3

    PHP 5 set on Apache 1.3

    By a stroke of luck I just figured it out, it seems the php5apache.dll had some sort of error with it, so I just reinstalled the apache extension and it fixed it up.
  4. 3Y3

    PHP 5 set on Apache 1.3

    Hi, I just recently uninstalled PHP 4 on my workstation that I have been using with Apache 1.3, I installed php 5 now in the same directory as php 4 was before it. However I cannot get any of my php pages to show up (keep getting Internal Server Errors, even doing phpinfo wont show up yet). My...
  5. 3Y3

    MOD re-write problem

    On my site I'm using TextPattern and it wants one mod rewrite rule to handle virtual directories (the last line), but there are some folders on my system that I don't want it to touch (mainly .htpasswd'd directories). How do I add a condition to my .htaccess so that it excludes specific...
  6. 3Y3

    Get SQL field names

    Yup, figured that out just as you posted :) Here is the code if anyone else searches these forums for it: // Select all data from table based on ID $query2="select * from HomeFeatures where ID = '$id'"; $nt2=mssql_query($query2); // Total Number of Fields $i = mssql_num_fields($nt2); //...
  7. 3Y3

    Get SQL field names

    Hi, I have a table in my database that contains several fields, which I am currently displaying the names of in my PHP, however I would like to ONLY get the names of the fields which have a value of 1 (as opposed to 0) in the row below. ID Feature1 Feature2 Feature3 123 0...
  8. 3Y3

    Query returning 2 instances of 1st row

    Ignore the fact the table has 2 style fields :P the 2nd one got cut off for some reason (its StyleType). Anyways, this is solved. Thanks again.
  9. 3Y3

    Query returning 2 instances of 1st row

    Oi! I just spent 20 minutes putting together a full reply with tons of code and full database dumps for you guys to help me out, then I saw the issue. Whenever I queried my HomeStyles Table from the web site, I would see the doubled data from ID = 1, however when i looked at the database table...
  10. 3Y3

    Query returning 2 instances of 1st row

    I have set up a query (search form) that returns product data to the user. In one case, my product table is linked to a productStyles table (product table field contains an integer which is checked against the IDs in productStyles for something like 1 = "Blue Style"). However when I display the...
  11. 3Y3

    redirect parent from iframe page

    Never Mind, last solution was correct. I just had to knock out the if statement in my script and reduce it to <script> parent.location.href = 'http://www.site.com/newPage.php'; </script> :)
  12. 3Y3

    redirect parent from iframe page

    I came up with this solution, but its only working in Firefox for some reason and not IE. When the user submits and triggers the above $_POST['process'] if statement I jump to javascript and do the redirect, or am I insane for thinking this is possible due to the timing of php. <? if...
  13. 3Y3

    redirect parent from iframe page

    Hi I'm working with a few pages that include the google maps api, and as a result I needed to implement a simple iframe fix for IE browsers. In one case I need the page loaded in my iframe to redirect the parent page. This redirect is triggered on a form submit. Currently this is the form...
  14. 3Y3

    MS SQL failing when in Password Protected Directory

    Hi, A recent project of mine is just in a snag right now. Any php pages that are stored in a password protected folder on our site (using our own web server) do not connect to ms sql anymore. The code is correct and works when in a non-password protected directory, however the moment its back...
  15. 3Y3

    Cannot print transparencies!

    I grouped and converted the entire document to a single bitmap (cmyk) and it printed correctly except that all the colors are lighter (mainlyt the blue) and there is a slight lose in quality on the text. I guess the transparency's would convert themselves to CMYK color for print, but I still...
  16. 3Y3

    Cannot print transparencies!

    I'm currently using version 10.427. I tried to convert the two transparency blocks to bitmaps (even freeze the transparency and hten convert) but it still prints out as an odd shade when compared to the other colors on the print. The real odd thing is when I print the file to the epson using...
  17. 3Y3

    Cannot print transparencies!

    Hi, I have just recently started to use corelDRAW to finish up a few graphic files for a client, and have never used the program in that much depth. I am running into an issue with transparencies. I apply the transparency to one of my objects (in this case a uniform filled box) which I will...
  18. 3Y3

    Remove LinkAs?

    Oi! Never mind...man do I feel silly. Didn't notice the slight variation of the cast member icon. Just deleted it and everythings time. Hey...I need more sleep.. 3Y3
  19. 3Y3

    Remove LinkAs?

    I was testing some code which included the 'linkAs' command to link to an external script. I removed the line of code but everytime I now open the project or compile it I get several windows asking me to locate the external file. How can I get rid of this link so I dont have to be subjected to...
  20. 3Y3

    Hi-Res Images

    I am currently working with an imported image as a background in my director movie (800x600) and it is being displayed very badly. I've read up on a few palette issues but for some reason cant get it to change to match a specific palette (maybe i'm doing it wrong) How could I go about getting...

Part and Inventory Search

Back
Top