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

Search results for query: *

  • Users: baza
  • Order by date
  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
  16. baza

    flash video files

    Hi, I hope you guys can help. I am creating a flash video file from a .AVI file. I am using Flash Pro version 8 I am importing the video as an enmbedded file, then right clicking on the .flv file and exporting it from properties. I then create a new flash doc and import the .flv file as a...
  17. baza

    opening a crystal report in vb6

    Please help me, I have written an application which selects fields from an access2000 db and i have created a report which has text fields on it which are linked to the same db. how do i 1)Set the report to read only the fields selected with an sql query 2)open the report. heres what ive...
  18. baza

    submit button

    please help, I have an asp page with a list box and 2 buttons on it when i click the first button the selected value from the listbox is passed to the relevant page, but when i click the second button it does not pass the selected value. Here is the code <tr class=&quot;Body1&quot;> <td>...
  19. baza

    MTS Packages and Stored Procedures

    i am having a problem very similar to yours. my is the same error num and err description. mine is not inserting anything but coming back with these errors. when i looked up on the microsoft knowledege base it says that &quot;A specified value violated the integrity constraints for a column or...
  20. baza

    Vb6 and crystal 7 date-time problem

    i am writing a report using crystal reports7 in vis basic6 and i keep getting a runtime error 20515 here is the code Iridium_report.DataFiles(0) = dir_path & &quot;\Iridium.mdb&quot; Iridium_report.ReportFileName = App.Path & &quot;\Iridium_invoice.rpt&quot; Iridium_report.WindowTitle =...

Part and Inventory Search

Back
Top