Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~13.8K People Reached
Favorite Forums
Favorite Tags

26 Posted Topics

Member Avatar for LRNPHP

[QUOTE=LRNPHP;1287356]Hi Everyone Could someone assist me in a PHP / MySQL dropdown select menu. I want to pull info from my DB and display it, then when I select the option it need's to reload screen and add a second drop down select menu. When I select the 2nd one …

Member Avatar for amaz4u
0
2K
Member Avatar for HemantPHP

I have one server with zend application and for that application I want to create CMS (using drupal). So problem is how can I put both drupal & zend source. [url]www.domainname.com[/url] (which working into zend framework). Now I want to create CMS for this [url]www.domainname.com[/url] & zend application run which …

0
62
Member Avatar for jacob21

Hi, Just remove single Quote from following line: like., sendSMS($mobile,$msg,'kacs','698117','SHRDATIA'); May be it's workable...

Member Avatar for karthik_ppts
0
7K
Member Avatar for jacksantho

"Karthik_pranas" is right it's working fine you need to just round() value.. I trying this my self..

Member Avatar for almostbob
0
206
Member Avatar for anita_86

Hello, I show your code, As "paulrajj" suggestion it's doesn't need to make three form, So make one form with same action with multiple fieldset (which difference your different as form) and after click on submit button you need to make proper validation & than write code on invoice_data.php page. …

Member Avatar for anita_86
0
102
Member Avatar for Thunder--

Hello, Most of time this error come because of your query is not execute properly.. you please echo that query & try to run that into "phpmyadmin" or whatever you use for mysql, so you find actual problem.. I hope this will solve your problem..

Member Avatar for erry
0
78
Member Avatar for y2kshane

can you please share your script, that will give us more idea for understanding..

Member Avatar for UzuNarU
0
187
Member Avatar for shobhit25

Hello, Have you any server side scripting language knowledge like.. asp, asp.net, php, jsp? Drupal is CMS open source system which is basically made using "PHP". So you must be basic knowledge of PHP as well for learn a "Drupal".

Member Avatar for HemantPHP
0
75
Member Avatar for arctushar

Hello All, Why are you forgot other CMS open source "Joomla", it's easy to understanding for new programmer compair to "Drupal".

Member Avatar for HemantPHP
0
105
Member Avatar for yamot47

Hello Yamot47, I agree with "pritaeas" you use search boxes "swords" value in your query so it work only first time and everytime when you click on pagniation next time your search boxes value is null so you query give whole database value. So solution for that you need to …

Member Avatar for yamot47
0
139
Member Avatar for chandaboy

Hello, Please look at this google geocoding tutorial: [url]http://code.google.com/apis/maps/articles/phpsqlgeocode.html[/url] Hopefully it will help you!

Member Avatar for HemantPHP
0
87
Member Avatar for stebentje

I think you need to submit form using javascript, base-on your selection you fire some javascript function & than you make condition base-on your selection & write code for submit form.

Member Avatar for HemantPHP
0
104
Member Avatar for tcollins412

I think your query have any problem, mostly this error comes when error on your query or your database not have any record.. please check you query & related table. Or try this.. $query = "SELECT FROM members WHERE id=".$id;

Member Avatar for lyrico
0
120
Member Avatar for SuPrAiCeR69
Member Avatar for HemantPHP
0
199
Member Avatar for yamot47

Hey, On which process page you try to implement dynamic button? Why? I think you try to same on any product listing page for clicking on button that product will add into current cart session, If yes than you can achieve same with using php/ajax and creating new table like …

Member Avatar for HemantPHP
0
66
Member Avatar for mpc123

Hi, I hope this will help you, <a href="your product detail page"><img src="<?php echo $row['ProductUrl']?>"></a>

Member Avatar for metalix
0
103
Member Avatar for Awah Mohamed

Please try this: $sql="INSERT INTO $tbl_name (`datetime`, `title`, `post`) values ('".$datetime."','".$title."','".$post."')";

Member Avatar for metalix
0
91
Member Avatar for lwaterfo
Member Avatar for navi17

Hello Navi, Hope you find some solution from here, I will give you some logic.. 1)- i want to offer simple discounts: 10% off, 20% off with voucher or code number 2)- i want to offer discounts for multiple purchases: buy 1 get 50% off next purchase, buy 2 get …

Member Avatar for navi17
0
2K
Member Avatar for HemantPHP

Hello Any one know the rules for htaccess, I have follow requirement: [url]http://www.domainname.com/aboutus.php--input[/url] [url]http://www.domainname.com/aboutus/[/url]--Need this output

Member Avatar for muralibobby2015
0
222
Member Avatar for keyroche

[QUOTE=kroche;1287226]Hey, I have been working on a class to use for pagination and I ran into a problem. I have a function that sets the variables that I will need, then I access them in the other funtions. For some reason one of my functions can't access any of the …

Member Avatar for keyroche
0
214
Member Avatar for rahul_galgali

[QUOTE=rahul_galgali;1287367]Please can anyone explain me what is meant by smarty codes or templates and what is role of smarty in PHP.[/QUOTE] Hello, Smarty is basically template based 2-tier phpbase architecture. In that you have code your business logic differently to your presentation login. Means you php code is int .php …

Member Avatar for HemantPHP
0
149
Member Avatar for newhoops

> For some reason, I'm having an issue getting the following code to work. I can't get it to post to my db. I'm sure I'm missing something simple but I'm an amateur, so what else would you expect. > > Here is the code: <?php $connect = mysql_connect('localhost', 'bestseni_dev', …

Member Avatar for HemantPHP
0
151
Member Avatar for Awah Mohamed

[QUOTE=the prince Awah;1286418]guys please , i am reay tired , i have downloaded the apatch serer httpd-2.0.63 and i dont know what i have to do more , i dont know what to do next , i have the file but it does not contain any installation file of folder …

Member Avatar for HemantPHP
-1
113
Member Avatar for niths

[QUOTE=niths;1287258]hi all, i had a table with image details.so wen i click on submit button that image details should insert into assignwork table.but that is not working. [CODE]<html> <body> <link rel="stylesheet" type="text/css" href="css/table.css"/> <form action="useajax.php" method="post"> <table align="center" id="customers" style="width: 90%"> <tr> <th>S.no</th> <th>Imageid</th> <th>Name</th> <th>Size</th> <th>Type</th> <th>Assigned to</th> </tr> …

Member Avatar for HemantPHP
0
88
Member Avatar for Awah Mohamed

[QUOTE=the prince Awah;1286861]hello guys . Can someone tell me how to create a function in php that works whenever someone opens a page that does not exist and at the same time the code notifies me with the error . I have created one but it does not work for …

Member Avatar for HemantPHP
0
60

The End.