Hi Anurag I think only two options are there either to use the RPMS available at(rpmfind.net) or compile from source all the details will be available at the...
Pretty simple in Ubuntu , Refer https://help.ubuntu.com/community/ApacheMySQLPHP for more info ... -- -- Thanks and Regards Gaurav Mishra Linux User #348873 ...
Hi, setting up a LAMP server is really tough job unless u r good at linux/unix. the simple method for setting up a lamp server for development environment is...
Dear all, One of my associates is looking to create a PHP or RoR based e-comm Web application. The application aims will provide mobile services in India. ...
Hi all I have a major problem which looks simple. But can anyone please solve this the client wants to have li bullet be appearing vertically aligned middle to...
I have done a shopping cart.My customer have account Orbital paymentech Gateway. Can any one help me to integrate it to my site.or please give me any reference...
Hi http://www.paymentech.ca/paycansolintcomorbgat.do Please visit this web link, here you will get developers kits and details. Koshy Philip srikanthkande2001...
Hello all, I am doing a market feasibility study of a website as a part of my summer project for MMS curriculum. We came up with an idea of creating PHP/.NET...
Hi !! I want to know what's the difference between the functions ---- isset() and empty() I referred the function reference on php.net, but still couldn't the...
... Start by running the code below <?php error_reporting(E_ALL); echo isset($something); echo empty($something); ?> and let us know if you figure it out :) ...
http://www.idealwebtools.com/test/empty.php will help you understand it. Thanks Aji ... -- http://www.idealwebtools.com/blog/ - My blog [Non-text portions of...
The following are the conclusions which have drawn from it :- isset returns true only if :- 1. Variable is existing ( declared ) and set to some value. isset...
Hi Shadab, isset() checks if a variable is set regardless of value assigned to it. If a variable is set as $a = ''; isset ($a) will return true. empty() checks...
... This is Difference between isset() and empty() isset() isset() determines whether a certain variable has already been declared by PHP. It returns a...
Dear Sir I want to know how to and where and how it works error_reporting( E_ALL). regards R.Sumathi ... Did you know? You can CHAT without downloading...
Dear Sumathi, When the code encounter errors it throws the error message to the output screen. Errors can be of various types, like notice, warning and ERROR,...
Dear sir, Thanks really in my project long list is showing ,can i know for which for E_ALL all are E_NOTICE thus it affects performance. ... === message...
Sorry couldn't get you, can you please reframe your query. -- http://www.idealwebtools.com/blog/top/ - know your *nix server better with top command. This will...
sir, if i put error_reporting( E_ALL); I am getting more list. if i put error_reporting( E_ALL ^ E_NOTICE); except E_Notice i dont get any error list. That...
You will have to do a little more explanation as I am not able to understand your query, sorry. http://www.idealwebtools.com/blog/top/ - know your *nix server...
Hello everybody! Where can I get the example code Presentation, Power Point or Slide Show in PHP. We want to use all the Open Code features and that too online...
Hi all I am having problem in executing the linked server query through PHP. the same query works fine in Query Analyser.I am using the follwing query. $query...
Hi I am currently working on a project that uses PHP, MySQL and Apache I am doing an online submission system for assignments. The code that I implemented...
Hello friends, I m Ravi working in a software company in php/mysql. I have assigned a tough task to do. Actually I need to create an online sub domain in php. ...
ravi, even i'm not sure how to go about subdomain creation.. but i don't think it can be done using php alone. It'd require some DNS configurations and rest......
There are separate layers, please take time to understand the differences. 1) How domains are resolved? Even xyz.com is a subdomain of com and com to dot. try...