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 strongm 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 jw1234

  1. jw1234

    PHP Displaying Images from MySQL

    Thanks Phil thats good of you i've actually done it now using base64 encoding where I do not need any of that code at all. i'm against using a filesystem as it is not terribly secure really, although i'll keep your code sample for another upcoming prject where it could come in useful. I figured...
  2. jw1234

    PHP Displaying Images from MySQL

    Right I have a problem and the standard way of resolving it does not appear to work in this instance so I need a way to solve it. I have a MySQL database with table called properties in - This works fine now each row in my database has an image attched which is the picture of a property I can...
  3. jw1234

    Whats wrong with my PHP/MySQL code ?

    Hi and Thanks Yes I know the database server is running and yes I have checked with the ISP that I have the parameters in the corerect order - so I know that that is all correct, no question about that. I have watched the tutorial and it DOES actually work. I do not need to make the checks...
  4. jw1234

    Whats wrong with my PHP/MySQL code ?

    I've done a little PHP in the past but this is probably a simple PHP/MySQL issue from a YouTube tutorial which the author say does work. Here's that tutorial http://www.youtube.com/watch?v=JhWVi-pY43Q&feature=related Now I am trying to do exactly this just with a few more fields we have a...
  5. jw1234

    Open Browser window within a VFP Form

    Hey thanks Mike Brilliant John
  6. jw1234

    Open Browser window within a VFP Form

    thread184-1296910 I'm writing a little tool that I can use for the feedback of Fleabay. I was wondering how do you open an IE window from within a form OR design a VFP form where part of the for is an IE of Firefox window. Thanks John
  7. jw1234

    Counting the number of lines in a text file VFP

    Thanks Mike and the others very handy to know I like the idea of a Cursor no there is no reason to use FREAD at all. I am basically doing some cut and pasting of eBay feedback and at the moment editing out the information I do not want by hand. i.e Member name, Time of Transaction and the...
  8. jw1234

    Counting the number of lines in a text file VFP

    Anyone got any ideas using FREAD of FGETS as to how I would go about ccounting the number of lines in a text file, where each line is a different length. I do know Fox but its been a while and I just need to refresh my memory please This would be a start fro a small project I am working on...
  9. jw1234

    Getting Hidden Picture information

    thread184-1173924 Eric while your code works it is not accurate for the GPS Data. PUBLIC oform1 oform1=NEWOBJECT("form1") oform1.Show RETURN DEFINE CLASS form1 AS form Top = 0 Left = 17 Height = 350 Width = 400 DoCreate = .T. Caption = "Get Image Properties (EXIF)"...
  10. jw1234

    Getting GPS Private EXIF Tags From JPEGs

    Some time ago the honourable Baltman posted the following bit of VFP Code IPTC(ADDBS(Sys(5)+SYS(2003))+"test.jpg") PROCEDURE IPTCLPARAMETERS tcPicFullPathoShell = CreateObject("Shell.Application")oFolder = oShell.Namespace(JUSTPATH(tcPicFullPath)) WITH oFolder FOR Each cFile IN...

Part and Inventory Search

Back
Top