Hi all,
Am currently working on a site which utilises PDFLib and need urgent assistance, payment would be via PayPal,
Someone who is familiar with XMP and PDFLib as this is where the issue...
Type: Posts; User: tomyknoker; Keyword(s):
Hi all,
Am currently working on a site which utilises PDFLib and need urgent assistance, payment would be via PayPal,
Someone who is familiar with XMP and PDFLib as this is where the issue...
I want to use a .htaccess file if possible... I tried this and it kills both addresses:
I then tried this:
This works for when the user types in .com.cn, but if they type in the .com it...
They are on the same server so I am re-directing to .com and it keeps looping and looping
Hi all... I know how to do a redirect to a new URL using a .htaccess file if I am pointing to a different server, however both domain.com and domain.com.cn are pointing to the same server, I just am...
You don't like Australians??
I'm sort of after this type of thing... http://catalogues.cataloguecentral.com.au/cc.asp?xml=mirenesse.xml&i=september%202007&did=2239136&VendorId=168&hash=7ac3853063da8921ead5b5c6d21f1147805f9de7
I want to create a page turn effect in Flash, but not just simply that... I want the user to be able to search the text, links to be active... Am I better off just using Flash Paper?
Ryan thanks yes that worked, but I realised it's only working for my 1st radio button, there are 5 in the group... I tried this but no luck... I thought this was saying if checkbox 2 & 3 are selected...
It's a confidential form so can't do that... Would this work do you think?
if((form.checkbox2.checked && form.checkbox3.checked) && form.radio1.checked) {
theMessage = theMessage + "\n -->...
Hi there can someone take alook at the following and tell me what I am doing wrong? Basically if a user selects checkbox 2 & checkbox 3 in my form and try to submit, the can only do it if they have...
Have you got a nice sound system in there?
How about some monster rims??? Looks hot by the way!
It is working now guys thanks! But is a bit slow on the keyUp now that it also checks on the 3rd keyUp... So if a user types 2000, the first time it says Invalid Postcode, if you retype it works......
Ha thanks Alex :) I really don't want to have to go down that road does anyone know ho to achieve this???
Nothing really, some users hit back not sure why... I guess every situation is possible?
When they hit back the form is broken up (using javascript), the first name, last name and email is gone......
I have a sign-up page which once a user signs up goes to a page they have to read... I have found that some people are hitting the back button on their browser and submitting the form again this is...
It just says now:
Warning: session_destroy() [function.session-destroy]: Trying to destroy uninitialized session in /home/html/logout.php on line 5
Warning: Cannot modify header information -...
Yea I call it on a page called top.php, then this has a logout button which links to logout.php which has the above... When the user clicks it redirects to another page called bottom.php... If I...
I have a logout button with that links to the following page which contains:
<?php
//log out//
unset($_SESSION['blnUserLoggedIn']);
//session_destroy();
header('Location: welcome.htm'); ...
Ok well that's what I thought so that's good... I've never used Layers, anyone have any code or tutorials? Also the table centers in the screen can I get the layer to always stay in the corner of the...
Hi all... I have a page which I am working on, it uses a table but I want to add a starburst on the edge of the table, actually breaking out of the table... Could I do this by adding a layer??
Also this is the line I have on my php page which the form get's posted too on the 4th key up...
if(!isset($_GET['postCode']) OR !preg_match('/^[0-9]{4}$/', $_GET['postCode'])) exit('Invalid...
Hey Twey I tried that but it still will only fire on the 4th key up... Any ideas?
I have a AJAX script which searches postcodes in my database to find the nearest store... Works really well... Initially the postcodes were 4 characters long but a few are actually 3 characters long,...
Oh ok so then what does the above technique actually do?