Recent content by sree

  1. sree

    First instance file creation later reading the parameters from that file

    hello, pl. suggest me with your valuable answers. After creating and running exe our application ask for some parameters and these parameters will be stored in one our folder as php file. when we close the application and re-open it should read the file stored in our folder and found it should...
  2. sree

    Stored procedures creation in server2go

    am aware in mysql…however in server2go mysql there is no option in menu to create stored procedure…pl. suggest
  3. sree

    Stored procedures creation in server2go

    hello, can any one guide us how to create stored procedures in server2go
  4. sree

    Accessing external image file and storing in database

    thank you for your quick reply. i need to clarify my complete problem here. we are entering the employee details along with their photograph which can be stored into mysql table. all the text fields and numeric fields are entering into table except the photo which we select by browsing from the...
  5. sree

    Accessing external image file and storing in database

    hello, it comes from local system (from any folder) and its an image of the employee. We are storing that directly into database by using blob. its storing successfully when we run application in our local machine (w/o converting as exe). pl. advice.
  6. sree

    Accessing external image file and storing in database

    hello we are having problem with accessing external file from exe compiled php file. we have written a coding to save the image file into database. after converting this to exe its not working. pl. share with me if you have any code. also pl. let me know how to write a file open code for exe...
Back
Top