39,316 Topics

Member Avatar for
Member Avatar for Jintu

I dun quite understand how this program works....... Please advice... What is the output of this program? [CODE] <html> <!-- test01.php --> <body> <?php $x = 2; for ($i = 1; $i <= 6; $i++) { if ($i % 2 == 1) { $x++; } print $i . 'x' . …

Member Avatar for diafol
0
153
Member Avatar for ranjeetp

Hello All , I have integrate eWay payment gateway, My need is I have to insert payment history which is monthly in the database and display that history in the my account section. But I don't know how to do it?. I know In paypal there is IPN for this …

Member Avatar for chrishea
0
69
Member Avatar for buzzby8

Purchased Car dealer script from built2go.com about a week ago. Installed on test server (so I could work on design) and also on live server ready to transfer new design when approved by client. All working for about a week, then this morning started getting error messages, on both sites, …

Member Avatar for samarudge
0
88
Member Avatar for whiteyoh

Hi all, When i run the following script by giving a description, choosing file and clicking upload, it dies with error "you must enter both a description and file", line 29. Im a bit stumped, can anybody shed any light on this please? This is the code grabbing the file …

0
64
Member Avatar for NoID

Hello, i would like to know if its any chance of me being able to retrive data by typing ID, so for example if i type 100 and click on get, i want it to echo the "mobile" number. Can someone please help me with that Thank you

Member Avatar for NoID
0
116
Member Avatar for Menster

Hi there peoples of DaniWeb, Does anybody know how to authenticate that a request is coming to one of my pages from a specific server and not from any random script. Many thanks,

Member Avatar for Menster
0
125
Member Avatar for bthaxor

hey all, firstly, i have no php experience whatsoever, and that's the main reason i need help in the first place... you may have heard of this before, but there's an awesome server transfer script called RapidLeech basically, it downloads files from many popular file sharing sites to your server, …

Member Avatar for diafol
0
97
Member Avatar for mahakaal

hi i have to type of string like [url]http://localhost/galaxy/galaxy/register.php[/url] and [url]http://localhost/galaxy/galaxy/register.php?id=1[/url] or [url]http://localhost/galaxy/galaxy/register.php?id=1&err=no[/url] and i want to find "register.php" as out put can any one help me thanks

Member Avatar for diafol
0
86
Member Avatar for hassonook

Hi my friend I installed php helpdesk script on our intranet this script use phpSniff to capture client IP address and we have Proxy server in our network. I have problem: 1- If proxy setting was not set the script return the client IP true but if proxy setting was …

Member Avatar for cwarn23
0
141
Member Avatar for pabzzmike

hello, i have a mysql vehicle database with 5 fields: make, model, price, year and chasis no which is being searched by a php script to display user queries. script is working fine but i need to display the data in a table for better presentation. help greatly appreciated regards, …

Member Avatar for diafol
0
92
Member Avatar for rahul8590

i designed a simple php form which accepts the data and then displays it, (well its supposed to ) but its kinda not displaying the values it should.. [code] <html> <head> <title> Simple feedback form </title> </head> <body> <form method = "post" action="send_simpleform.php"> <p><strong>Your name: </strong><br> <input type = "text" …

Member Avatar for telcontar
0
151
Member Avatar for xuexue

hi guys, need help, the fopen () command does not run on my program, i don't think what's the problem, please help me [code] <?php $ourFileName = "C:\server\htdocs\samples\php\sample.txt"; $fh = fopen($ourFileName, 'r') or die("Can't open file"); fclose($fh); ?> [/code]

Member Avatar for ranjeetp
0
61
Member Avatar for vanessia_1999

I am having trouble displaying the item listed in my drop box. It is not showing up anything. The list is blank. I don't know what the problem is. At first I thought it was because of an undefine varialbe, but thanks to Keith help with the undefine variable issue, …

Member Avatar for vanessia_1999
0
185
Member Avatar for ionzone

Hello, I'm trying to write a program that will POST information when executed. I can't explain well so I'm going to show how the program works. This program is intended to run from console (not from web) like this: [code]php /home/user/upload.php /home/user/documents/2009Final/income.doc[/code] When executed, I want the program to fill …

Member Avatar for monkey56657
0
87
Member Avatar for Lolalola

I have heard that there is a general session. Such a session can be seen, the management of all users. But I do not find the information or samples. If it means session fixation or same like that. Would you have examples?

Member Avatar for Airshow
0
30
Member Avatar for vanessia_1999

HI everyone, I am getting an undefined variable code: Notice: Undefined variable: prod_options Notice: Undefined variable: color_options with this error it won't make my drop down option box show the list of colors or product. What am I missing? Am I coding something wrong? [code]<?php // manage colors // pull …

Member Avatar for vanessia_1999
0
171
Member Avatar for telcontar

Hi, kind of new in PHP since I'm reading a 'novice to pro' one :) I was wondering how php experienced users deal with these two (at least for me) hot topics? What's your way of implementing it? Is there any 'convention' about this and not a merely a personal …

Member Avatar for ShawnCplus
0
95
Member Avatar for siri_ajay

Hi every body i want to send youtube embedded code through php mail function. embedded code is: [code=php]<object width="500" height="380"> <param name="movie" value="http://www.youtube.com/v/<?=$_GET['url']?>&amp;hl=en&amp;fs=1&amp;rel=0&amp;showinfo=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1" /> </param> <param name="allowFullScreen" value="true" /> </param> <param name="allowscriptaccess" value="always" /> </param> <embed src="http://www.youtube.com/v/<?=$_GET['url']?>&amp;hl=en&amp;fs=1&amp;rel=0&amp;showinfo=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="380"></embed> </object>[/code] Pls reply as early as possible. Thanks …

Member Avatar for diafol
0
157
Member Avatar for zeusofolus

Hello All, I have a order form that is using a foreach loop with an array. The loop displays correctly the first time it is displayed on the page, but when the totals are updated with the submit button the loop duplicates the second to last entry? [URL="http://cubicalstudio.com/wholesale/foreachlooperror.php"]Here is a …

Member Avatar for zeusofolus
0
213
Member Avatar for aditi_19

I have a clientvendor.php file with various filters in it. This file directs to updateclientvendor.php file. Now updateclientvendor.php has a Back button to go back to clientvendor.php . When the back button is pressed, I want the page to go back and display the filtered information which is not displayed …

Member Avatar for Airshow
0
233
Member Avatar for BillBrown

Greetings, I'm wanting to learn how to use PHP to check for things like how phpBB or PostNuke do during installation. For the PHP stuff, I would imagine that I'd use fread() (or a combination of functions like that) to check for a php.ini, then use it to determine the …

Member Avatar for diafol
0
140
Member Avatar for bluetonic

how can I separate values returned from a query or is that even possible? What I am trying to do is do is $query = "SELECT * FROM whitealbumreg.lps"; lps has a column called lp_origin. lp_origin is ENUM where values are either US or UK. I know how to pull …

Member Avatar for diafol
0
71
Member Avatar for xuexue

how could i run my php code using joomla? i've tried it embedding in the articles and it runs, however, i have buttons in my page and it executes a certain command, now what i want to do is that i have my separate php program and it is just …

Member Avatar for kvprajapati
0
89
Member Avatar for innocent.boys

I m trying to do pagination on array in which i m collecting Data..!!! as i can't use dynamic limit function at stored procedure...!! and without limit pagination cant be possible..!! so i thought to collect data in a array and put pagination on it....!!! hope anyone will help me..!! …

Member Avatar for kvprajapati
0
246
Member Avatar for arajapandi

Hi , I installed apache,php, mysql ( [url]https://help.ubuntu.com/community/ApacheMySQLPHP[/url] ) After installing when i submit the form i can't get the form values. all values r empty. plz help me to resolve this problem?

Member Avatar for arajapandi
0
151
Member Avatar for santhanalakshmi

Hi, I want to authenticate the "Username" and the "Password" using adldap in php. OS = linux machine Thanks in advance........ with regards, santhanalakshmi.

0
66
Member Avatar for zeusofolus

Hello All, I am fairly new to PHP ... I am trying to build a basic order form for a small wholesale database and am completely stuck. The function of this page is display items and their price from the database along with an input box that will allow the …

Member Avatar for zeusofolus
0
731
Member Avatar for dholt

I think this is the right forum as the Question pertains too php. I was just wondering as I think this is a very nice feature to Daniweb. The Text that is Displayed when you go to post in the background. I was wondering if someone could share that little …

Member Avatar for dholt
0
68
Member Avatar for Jintu

Pls advise, what is wrong with the PHP script: [CODE] <html> <head> <title>Calorie Calculation</title> </head> <body> <?php $calorie = ($_POST["fat"] * 9) / ($_POST["calories"] * 100); ?> Welcome, $_POST["foodname"] contains: <?php echo $calorie ."from fat" ; echo "<br />"; { if ($calorie > 30) echo ($_POST["foodname"]) 'contains $calorie % from …

Member Avatar for almostbob
0
79
Member Avatar for whiteyoh

Hi all, This is an error im recieving on server, BUT, no error on local hostWarning: mysql_fetch_array(): supplied argument is not a valid MySQL result line 49 This is the code it is referring to.... [CODE] <?php $sql_query = "SELECT * FROM `indexinfo` WHERE id = '1'"; //store the queried …

Member Avatar for whiteyoh
0
73

The End.