Jump to content

Need help with PHP code - ob_get_contents() and ob_start()


Recommended Posts

Hello,

 

I am trying to change the string 'IRM Reporting Portal' to 'BIS Reporting Portal' as illustrated in the attachment 'Requirements.jpg'.

 

On inspecting 'IRM Reporting Portal', I noticed the function DoResizeMS ().

 

I found this function call in only one file across the entire code.

 

That file is 'header.dsp' (attached)

 

This leads me to believe that the string 'IRM Reporting Portal' is being dynamically generated in 'header.dsp' (Between ob_get_contents() and ob_start())

 

How do I change that string to 'BIS Reporting Portal'? Please help. I am a PHP newbie.

 

Thanks,

Trinanjan.

 

[attachment deleted by admin]

Why do you think that function, which is a Javascript function, has anything to do with the string you're trying to change.

 

I looked at the code you posted and I didn't see anything in there that would generate that string. Is there another PHP script?

 

Ken

Why do you think that function, which is a Javascript function, has anything to do with the string you're trying to change.

 

I looked at the code you posted and I didn't see anything in there that would generate that string. Is there another PHP script?

 

Ken

 

Thanks for your post.

 

I do not think that there is another PHP script. I did a global search for 'IRM Reporting Portal' using Edit Plus. I did not find anything interesting.

 

The similarities of the structures of the Inspected content (Google Chrome screenshot) and 'Header.dsp' seem to indicate that the string 'IRM Reporting Portal' is being generated dynamically.

 

How do I proceed and debug further?

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.