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...
hi ravi, you can surely create sub-domains dynamically using php. you just need to know the access key for your web host manager. I have done it earlier. just ...
Hi Ravi I am out of touch of PHP, but remember some concepts. Can you update the files in the DNS server through PHP? I do not know whether PHP directly ...
Hey Friends! We have just moved to new server and everything is setup! Now as the new server is fast and has lots of space we would like to create two same...
You can go something like staging.currentdomain.com which is generally organizations do.. make a staging domain where all work is done and after testing it is...
Do you do coding at apache level? Else just create a subdomain say beta.yoursite.com ... but make sure to use a robots.txt to stop robot crawling. Aji ... ...
Hi, I have a set of classes which I want to use in every project. Right now i am copying the same classes to every website, and including those classes ...
Krishna Srikanth
krishna.srikanth@...
Jul 27, 2007 9:35 am
3096
hi , this is ravi, any one guide me for dyanamic sub domain and static sub domain. because i new to this concept. ravi. ... Looking for a deal? Find great...
Thanks Sumit and Aji, Yes I also think creating a Sub domain and adding it as a virtual domain in apache on the same Server will solve my issue. As my main...
Hi Krishna, Try using "auto_prepend" setting in php.ini You can specify one file there which will get included all the scripts before they are executed. So,...
Hi, As soon you create a vritual domain in apache you can define from which dir it should read pages. so apache already know for each domain to go to which...
Hi All India's biggest Open Source Unconference "OSS Camp" has been scheduled for September 8 - 9, 2007 in New Delhi. Embedded in the OSS Camp is India's first...
Wow, it reminds me of year 2004 when we were facing this same problem and then we decided to build our own development architecture for all our projects. Use...
Hi friends, Which is the best framework to work in PHP , I am looking at the ease of coding point of view and which have small learning curve. Give me your...
Hi Aditya, Thanks for the help. "auto_prepend_file" worked like magic. I gave this in php.ini file and all classes got included in every execution. ...
Krishna Srikanth
krishna.srikanth@...
Jul 30, 2007 7:13 am
3105
http://www.idealwebtools.com/blog/dynamic-subdomains/ hope this helps, read the comment as well. In case of any further query add a comment and I will put more...
Hi Abhishek, As per my opinion cake php and codeigniter are good one. Both are inspired by ROR but very handy and easy to learn. These reduces the time frame...
We recently did a lot of work with Zend Framework after experimenting with Cake and Symfony. Both Symfony and Zend really impressed us. You may also like to...
... On what basis Zend Framework was chosen over others like Cake and Symfony? Tarique -- ============================================================= PHP...
I have done some work with Symfony and so far it is good. I would say symfony (with out Propel, suggest you go with Doctrine ORM instead) would be easier to...
Dear all, I am using two listboxes with multiple selection. I have moved the contents from the first list box to the second list box. But I am not able to get...
... Check wether the post variable for that listbos is intializing or not ... -- -- Thanks and Regards Gaurav Mishra Linux User #348873 ILUGD Commitee Member,...
Hi Everyone, India's first community driven Web 2.0 Camp is on 08-09 September 2007 in New Delhi, India. Web 2.0 Camp is part of India's biggest Open Source ...
Hi All, There is a need for my site. I want to display banners for exactly 10 seconds. Later i have to change the banner with some other ad. My problem is...