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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 361 - 390 of 1103   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
361
ok. thanks. i have installed the virturmart module and published that and added products. But that shop is not displaying in the home page. do u know why? ......
Murugesan Periasamy
murugesanme
Offline Send Email
Mar 1, 2007
4:17 pm
362
best way keeping the data of countries and cities in database tab ... [Non-text portions of this message have been removed]...
jatinder kaur
jatinder_php
Offline Send Email
Mar 5, 2007
3:02 am
363
Hi its always better to have the database for countries and cities database tab. It gives you the benifit of manipulation in database where in you have...
shridharshenoy2000
shridharshen...
Offline Send Email
Mar 5, 2007
7:26 am
364
Thanks Jatinder, for ur kind effort to help me in the matter. ____________________________________________________________________________________ Never miss...
Anil Konsal
anil_konsal
Offline Send Email
Mar 5, 2007
7:30 am
365
Hai, U can use Database for cities and country filling but in that case u will get page refresh if you are not using AJAX.Use database for storing cities and...
KARTHIKEYAN RANGASWAMY
karthikranga83
Offline Send Email
Mar 5, 2007
9:55 am
366
Hello everyone, I live in New York and wish to come to Bangalore this year in Summer to spend some time there. In the process I also want to make some good use...
thisistrinath
Offline Send Email
Mar 6, 2007
2:37 am
367
Hello To all I have one smoll but big problem.I created one form which is my registration. see this code <form method=post> <input type=text name=fname /> ...
pritesh loke
priteshloke
Offline Send Email
Mar 9, 2007
1:38 pm
368
Dude., This is damn simple., Before entering details to DB check if an entry already exists in the database. If it exists dont enter the details., !!! ... -- ...
CS Shyam Sundar
ssundar85
Offline Send Email
Mar 9, 2007
2:14 pm
369
Hello my problem is how i clear post data at refresh time not db problems pls give me any idea if you know. Thank you CS Shyam Sundar <csshyamsundar@...>...
pritesh loke
priteshloke
Offline Send Email
Mar 10, 2007
7:28 am
370
Hi everyone, I want to know that how can I obtain HTML source code of a web page with the use of a built-in PHP function(s). It should work like if I provide...
thisistrinath
Offline Send Email
Mar 10, 2007
7:28 am
371
hi... i think this may help you....while inserting into database u can check the condition whether the value is in database or not.if not then only insert into...
Vishwanath B
vishwanath_cse
Offline Send Email
Mar 10, 2007
7:36 am
372
Hmmmm., The way to do it according to the HTTP spec (RFC 2187<http://www.faqs.org/rfcs/rfc2187.html>) is to generate raw HTTP headers. In PHP: ...
CS Shyam Sundar
ssundar85
Offline Send Email
Mar 10, 2007
12:31 pm
373
The easiest one is .. http://in2.php.net/manual/en/function.file-get-contents.php <? $content=file_get_contents("http://www.google.com"); echo $content; ?> so...
Ankur Dave
dave.ankur
Offline Send Email
Mar 10, 2007
12:31 pm
374
Ok I understand that $content is now a string containing HTML code of the given URL. But now when I did the following, it displays nothing. <? ...
thisistrinath
Offline Send Email
Mar 11, 2007
5:19 am
375
Hi, Have you installed the component if yes then type this in address bar http://localhost/index.php?option=com_virtuemart. you will find the product. ...
ansar ansar
ansarahmed_8
Offline Send Email
Mar 12, 2007
8:53 am
376
Hay thank you very much............. CS Shyam Sundar <csshyamsundar@...> wrote: Hmmmm., The way to do it according to...
pritesh loke
priteshloke
Offline Send Email
Mar 12, 2007
8:53 am
377
good morning i have a question to u all& hope i get the answer for that. ques: how to know whether the working server is supporting sending & receiving of...
gantasireesha
Offline Send Email
Mar 13, 2007
5:34 am
378
good morning how to know whether linux server(apache)supports pop3 protocol or any other mail supporting protocols if not how to make server support these...
gantasireesha
Offline Send Email
Mar 13, 2007
8:15 am
379
Hi every body, I have created PHP-mysql application.I just want to know how to integrate bar code with the php application. Thanks in advance Deepa ... ...
deepa pai
deepaspai_1983
Offline Send Email
Mar 13, 2007
8:26 am
380
hi..all i am getting the following error if i try to include..a java file in php.... can anybody help me...in this.... or what is function used to include a...
Vishwanath B
vishwanath_cse
Offline Send Email
Mar 13, 2007
8:37 am
381
It looks like you don't have the PHP-Java Bridge installed or configured on your server. The following link may be useful for you: http://in2.php.net/java ...
Vinu Thomas
uglyftp
Offline Send Email
Mar 13, 2007
8:57 am
382
Hi., There are different types of bar codes., Code 39, Code 128 etc., Are you aware of which barcode type you need ?? In layman terms: they are lines of...
CS Shyam Sundar
ssundar85
Offline Send Email
Mar 13, 2007
1:35 pm
383
hi... yes..i have read the information in the following link http://in2.php. net/java i am able to execute the example program here ..but i am using php4.3.9...
Vishwanath B
vishwanath_cse
Offline Send Email
Mar 13, 2007
1:36 pm
384
Hi, Here are a few links to get you started. You didn't mention you OS, so I've included links for linux and windows: http://www.hiveminds.co.uk/node/3172 ...
Vinu Thomas
uglyftp
Offline Send Email
Mar 13, 2007
1:44 pm
385
hi i try connecting to the mail server(GMail) using fsockopen like this if (getmxrr(gmail.com, $MXHost)) { $ConnectAddress = $MXHost[0]; } else { ...
gantasireesha
Offline Send Email
Mar 14, 2007
9:30 am
386
hi.. i came to know the problem now..but i am not getting any exact link where i can download php-java bridge 3.0.7 according to the information displayed in...
Vishwanath B
vishwanath_cse
Offline Send Email
Mar 14, 2007
9:30 am
387
Did you google it? http://www.google.co.in/search?q=download+php-java+bridge Regards, Vinu...
Vinu Thomas
uglyftp
Offline Send Email
Mar 14, 2007
9:37 am
388
Dude., Gmail's mail server is very much different from other mail server. They use SSL. They run their POP3 server in port 995 and SMTP runs in port 465. All...
CS Shyam Sundar
ssundar85
Offline Send Email
Mar 14, 2007
10:54 am
389
Hello Friends, I am using PHP and Mysql.I have username and password in one file when the user enters username and password and cick submit button what i am...
KARTHIKEYAN RANGASWAMY
karthikranga83
Offline Send Email
Mar 14, 2007
12:48 pm
390
Hai I want to create dynamically new email ids and subdomains for my site's visitors using PHP.Can anyone help me to move next step? Thanks -Thamizhchelvan...
thamizhchelvan2006
thamizhchelv...
Offline Send Email
Mar 14, 2007
4:07 pm
Messages 361 - 390 of 1103   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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