3 tips: 1 - Pass the variables from first page to the script, and from this to the 3° page. 2 - Use AJAX to excecute the scripts in background 3 - Use php...
Hi Due we still need to rely on xml_parse or is there a better way so that the XML is parsed and we get a array for that xml. Thanks -- Regards, Abhishek jain...
Hi, I want to know a bit on SQL Injection. If in my server i have in php.ini magic_quotes_gpc = On Is this sufficient for preventing sql injection? Please...
Hello All, I am having a small doubt on conversion of files, how is "automatic conversion of mediafiles to flv in youtube ' any idea? I hope the solution for...
hi everyone i am beginner in oo php and wanna some classes to read and to get my feet wet . i wanna some classes that for beginners not any classes . thanks in...
I recomend you looking for the zend framework, it has been written in MVC and is, in my opinion, the best framework working today. redgards...
sergio
sergio10@...
Jun 7, 2009 9:50 pm
8678
You can also try Codeigniter. It is also one of the most famous MVC system in php. ... -- A.M.Doctor [Non-text portions of this message have been removed]...
Hi, MVC is a good way to manage responsibilities in your code. The model is responsible for representing your database and the view for representing your...
Once you've read and understood what MVC is, this list might help you choose one that's right for you :- http://www.phpwact.org/php/mvc_frameworks Rob. ... ...
i want some information about joomla.. is joomla supported RSS or API? Actually my main site is in joomla and I am working on a community that is in Boonex. I...
hi my client want to change new shopzilla api,i have no idea about that,plz help.do i need to register and get new code or api?plz advise. haran Get your...
Hi, Is there a global session variable which is global , i mean which can be accessed by every request and changed by any one , Which destoys itself once the...
The register_globals is off by default now . You can make it on. http://in2.php.net/manual/en/ini.core.php#ini.register-globals its being depreciated now , so...
I think what Abhishek is asking for is the equivalent of an ASP Application State variable, that can be accessed by all users, not just the current session? As...
Hi All, I need help regarding PHP print ing option.can any body tell me how write code for printing the data into paper by using php. thank you in advance ...