39,326 Topics

Member Avatar for
Member Avatar for elamigosam

Hi I was wondering if there is a way to make a tutorials website with php, like html tutorial, show code in the site. then... have a database with the tutorials then pull the title in a tutorials.php site then to be able to add html code and php code …

Member Avatar for diafol
0
105
Member Avatar for srimks

Does anyone has "Leave Application Format" where leave is categorised into SICK & EARN LEAVE, here one needs to enter information into mysql throught PHP and retrive it. I have few queries, how do I take care of following - (1) If any public holidays comes between SL or EL …

Member Avatar for guru12
0
81
Member Avatar for gagan22

Hi all, I am working on an application. In this application i am using one form and in this form i am using security_code is neccessary to fill and that code should be correct. But problem is that when i am running this submit form on localhost or on my …

Member Avatar for gagan22
0
133
Member Avatar for nostalgia149

where in php can we use the id of a web page....... whose property this id is....... is it ogf the target page or the current page v r refering to.................

0
47
Member Avatar for xuexue

i can already the upload and download files, the thing is that i want to access the folder "uploads" because all the uploaded files are in here, the thing is that when i'm using this one, it works when the uploaded files are merged with my php files, the problem …

0
86
Member Avatar for xuexue

hi guys, just wanna know, how could i download a file using php script? it is possible with visual basic 6 but the problem is how would i do that using php???

Member Avatar for xuexue
0
122
Member Avatar for xuexue

this is what i want to happen, the user uploads the file to the database, (i already have the upload file), now what i want is that the user will be able to download what he had just uploaded to the database. in this case, he will have a chance …

Member Avatar for xuexue
0
102
Member Avatar for Facte

The string below runs as a maintenance script on one of my sites and at the moment it emails anyone who's plan has expired (which is fine) but it also emails people who haven't selected a plan yet because the value is less than today. I was wondering if someone …

Member Avatar for =OTS=G-Man
0
172
Member Avatar for darthvegan117

This is effect I want: [URL="http://haptictheory.com/clients/jh/nav/"]http://haptictheory.com/clients/jh/nav/[/URL]. I want the current page to have the green image behind it so people know what page they're on. This is what I have: [URL="http://haptictheory.com/clients/jh/index2.php"]http://haptictheory.com/clients/jh/index2.php[/URL]. The current page doesn't display the background image except on hover. CSS here: [URL="http://haptictheory.com/clients/jh/css/global.css"]http://haptictheory.com/clients/jh/css/global.css[/URL] Thoughts?

Member Avatar for darthvegan117
0
124
Member Avatar for Facte

All I am trying to do is create an XML feed so that I can submit it to a site. However no matter what I do (albeit with my limited size of brain) all I get are errors. It hates pound signs and apostrophes even if I try the only …

Member Avatar for mschroeder
0
231
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
120
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
126
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
87
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
154
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
175
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
97
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
158
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

The End.