39,316 Topics

Member Avatar for
Member Avatar for soyabeanmilk

hi all, i have a php generated image that i want users to download as png, but as it is generated on the fly, the default save as option is <php_name>.php so i just want to ask if there is any way to change this default file name to a …

Member Avatar for soyabeanmilk
0
656
Member Avatar for mauimaile1129

I'm currently developing a web page that accesses a CGI string to query an application and return results to a page: [url]http://empress-media.net/jimflynnrentals/gear_test.html[/url] The CGI string is: [url]http://servername/cgi-bin/nph-omniscgi?OmnisLibrary=tbsWeb&OmnisServer=5912&OmnisClass=rtPublicSearch&MethodName=search&SessionID=PUBLIC&bXML=1&bXMLData=0&SQLClassName=qCategoryLookup&SearchCriteriaString=STYPE_CATEGORY%2CNOT%20%25LIKE%25%2Cggg[/url] It currently works to return the list of categories. It uses Javascript methods to return the results to a DIV on the page …

Member Avatar for cwarn23
0
240
Member Avatar for gingank

I a newbie on php .I having a problem of sending the mail using this code.with this code sometimes i can send mail and some time not can any genius help me on checking this [CODE]<?php $to=stripslashes($_POST['to']); if($to == '1'){ $to='mail@.gmail.com'; @mail($to, $subject, $body, $headers); }else { $to='mail@gmail.com'; @mail($to, $subject, …

Member Avatar for almostbob
0
86
Member Avatar for brianzet

Hi Is it possible to insert nl2br to these two? [icode]<?php print $laes_artikel ["artikel"]; ?>[/icode] and [icode]<?php print substr($row["beskrivelse"], 0, 250); ?>[/icode] .. If so, can someone tell me how? Thanks for now.

Member Avatar for brianzet
0
189
Member Avatar for emarshah

Hi to All, Please tell me briefly that in PHP, what type of errors occured to the developer. Thanks in Advance

Member Avatar for ShawnCplus
0
98
Member Avatar for ayesha789

Hi, How I can show summary of thread like Daniweb. I have attached picture so please guide me. its really cool without opening the thread we can read whats inside . idf interesting we can go inside. Thanks Ayesha Developer

Member Avatar for peter_budo
0
221
Member Avatar for BigFormat

I need to obtain current date formatted this way in PHP: Sun, 26 May 2005 19:32:54 GMT Is there a specific function or I've got to create it myself?

Member Avatar for ShawnCplus
0
57
Member Avatar for digitaldiscuss

Hi I want to add some pictures in the header of my site can anybody help me how to do that in php Thanks in advance

Member Avatar for kvprajapati
0
58
Member Avatar for anarki2k3

Ok so I created an instance of the mysqli class: [code=php]$siteconn = new mysqli($dbhost, $dbuser, $dbpass, $dbname);[/code] But when I try to run a query using this I get the error that's in the title... code as follows: [code=php]$result = $siteconn->query("SELECT * FROM categories ORDER BY id LIMIT $limit");[/code] Any …

Member Avatar for anarki2k3
0
355
Member Avatar for anuj_sharma

Hey Guys, I want to make a web development project based on php and mySQL. I have roughly around 3-4 weeks to make it. Please suggest some ideas. Thanks.

Member Avatar for cwarn23
0
93
Member Avatar for mbabaali

am doing my class project but am stuck i want to oepn the administrator category in valid_user table is Administrator and if Normal user to open welcomepage here is the code it only open admnwelcom.html even when the catagory is Normal_user.here is the Php code [code=php]<?php // This code will …

0
72
Member Avatar for anuj_sharma

Hey Guys, I have login page in my web site. I have used SESSION to store the username and the user password. What i want is that after succesfully logging in he should not be able to go back to the previous page. What's happening rite nw is that when …

Member Avatar for somedude3488
0
60
Member Avatar for punitjain.87

hey i m using orangehrm -2.4.2(an open source ERP software for HR Management) i want to add [COLOR="Red"][B]payroll[/B][/COLOR] feature in the main tab(module) with admin, PIM, leave, time, benefits etc. & also how to made d provision of payroll for [COLOR="Green"][B]next 3-5 years[/B][/COLOR]. any help would b much appreciated.

0
69
Member Avatar for gingank

I have a php file that have picture it can display on my pc when i upoload to the apache server that bundle inside but when i try to log on at other pc it can only display the text not image why ?

-1
88
Member Avatar for davecoventry

On my Drupal site I have a block which I've set up with a couple of links at the top. I want to change the content of the block depending on which link is clicked. I'm pretty sure you can do this as I've seen sites with this functionality, but …

Member Avatar for cakka
0
75
Member Avatar for sagedavis

Hi all, I am not sure where to start with this one really. I have built the template for my site but, having a few issues in trying to impliment certain things that have to happen. This site needs to have 3 types of user. I am using a generalization …

Member Avatar for neekworld
0
432
Member Avatar for tulipputih

Hello everybody, how do I rank mysql search results by column weighting? thanks for your input.

Member Avatar for tulipputih
0
161
Member Avatar for Zurompeta

Hi there. I'm having a small issue with including various files into some of my main files. This issue started when I decided to organize my directory structure. My old structure: [code]/{root} [application] [css] [FF] [images] [install] [js] [validation] So in this structure, FF (Firefox) is where the main application …

Member Avatar for samarudge
0
72
Member Avatar for BrettOwnz

Hey guys.. I have been trying to debug this mysql statement for the past 2 hours.. here is the statement: [CODE] $sql1 = "SELECT * FROM cpmip WHERE adid='$a' and ip='$ip'"; $res1 = mysql_query($sql1) or die(mysql_error()); [/CODE] I just can't figure out why this won't work.. it throws the following …

Member Avatar for BrettOwnz
0
137
Member Avatar for liferentsus

Is there a way to delay a function so that it doesn't run for a day or two later? I'm somewhat familiar with sleep(), but I really don't think that's what I ought to use. What I need is a text file to be processed over the weekend/holidays when there …

Member Avatar for ShawnCplus
0
65
Member Avatar for groogruxking40

hey all, I have a form that allows the user to input the information you can see it here- [url]http://www.christiancouriernewspaper.com/blogbase/form.html[/url] what I need it to do now is when the user clicks SUBMIT for all the information they just filled out be sent to me via e-mail any ideas/help? thanks

Member Avatar for almostbob
0
194
Member Avatar for groogruxking40

Hey all, I was wondering if anyone has used the Contact form called gbcf-v3 I'm having problems getting it to go "live" the test form is working great here is my simple simple contact page code [CODE]<form method="POST" action="send.php"> Fields marked (*) are required <p>Email From:* <br> <input type="text" name="EmailFrom"> …

0
66
Member Avatar for praveen_dusari

hii all, i developed a shopping cart which has many features like grid view,list view and floating cart which is also dragable.now my problem is its taking to much time to load becoz of conditions and images now,i want to generate html pages of my php pages,i dont want url …

Member Avatar for praveen_dusari
0
916
Member Avatar for mani8php

Hello, In my site i want to [B]Log out[/B] the user when [B]POWER TURNOFF [/B],for the security purpose.. I need to call the file to log out the user and change the status of him in the table, who logged in that particular system that time. So i need to …

0
62
Member Avatar for thereplicabags

Hi, very one, I have a problem,when I take my web sitemap to google, and then I find that in our google webmaster tools , i have a sitemap error, there say I have same 302 Reposition . and now how can I do for it. my website: [url snipped]

0
41
Member Avatar for silvia21

i am working as a website developer in php...i like to develop a website in tamil....could be please help me... i am expecting a favorable reply from all.

Member Avatar for kvprajapati
0
64
Member Avatar for mvchandoo

Hi i created input type file elements dynamically by js the elements are not parsing by php in post method. if i removed the table tags around them, then its working. could anybody help me with this to go on. just copy the code and run in wamp and resolve …

Member Avatar for mvchandoo
0
100
Member Avatar for lounestor

hi im seconds away from throwing the laptop off the wall, trying to figure out the best way to embedded the [B]auto generating photo[/B] gallery into my html website. I am using dreamweaver. I am very new at all this. What do i need to do to place it on …

Member Avatar for mostafadotnet
0
79
Member Avatar for ayesha789

I am new to PHP , I have developed about 12 dynamic websites. My question is how users can scsribe for a monthly newsletter on my websites. Which steps I have to follow. Thanks:) Ayesha Developer

Member Avatar for ayesha789
0
149
Member Avatar for PCMANING

Hello ALL i am new here so please be gentle. i have a problem i can quite solve. here is my table: id | Account | Dollars | Amount | date -------------------------------------------------------------------------------- 1 | JD001 | 45 | 5 | 2009-04-04 2 | JD001 | 78 | 8 | 2009-05-17 …

Member Avatar for diafol
0
83

The End.