Tips on configuration for PHP
Problem:
user received PHP with quoted strings which are for translation but contain HTML code to be extracted and can't force regular Web pages parser to lock HTML code properly.
Solution:
change extension of the file from *.php to *.asax and process the file using Code files filter ticking the option "Content is html"(1) and selecting the right parser (2) for HTML code.
![]()
After finalization remember to change the extension of the files back from *.asax to *.php.
-
Hi Wojciech,
I found this working but still have some issues in extracting the desired content.
The .php file content goes like this:
'us-dollars' => '(US Dollars)',
'use-limit' => 'Use Limit',I need to extract only bold content(RHS).
Can you suggest some workaround.
Thanks in Advance!!
0 -
Hello,
thanks for your message.
Could you please create a ticket and upload the file you are trying to extract so that I can play with it?
All the best
Wojciech
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare