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...
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...
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.
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...
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...
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);
//...
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...
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...
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...
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>
:)
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...
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...
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...
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...
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...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.