39,316 Topics

Member Avatar for
Member Avatar for wdev

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 …

Member Avatar for wdev
0
141
Member Avatar for mrt.work

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 …

0
63
Member Avatar for grr

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 …

Member Avatar for grr
0
115
Member Avatar for akshit

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 …

Member Avatar for nav33n
0
161
Member Avatar for macneato

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 …

Member Avatar for nav33n
0
123
Member Avatar for ishlux

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...... …

Member Avatar for Shanti C
0
81
Member Avatar for AnilChowdary
Member Avatar for nav33n
0
63
Member Avatar for Shanti C

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 ....

Member Avatar for Shanti C
0
239
Member Avatar for ashercharles

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 …

Member Avatar for Shanti C
0
75
Member Avatar for ishlux

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 …

Member Avatar for Shanti C
0
222
Member Avatar for sushilchandu

Hi, is it possible to print page setup with PHP Code Advaced Thanks...

0
86
Member Avatar for Shanti C

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..

Member Avatar for Shanti C
0
118
Member Avatar for AnilChowdary
Member Avatar for joeey

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 …

Member Avatar for joeey
0
232
Member Avatar for vicky_rawat

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

Member Avatar for Shanti C
0
237
Member Avatar for R0bb0b

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 …

Member Avatar for R0bb0b
0
115
Member Avatar for besart

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: …

Member Avatar for R0bb0b
0
102
Member Avatar for dimitrijejankov

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 …

0
48
Member Avatar for OmniX

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 …

Member Avatar for somedude3488
0
165
Member Avatar for flashyflashy

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 …

Member Avatar for martin5211
0
64
Member Avatar for justinman

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 …

Member Avatar for martin5211
0
99
Member Avatar for einfoway

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 …

Member Avatar for digital-ether
0
74
Member Avatar for makbot

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 …

Member Avatar for digital-ether
0
133
Member Avatar for akshit

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...

Member Avatar for digital-ether
0
188
Member Avatar for confusedofphp

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 …

Member Avatar for somedude3488
0
117
Member Avatar for peter_budo

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

Member Avatar for gauravgarden
0
181
Member Avatar for ishlux

Hi.....is this code right......... [code=php]<html> <head><title>auto alto system</title></head> <body> <table> <tr> <td> category</td> <td><select name="category"> <option value="sercategory">service category</option> <option value="servicetype">service type</option> <option value="services">services</option> </select></td> </tr> </table> <?php include 'database.php'; $result = mysql_query("SELECT * FROM service_category "); while($row = mysql_fetch_array($result)) { echo $row['servicec']; echo "<br />"; } if($_POST['category'] == "servicetype") { …

Member Avatar for ishlux
0
82
Member Avatar for CAPSLOCK
Member Avatar for einfoway
0
1K
Member Avatar for johnvanderjagt

I am developing a form for a birdbreeders club. With this form people can order rings. On the page [url]http://www.info-sec.nl/bodyringenbestelling.htm[/url] there are two forms. The second form people can place an order. There are 10 rows, but normally people do not use all 10. How can I prevent that also …

Member Avatar for Shanti C
0
66
Member Avatar for ibrahimssani

Please am new to web application development. Can anyone help me out, am trying to specify 2 different folders for picture and video upload and would like the link to those files stored on mysql databaes. The html code i used for video and picture upload are: [code] <form action="<?php …

Member Avatar for ibrahimssani
0
93

The End.