User Profile
Collapse
-
I mean parameters...:) -
How to get the php function or method attributes?
Hi All,
Is it any possibility to get a list of attributes of function or method in php?
For examlpe I have got a following function:
[PHP]function example ($att1, $att2) {
...
}[/PHP]
and I want to get a list of attributes which holds number of attributes and their names.
thanks -
Hi,
You can use str_replace. It will replace any char that you want to on something else or on to "" which will remove unnecessary character.
Have a look on http://us.php.net/str_replace . I am pretty shure that it will help you.
...Code:// Provides: Hll Wrld f PHP $vowels = array("a", "e", "i", "o", "u", "A", "E", "I", "O",Leave a comment:
-
I did not used frames because I not preffer this way. I solve this problem usign pure CSS. That's how I wanted to.
Where #leftMenu is for naviagation...Code:#leftMenu { width: 190px; cursor:default; overflow:hidden; float:left; } #right { margin-left:190px; } .mysqlAddTableMenu { display:none; width:100%; float:left; overflow:auto; }Leave a comment:
-
Positioning in your style is unnescessary. I change only class .co12 in the style definition and layout looks how it should look.
.co12 {
margin-right:200px;
}Leave a comment:
-
Hi there
Try that, it works fine in FF and IE6,7 as well
.co12 {
margin-right:200px;
}
byeLeave a comment:
-
Hi,
Try that
<script type="text/javascript"> //Set Caption- use abs to avoid array error with three digit variable
if (document.getEl ementById("Capt ion").firstChil d) document.getEle mentById("Capti on").firstChild .nodeValue = Captions[Math.abs(i)];
else document.getEle mentById("Capti on").appendChil d(document.crea teTextNode(Capt ions[Math.abs(i)]));
</script&...Leave a comment:
-
Hi,
Thanks.
I've visit www.json.org and I found piece of javascript code to decode JSON. It works perfectly even up to 500 000 (it is definitly enought:)) chars.
basstradamusLeave a comment:
-
Unterminated string constant error above 70 000 chars
Hi
When I am trying to eveluate object literal It causing Unterminated string constans error (firefox).
var obiekt = (eval("("+data+ ")"));
the data is carring object literal recived from server (AJAX - JSON format)
It works normaly for smaller strings, but when data variable has about 20 000 chars there is an error.
Is there any limitations to string lenght that will... -
How many data can be recived by XMLHttp object?
Hi
Does somebody now how many kB can I send from server to my browser using AJAX ? -
CSS 2 columns layout full screen with floating nested divs
Hi
After few hours of searching the web and brainstorming I did not solve my problem.
The problem...
I want to create two column full screen layout (with header and footer) where left column has width 190px and right column has rest of the screen. Right column contents is changing dynamicly and sometimes it is wider than column itself so if right column is floating it is going down below left one.
Pic below...
No activity results to display
Show More
Leave a comment: