Search the web
Sign In
New User? Sign Up
in-phpug · Indian PHP User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2614 - 2643 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2614
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...
Suchi Garg
sug_holtec
Offline Send Email
Jul 1, 2006
10:06 am
2615
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...
rohan_gnome
Offline Send Email
Jul 1, 2006
1:01 pm
2616
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...
rohan_gnome
Offline Send Email
Jul 1, 2006
1:04 pm
2617
You'll need to modify the code directly. ... [Non-text portions of this message have been removed]...
Gaurav Arora
nubknacker2k
Offline Send Email
Jul 2, 2006
11:21 am
2618
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...
Kishore Kadiyala
fullhyd
Offline Send Email
Jul 2, 2006
1:16 pm
2619
So you're sure this is in no way possible... On Sun, 02 Jul 2006 15:16:30 +0530, Gaurav Arora <gauravsworld@...> ... -- Using Opera's revolutionary...
Rohan Prabhu
rohan_gnome
Offline Send Email
Jul 2, 2006
2:18 pm
2620
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 ...
Sumit Mittal
pra_mittal123
Offline Send Email
Jul 3, 2006
6:20 am
2621
hi, are u looking for a db design of gui design for this... if it is db design let us know what all info u want for each metro.. cheers, sumit ... ...
Sumit Mittal
pra_mittal123
Offline Send Email
Jul 3, 2006
6:25 am
2622
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.....
M Krishna Srikanth
mandaksk
Offline Send Email
Jul 3, 2006
10:55 am
2623
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...
Rohan Prabhu
rohan_gnome
Offline Send Email
Jul 4, 2006
5:16 am
2624
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 ... ...
Sumit Mittal
pra_mittal123
Offline Send Email
Jul 4, 2006
7:27 am
2625
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...
Anurag's
abhatia6feb
Offline Send Email
Jul 4, 2006
8:59 am
2626
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...
Sumit Mittal
pra_mittal123
Offline Send Email
Jul 4, 2006
12:08 pm
2627
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...
Anurag's
abhatia6feb
Offline Send Email
Jul 5, 2006
4:52 am
2628
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 ...
Sumit Mittal
pra_mittal123
Offline Send Email
Jul 5, 2006
5:26 am
2629
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]...
Surajit Koly
chan_suro
Offline Send Email
Jul 5, 2006
6:38 am
2630
hi you have to be more specific in terms of what u want to manipulate in php.ini i.e. what u are looking to do. cheers, sumit ... ...
Sumit Mittal
pra_mittal123
Offline Send Email
Jul 5, 2006
8:03 am
2631
you can know more about your ini file using phpinfo(). ... From: Sumit Mittal <pra_mittal123@...> To: in-phpug@yahoogroups.com Sent: Wednesday, July 5,...
M Krishna Srikanth
mandaksk
Offline Send Email
Jul 6, 2006
4:31 am
2632
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...
Rishindra
rishindra_n
Offline Send Email
Jul 6, 2006
4:38 am
2633
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...
accilies
shoeb_surya
Offline Send Email
Jul 6, 2006
6:15 am
2634
Dear Friends, I need to display the latest happenings/NEWS/events related to india and world, i cannt manually edit the pages everyday so i need to...
abhishek jain
ejaincom
Online Now Send Email
Jul 7, 2006
4:49 am
2635
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...
dharma raj
dharmacse
Offline Send Email
Jul 7, 2006
5:12 am
2636
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...
Anurag's
abhatia6feb
Offline Send Email
Jul 7, 2006
6:58 am
2637
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...
abhishek jain
ejaincom
Online Now Send Email
Jul 7, 2006
7:37 am
2638
mysql_connect(....); mysql_query('create database abcdef'); mysql_select_db('abcdef'); Anurag's <anuragbhatia@...> wrote: I want to create DB (in MySQL...
M Krishna Srikanth
mandaksk
Offline Send Email
Jul 7, 2006
8:15 am
2639
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...
Gaurav Arora
nubknacker2k
Offline Send Email
Jul 7, 2006
8:30 am
2640
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...
anand kulkarni
anandonnet
Offline Send Email
Jul 7, 2006
8:48 am
2641
Hello Krishna, instead of executing query you can use mysql_create_db. thanks, Vikramjeet Singla M Krishna Srikanth <mandaksk@...> wrote:...
vikram singla
singlavikram...
Offline Send Email
Jul 7, 2006
10:17 am
2642
Thanks! ... -- Thanks Anurag Bhatia , ************************************************************* SUCCESS IS A JOURNEY , NOT A DESTINATION . ...
Anurag's
abhatia6feb
Offline Send Email
Jul 7, 2006
10:21 am
2643
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. ...
M Krishna Srikanth
mandaksk
Offline Send Email
Jul 7, 2006
11:34 am
Messages 2614 - 2643 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help