in ur DB table, with each region record, keep a parent id which is the id of the parent region. This will help in keeoing the heirarchy between the regions. If...
I'm making a script using php and want it to be operable on various databases. Currently, it uses the MySQL database and I want to enable it to use MS SQL...
I'm having two MySQL databases that are used by two phpBB forums. One of the database is 'teen_hungama' and one of them is 'forums_stone'. They both have...
Indian PHP User GroupA leading Hyderabad-based local portal is looking for talented PHP programmars with at least 2 years of full-time experience in LAMP. You...
hi, in case u are using mysql 5.0 or above.. then u can try writing a insert trigger which will execute on creation of a a user in any of the forum so that it ...
My suggestions from what I understood from your words. 1st suggestion: In the regis form or whatever form, put all the suburban. city names in dropdown menu.....
Can you please ellaborate on how to use MySQL triggers or is there any such site/article or link-to from where i can get more information on MySQL triggers. On...
hi try reading from this. http://dev.mysql.com/doc/refman/5.0/en/show-triggers.html make sure ur version of mysql must be 5.0 or above cheers, sumit ... ...
I would like to use my Application on Intranet! I have created a Application in PHP MySQL with Windows Platform and Apache as the server! I have tested it on a...
as such there is no big difference but u may have to ask them to make a local dns setting to enable access to this web site. for securing the code u may need...
Okay Thanks! I also feel Some encrytion script will be needed! Do you think that we can ask them to use the application that we upload to INTERNET ie our own...
yes u can do.. but it depends what kind of data customer is storing.. means do customer really want to have on internet or not i.e. on a shared server.. also ...
Hi all, Can you please guide me how could i manipulate php.ini file. I am egar to know this. Thanks [Non-text portions of this message have been removed]...
you can know more about your ini file using phpinfo(). ... From: Sumit Mittal <pra_mittal123@...> To: in-phpug@yahoogroups.com Sent: Wednesday, July 5,...
Hi Surajit, Your question is incomplete. To manipulate the php.ini file, you have to know about the location of ini file. it may be in PHP folder or may be in...
If you are on a shared server, then there are many cases that you would like to set certain php ini vars as per you requirement.... Do you mean to modify a...
hi, There is a class available in phpclasses.org site, first u have to get RSS Feed url from sites like bbc,cnn and some more news sites, then u have to...
I want to create DB (in MySQL using PHP Code )on the Fly ! I can create Table structure! but how to create DB on run time! Please Help me out! -- Thanks Anurag...
Hi Raj, Thanks for replying , i also had some idea that i will have to use some kiind of RSS reader , but i am not sure from where will i get the Feeds, i have...
mysql_connect(....); mysql_query('create database abcdef'); mysql_select_db('abcdef'); Anurag's <anuragbhatia@...> wrote: I want to create DB (in MySQL...
Once again, I hate to be rude but you should really check around before you ask questions like the ones you asked. It took me all of 240 seconds(including...
HI Abhishek, I think most of the sites now provide RSS feeds, check out this one for now : http://www.ibnlive.com/xml/ and google news Anand abhishek jain...
Yes but mysql_create_db function is deprecated. In future if server gets updated php engine. then there might be a problem so its better to use mysql_query. ...