Search:
Type: Posts; User: wlwd
Search :
Search took 0.01 seconds.
anyone able to offer me a word of advice on this one?
So what I am running here is a copy of AJAX F1's upload script, and I must say that I am new to AJAX & JS.
When I run the file from the direct index.php it works great and upload as desired,...
Hey guys!
Just looking for a point in the right direction really.
I am looking for a file upload form that will allow visitors to upload images, but also include their name, and details....
Tell her to upgrade to IE8...there is no problem when viewing the site with IE8, looks exactly the same as FF. ;)
PHP will do you sir.
W3School - PHP File Upload
Yes PHP is the best way to achieve this.
Some scripts I have modified in the past...
Micro Login System - Uses flat files instead of a MySQL database.
Three Squared.net - Login
My first bit of advice would be to scrap FP and get Dreamweaver, as the most up-to-date version CS4 includes all of the functions that you are no doubt going to need. :)
To code a onmouseover...
This would be a reasonably large project that would best be made using PHP. If it was me I would look at finding a base system pre-built and then modifying it heavily to do the job you require.
I...
You're after a sub domain.
Most of the time you can set it up within the control panel of your hosting site. If not e-mail their support team and ask them to set one up.
I've just grabbed the file and changed all of the text at the bottom - reloads fine!?
See here.
This type of setup can be done during the creation of the PayPal button.
Simply add the drop down list and all of the options that you want. You can also add additional charges for options.
...
The page loads up perfectly fine here - Flock & IE8.
Some editors do not load flash in the preview screen. Take Dreamweaver for example - if you src a flash video or header, it will not show...
You could try playing around with iframes? This would mean that although another page has been served it has only loaded within that frame.
Or maybe AJAX - lessen the load on the server?
If it was me I'd use something like this.
<body style="background-image:url(FILE);">
Obviously replacing FILE with the URL to the background image.
You may also want to put in some code...