39,320 Topics
| |
while running the program in fire fox this error is occuring " [U] [B]* This problem can sometimes be caused by disabling or refusing to accept cookies.[/B][/U]" wat is the reason. | |
Dear All I want to create dynamic page with php as attach file but i don't have any idea to create it. So please help me to code it:pretty: . Thanks in advance | |
i need some opinion on my final year project.. i need to make the proposal and the complete system in just 4 months in time....it's kinda hard..i'm just starting to feel miserable......i just dont wanna make it all again,,, can anyone help me by suggesting any system that can be … | |
I'm in need of a shopping cart that features inventory control determined by attributes. For instance, I have 50 different products, which I want to make available to only 1 person in every County in every State in the US. The price for each product is determined by County: ie: … | |
hey guys, This question might be discussed over thousand times but please help me on this one! I have a customer registration (html) page on which I have included form level validations using java script. On click of the submit of this page control goes to regist.php where I run … | |
HI, I have a tpl file which use the {php}{/php} to excute php file inside it. The problem is that in that tpl file, [CODE]$article_title[/CODE] is a string and i want to set it's value to use in php excutions so it looks like this: [CODE]{php} $var1==$article_title; {/php}[/CODE] NOTE: $article_title … | |
Hello, I'm trying to echo $pet_list['name'], but it only gives me one value of the array. part of core.php (which is included in create_pet.php) [CODE=php]$pet_list = mysql_fetch_assoc(mysql_query("SELECT * FROM ".$db_prefix."uberpets_pet_species"));[/CODE] part of create_pet.php [code=php] if ($step == "1"){ opentable("Create a Pet"); echo "<center>Here you can create your first pet! Please … | |
hey guys... i've encountered something which I think may tax ur brains... what im trying is this: There is this coaching institute. A person may come here either as a student to enroll for a course, or as a teacher. Now, if the person has come as a student, we … | |
Hi, So I'm creating a website for clients that have tons of different courses available, they have opted to not place any course outlines within the site and instead, make the interested party request it via a email. Now, here is where my problem comes in, I would like to … | |
Hi... i have some values with an checkbox ...... $result = mysql_query("SELECT * FROM service_type "); while($row = mysql_fetch_array($result)) { ?><input type="Checkbox" name="contype" value="B"> <?echo $row['servicet']; echo "<br />"; } } after the execution of this code....the list of values will be displayed, e.g red,black,white,yellow etc......if he selects only two...... … | |
I heard that sql injections are causing to our databases by spammers... Can anyone please tel me how it is possible ? And very importantly how to escape from sql injections... I expect more answers from you...And Thanks for those .... | |
im working on this page where after theregistration page if there is any mistake the user should go back and make changes in the required fied ......the point is the other fields which have data shud be retained when he come back im using captcha in the page so using … | |
Hi , here is the code......here i am getting some values from the database and displaying it with an checkbox as given below,,,,i want to validate those checkboxes,,,,,whether the user is selected or not , as soon he clicks the submitt button......and here here the values are comming from different … | |
Hi, is it possible to print page setup with PHP Code Advaced Thanks... | |
I have printed questions on faq.php... when click on that question it will go to faqview.php In that faqview.php , i want to print my previous viewd question... Can any one help me out... Help is urgent... Thanks.. | |
Hi everyone, I'm new to programming and I'm doing an online registration form for my project. I have a problem with my form. After submitting my form, a confirmation page will show up with the information displayed on the page. When I click submit on the confirmation page, It is … | |
Hi All, I am trying to create a donation page in php, User will only need to put the amount and then he/she will be directed to paypal site. Can you please let me have a sample code. Vivek | |
This is actually a combination js, php, htaccess question so it could go in either one of those categories. I, like every combo server/client/ajax programmer like to mix my php with my js. I'm just curious about something, I know that you can configure .htaccess to refer to new extensions … | |
Hello, I am trying to develop a little application in PHP, but I need your help. When a user open an account or login, some information should be stored in his/her computer (cookies). And then if he/she logged out and try to open another account it should dipaly the message: … | |
Hi I'm a 15 years old student from Serbia. I have a problem.I wanna use C# to send some informations to php.PHP manages those informations.And later i wanna that some other person with the same application recives those informations.And the problem is i don't know how to do this. [B]Please … | |
Exactly what the title says with working demonstration please. I know the code but I am unable to get it working. [code=php] function q($a) { return mysql_query($a); } function a($b) { return mysql_fetch_assoc($b); } $abc="select * from table"; $bcd = q($abc); $cde = a($bcd); echo $cde[$column]; [/code] Thanks, Regards X … | |
Hi I'm using the 2 pieces of code typed below to set the character set to utf8 (so that I can output russian characters on page, and then to output it on web pages. I have tried to set the character set to utf8 so that russian characters appear properly … | |
I recently discovered that IE6 will display a blank screen if you are in SSL and you click on a link that points to a UTF-8 page. However, if you refresh the page will be displayed. However, even if the page contains a link to itself, clicking on the link … | |
We are creating one application in which we pick a form from other website and show it on our website. Once the user fills the form and clicks on submit data is submitted 3rd website. This requirement is one of our application specific. With help axaj we have done so … | |
Hi I have programmed a 5x5 'grid' of square buttons and need to store the buttons the user clicks on (in order) so that i can ask them to recall the sequence later. I think this requires server side scripting and installed XAMPP for PHP on my mac... I have … | |
hi guys... i wanna select a single cell (not full row) from one MySQL table and insert the value into another table. The datatype of the (value being extracted) and the (column of insertion) are the same. somebody pls help... | |
Hi all, Im very new to php. Currently im creating an online exam system which uses php and mysql as the database. I have registration and login page which works pretty fine. I had problem when it comes to question page. I have about 20 questions. As soon the user … | |
Does anybody know how to setup PHP on Tomcat 5.5? I found this tutorial [URL="http://blog.taragana.com/index.php/archive/running-php-5x-on-windows-using-tomcat-4x-or-5x/"] http://blog.taragana.com/index.php/archive/running-php-5x-on-windows-using-tomcat-4x-or-5x/ [/URL] but i can't get it work. Can somebody help? Thank you |
The End.