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? ......
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...
Thanks Jatinder, for ur kind effort to help me in the matter. ____________________________________________________________________________________ Never miss...
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...
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...
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 /> ...
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., !!! ... -- ...
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@...>...
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...
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...
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...
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. ...
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...
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...
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 ... ...
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...
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 ...
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...
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...
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 ...
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...
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...
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...
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...