Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags

6 Posted Topics

Member Avatar for chris.aaker

I would think php.net but I could not find them. The SVN repository requires a developers password so I could not check there. A more difficult question - How do I install PHP 5.2.4 on Ubuntu Linux 10.10. Thanks in advance.

Member Avatar for sutindaya
0
209
Member Avatar for chris.aaker

When working in a C IDE I can simply click on view disassembly to view the assembly code. Does PHP have an equivalent? It looks like Opcodes are as low - level as one can get but I wanted to verify. Secondly, What is a good IDE to view the …

Member Avatar for chris.aaker
0
207
Member Avatar for chris.aaker

I have a menu that is being obscured by a text field. I tried setting the Z-index in the CSS to 1 and 2 respectively and set the position to relative (w3 schools sais the positioning must by relative, absolute, or fixed) for the Z index to have effect but …

Member Avatar for tinymark
0
184
Member Avatar for chris.aaker

I simply want to input some from data into my javascript library. The form has the name "signup" and a link has on onclick property to call the "interface_signup()" function in javascript shown below. This is obviously a ridiculous way to do it, but my attempts to use "this" or …

Member Avatar for peter_budo
0
203
Member Avatar for chris.aaker

I need to take data in from a form, using a javascript call. From there I need to send the data to a php script that puts it in a database. I have an AJAX call that does this...but I know that the AJAX call also waits for a response …

Member Avatar for chris.aaker
0
243
Member Avatar for Bench

My first question is why is static used? My understanding is that static objects are instantiated once and persist untill the end of the program and that by default namespace variables inlcuding the global namespace are implicity static. This is some neat code and I'm trying to understand it.

Member Avatar for vijayan121
0
2K

The End.