- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
26 Posted Topics
Re: [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 … | |
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 … | |
Re: Hi, Just remove single Quote from following line: like., sendSMS($mobile,$msg,'kacs','698117','SHRDATIA'); May be it's workable... | |
Re: "Karthik_pranas" is right it's working fine you need to just round() value.. I trying this my self.. | |
Re: 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. … | |
Re: 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.. | |
Re: can you please share your script, that will give us more idea for understanding.. | |
Re: 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". | |
Re: Hello All, Why are you forgot other CMS open source "Joomla", it's easy to understanding for new programmer compair to "Drupal". | |
Re: 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 … | |
Re: Hello, Please look at this google geocoding tutorial: [url]http://code.google.com/apis/maps/articles/phpsqlgeocode.html[/url] Hopefully it will help you! | |
Re: 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. | |
Re: 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; | |
Re: Can you please share your view for Which API use for check domain? | |
Re: 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 … | |
Re: Hi, I hope this will help you, <a href="your product detail page"><img src="<?php echo $row['ProductUrl']?>"></a> | |
Re: Please try this: $sql="INSERT INTO $tbl_name (`datetime`, `title`, `post`) values ('".$datetime."','".$title."','".$post."')"; | |
| |
Re: 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 … | |
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 | |
Re: [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 … | |
Re: [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 … | |
Re: > 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', … | |
Re: [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 … | |
Re: [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> … | |
Re: [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 … |
The End.