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
~650 People Reached
Favorite Forums
Favorite Tags
Member Avatar for bas_brain

hi, I am beginning my journing on php development and i am trying to do my own MVC framework. I have a huge problem whith URLS. My URL Format: [url]http://example.com/index.php/Controller/Function/Arg1/Arg2/ArgN[/url] everything is working fine but per example when i call it like: [url]http://example.com/index.php[/url], The default Controller is called, no problems …

Member Avatar for samarudge
0
77
Member Avatar for bas_brain

Someone can explain to me why and when we need to reference variables and function. example: function &load_class() { } or $class = &new Class(); I also noticed that some php code vars sometimes appears like this: $_var instead of $var; there is any reason for that.

Member Avatar for harshbavaliya
0
92
Member Avatar for bas_brain

Hi all, I am new to ajax, meaning I know nothing what so ever of programing ajax. I want to do a simple login interface with email and password (with php), but i also want that when I press submit button it show a box with "please wait..." message (this …

Member Avatar for Alxandr
0
85
Member Avatar for Rakesh Nagekar

Hello friends I am looking for rating my website i dont have any idea how to rating a site and writng code can any one please help me in Rating of my website Thank u

Member Avatar for bas_brain
0
72
Member Avatar for bas_brain

hi, i am a newbie in mysql and i have some questions about performance tuning. 1-) in a system where you have to store information about a user, such as, user_name, id, last_log, is it better to store all the information needed in one table (lets assume 30 fields in …

Member Avatar for Shanti C
0
134
Member Avatar for bas_brain

ok, hi all, i have a problem, i want to check all values and keys from $_POST or $_GET files. My checkings criteria are: 1-) the key must be set; 2-) values must not be empty. Because $_POST and $_GET values is a array i have the following code: [CODE=php] …

Member Avatar for bas_brain
0
190