No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
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 …
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.
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 …
you can use javascript or ajax, is the easiest and quickest way to do it. See this tutotial: [url]http://www.progressive-coding.com/tutorial.php?id=6[/url], it is simple and it uses jquery framework which can be used with differente server-side programming languages.
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 …
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] …
The End.
bas_brain