Search results

  1. S

    my pages not up

    The 'services up/down' thread says that the lotus http is currently working but I cannot access any of my webpages. Any idea?
  2. S

    error uploading files with php

    Having a few problems with this script for an uploading file feature: <?php if ((($_FILES["file"]["type"] == "image/gif") || ($_FILES["file"]["type"] == "image/jpeg") || ($_FILES["file"]["type"] == "image/pjpeg")) && ($_FILES["file"]["size"] < 2000000)) { if ($_FILES["file"]["error"] > 0)...
  3. S

    Creating a dynamic data area

    I am trying to create a dynamic data area that is updated from the same screen and does not refresh the screen in order for the data to change. For example an area of text on the left and when pressed will update an image on the right. I initially started this with the spry AJAX format in...
  4. S

    xml problem

    hi all, this is it: I am setting up a spry framework in dreamweaver - at this stage just seeing if I can get an image to display from some code I've written. However the image doesn't show - can anyone tell me if this is correct? thanks doc.xml <?xml version="1.0" encoding="UTF-8"?>...
  5. S

    flash dilemma

    i know how to make a simple calculation run triggered by a button and I know how to make an animation run triggered by a button but I cannot make the same button trigger both simultaneously. Currently the animation is beginning on its' own despite the following code: Video.stop()...
  6. S

    simple actionscript problem

    Hello all. . I am trying to get a simple calculation going in flash.... I have created an input text box (variable name: ageVAR) and a dynamic text box (variable name: LuckyNumVAR) on the first frame of the same layer. Also there I have put a button and in the 'action button' section my code...
  7. S

    Server down

    Sorry if this is something you are currently working on and inundated with but I am unable to access the server on C Panel. I did try to login via http://stoli.x10hosting.com:2082/login/ but it didn't accept my details. Any idea when this will be resolved? Many thanks and on the whole great job...
  8. S

    php image display

    I am attempting to display an image from a search in a database stored in phpmyadmin. I have decided to store the images on the local server but I only managed to get the url of the image to show. After some research I reformed my coding in dreamweaver and came up with this: Lines 257-265...
  9. S

    XML parsing error

    I am just trying to learn a bit of XML and I came across this: europe.dtd <!ENTITY at "Austria"> <!ENTITY be "Belgium"> <!ENTITY dk "Denmark"> <!ENTITY fi "Finland"> <!ENTITY fr "France"> <!ENTITY de "Germany"> <!-- and so on... --> XMLpg45.xml <?xml version="1.0"...
  10. S

    The importance of import

    Perhaps I will work out the conundrum, but for now I am stumped.. I have heard that I can import an excel spreadsheet into my web page - I want users to be able to input data (figures) and from there the functions that I have put into the spreadsheet will make certain calculations, the result...
  11. S

    tables in database table entries

    I wonder if anyone is in the same position as me = I can construct a table within a database manually or loading in a .txt file however within some of the entries there are tables to show examples. Can anyone break this down as to how can I display them - ideally just lifting up from a word...
  12. S

    Fixed background image

    I have created my css for a background image in dreamweaver but am aware that it only remains in a fixed position using IE - other browsers scroll the image. How can I make Firefox and the rest keep my background image locked in position? Thanks for your suggestions.
  13. S

    database failure

    I have created a search page and made the action to go to my results page, but on testing this in the browser the results page is unable to function reading: Warning: require_once(Connections/dic3.php) [function.require-once]: failed to open stream: No such file or directory in...
  14. S

    flash not showing up?

    sorry to ask the same question again but..... Having the same problem as BigMoroen, i have uploaded my swf to the public_html folder and i still cant see my movie? i have tested on another website and working fine, please help! Cheers Stalks Edit: Sorted! sorry forgot to upload the Scripts...
  15. S

    Suspended! Please Help

    Can someone please help me! my site yourodds.co.uk has been suspened! i have no idea why! if anyone knows what this below means can you let me knowso i can fix it. Username: stalkioReason: Found by cron, not suspended in WHM, unsuspended in JM automatically.Suspension lift on: Undefined...
  16. S

    cPanel - cannot display the webpage

    New here sorry if something simple, signed up about two hours ago and everything was working sweet, could login no worries at: http://yourodds.x10hosting.com:2082/ now i can't even get to the login page just comes up "cannot display the web page" rebooted and tried other browser! Help your...
Top