extending tidy
I have problem with type-hinting and extending tidy. This code creates error:
Code: class cMyTidy
Help with search.php
Hello All
I need the search engine on a site I am building at the moment to display the searc
How to find OS bit version
How can I tell the person browsing my site is running 32, or 64 bit operating system?
Loosing changed contents when used FM REUSE_ALV_GRID_DISPLAY
Hi,
I have used FM REUSE_ALV_GRID_DISPLAY in my program as below.
CALL FUNCT
Ajax Issues - Update Panel / Timer. Intellisense doesn't know about them
Type 'System.Web.UI.ScriptManager' does not have a public property named 'UpdatePanel'.
That is wha
Guixt issue
Hello all,
We are experiencing the following problem with Guixt:
Some transact
True way to see if action was successful?
If this is a good way to see if action was successful to continue:
Code: function changeGa
string to currency format
Hi guys...
Actually I chunk out some data from txtfile and one of the data contains amount va
help with Get_
ok some how this is not working i am not sure what i am doing wrong here but what this does is when
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<