Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~19.8K People Reached
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for asrsmunna

Hi Can anyone explain me the following command. This may be a minor one, but, please do explain in detail. CHKTRANS=`echo ${0} | grep '/transforms/' | wc -l`

Member Avatar for sepp2k
0
331
Member Avatar for asrsmunna

Hi..! I am having a list of members in my database, which i want to display in my website. I am using php GET method, and the sample url is http://www.mywebsite.com/display.php?id=564 Can anyone please help me in getting url like http://www.mywebsite.com/munna_bharadwaj_564 I may not describe my question properly, but, hope …

Member Avatar for pritaeas
0
192
Member Avatar for carebear23

<?php include("config.php"); if($_SERVER["REQUEST_METHOD"] == "POST") { $q=$_POST['q']; $q=mysql_real_escape_string($q); $q_fix=str_replace(" ","%",$q); // Space replacing with % $result=mysql_query("SELECT title FROM articles WHERE title LIKE '%$q_fix%'"); } ?> <html> <body> <form method="post" action=""> <input type="text" name="q" /> <input type="submit" value=" Search " /> </form> <?php while($row = mysqli_fetch_array($result)) { $title=$row['title']; echo '<div>'.$title.'</div>'; } …

Member Avatar for diafol
0
17K
Member Avatar for pgh

Hello Admin and other PHP experts..!! small question, how to send email to the email IDs, that are listed in a database, i want to sent it as "noreply(at)mydomian(dot)com" and the receipents should be in BCc. And the mail i send is a HTML Advertisement of my service. help me …

Member Avatar for saad2309
0
227
Member Avatar for asrsmunna

Dear admins..!! i am sorry for my previous post, but, now i am asking you this because i am poor in JS scripting.... i have seen a [website](http://max.jsrhost.com/ajaxify/demo.php). Here the menu and content are displayed in two different DIVs, but, i cant understand how to use that, i have concerned …

Member Avatar for radhakrishna.p
0
940
Member Avatar for asrsmunna

Hi..! i have 2 files in a folder "form.php" "thankyou.php" after filling the form, user ir redirected to thankyou, but, if we click browser's BackTo button, the filled details are remaining in the fields. How to reset the form when clicking "Back". This code i tried.... but no use <!-- …

Member Avatar for spectra
0
120
Member Avatar for asrsmunna

Hi Admin..!! i want source code in php+ajax for a form, in such a way that, suppose i have a form in php, with 10 different fields, when the user fills that form, the fields next to gender should automaically change, like the remaining fields must be different for Male …

Member Avatar for EvolutionFallen
0
228
Member Avatar for asrsmunna

Hello Admin and other PHP experts..!! small question, how to send email to the email IDs, that are listed in a database, i want to sent it as "noreply(at)mydomian(dot)com" and the receipents should be in BCc. And the mail i send is a HTML Advertisement of my service. help me …

Member Avatar for rayidi
0
252
Member Avatar for asrsmunna

How to build a website like emp3world.com Please help me... > Munna Bharadwaj

Member Avatar for asrsmunna
0
112

The End.