parsing - Wanting to get hard coded data from php files -
Forgive me to ask such a general question, but I have been flooded with alternatives and in fact Some opinions may know how you will proceed, perhaps it may be a bit of discussion with some points / counter points
So I currently work on a friend's art gallery for a new website I am doing
The new website is an ISSL-supported CMS (processware), the old website is old-school hard-coded PHP.
Current items or artwork are in hard working functions:
artinfo ($ field1, $ field2, $ field3, $ field 4, $ field5 , $ Field 6)
This is just a function that assumes several strings and makes some formatting to display them on a page.
Artiflu ('abeles-conundrum.jpg', 'Sigmund Abel', 'condom', 'lithograph', '34 x 24 inch ',' $ 1600 ',' ');
So where am I stuck here, I have access to their filemaker database, which has many fields but no image, and their current administrator has all the images on the website Exist.
What I'm thinking is that I will try to use data on the current website to relate the information to DB in images.
The reason for this is that I am not reusing old images that they are currently small (maximum 400 px) and want to use high reserve images (about 1200 px).
I have a utility that I created in C #, which pulls the relayant field using HTML Agility Pack, but I also have access to raw php files.
Comments
Post a Comment