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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by baza

  1. baza

    probably a simple workaround...please help

    Hi, I am building a site for a client, that allows its users to select files and add to mysql db, then when they click download, it zips up all the files and downloads then for the user. it all works great, problem I have is with the download basket. I add the file to the db when the user...
  2. baza

    php mysql connection problem on local machine

    thanks all sorted. I knew I was pretty close. Thats a couple of grey hairs less cheers
  3. baza

    php mysql connection problem on local machine

    done that and the response is Could not run query because: No database selected but as you can see in the code the db is mysql_select_db ("motorcro_moto");
  4. baza

    php mysql connection problem on local machine

    Hi , I have managed(after lots of trying) to install mysql and php and apache on a pc running windows xp I can access mysql via phpmyadmin and have imported a db into it everything is fine but i am unable to connect to the mysql db via php I am using the same code(that works perfectly on a...
  5. baza

    CSS php MySQL <pre> problems

    cheers, I didnt know that about text fields
  6. baza

    CSS php MySQL <pre> problems

    I am uploading news articles to a MySQL db by splitting the article into 255 character strings and then uploading to separate fields. When a user wished to view a news story I am then grabbing all the fields joining them together and then outputting the article. the problem I am having id the...
  7. baza

    css centering

    solved the problem by doing this div.container { width: 850px; text-align: left; position: absolute; top: 0px; left: 50%; margin-left: -425px; }
  8. baza

    css centering

    are you saying that I just remove the position:absolute from the css
  9. baza

    css centering

    I am trying to centre my website with margin auto but the rest of the site is full of position absolute divs. Will I have to re align them all as relative divs or is there a way round this
  10. baza

    Javascript and PHP (i know..that old chesnut)

    I have been looking round the net for answer to my problem , but nothing points to the same problem I have. I know this can be done because I know a couple of sites that do it. anyway heres my problem. I run a motocross site with videos and images. On the images page I have a heading called...
  11. baza

    Hidden file upload

    the upload page is a protected admin page that only certain users can access
  12. baza

    Hidden file upload

    why would the password file be public knowledge
  13. baza

    Hidden file upload

    Hi I am trying to upload flash files to the webserver using input type file. the file I am uploading is a flash file and there are two parts to the file, the .swf and .flv I can upload the files by having two input boxes and then uploading no problem, but I am looking for a way where the user...
  14. baza

    flash video files

    I know this is now off topic flash wise, but if you know php, is there a way of automatically uploading a file, ie when the user browses to the .swf file to upload, the php code would upload both files. been banging my head with it but cant fathom it. if you dont know php then thanks for your...
  15. baza

    flash video files

    so I just need to upload the .flv and .swf ok thats cool, can you tell me if there is a way of compiling these two files into one cheers

Part and Inventory Search

Back
Top