39,393 Topics

Member Avatar for
Member Avatar for ika

hi. can anyone help me. i want to download file from local folder using the paths store in database. please..

Member Avatar for ika
0
83
Member Avatar for ditty

Pls help me to find out holidays in a month. It should include include all saturdays and sundays. Pls help me...very urgent..Thank you

Member Avatar for Shanti C
0
62
Member Avatar for ishlux

Hi.....here i am able to display only the last row contents.....pls help me......i want to display the rows based on user selection.....here what ever u select it will disply the last row..... [code=php] <?php session_start(); include('database.php'); $result = mysql_query("SELECT * FROM autoalto_mail" ); while($row = mysql_fetch_array($result)) { ?> <tr><td width="10%"></td> …

Member Avatar for lydia21
0
118
Member Avatar for ishlux

Is the syntax is correct..............i am getting blank page...... [code=php] $result = mysql_query("SELECT * FROM autoalto_mail where mail_id='$_request[$a]'" ); [/code] [code=php] <? include('database.php'); $result = mysql_query("SELECT * FROM autoalto_mail where mail_id='$_request[$a]'" ); while($row = mysql_fetch_array($result)) { echo $row['contents']; } mysql_close(); ?> [/code]

Member Avatar for vicky_rawat
0
147
Member Avatar for justinmyoung

I am wondering if it is possible and how I would go about doing it if I wanted to use jQuery to sort with my PHP results on my page, does jQuery handle that? thanks for any advice

Member Avatar for Shanti C
0
89
Member Avatar for nemom

Hello everybody,,i am completly new in php(i'm a java;) programmer)and i need a help for creating a counter, i have a pdf file on the server and if someone has a counter that does the following: -when someone clicks on the pdf file ,the counter stores the clicks times value …

Member Avatar for nemom
0
88
Member Avatar for Rohlan

Howdy. I've been trying for the past few days to accomplish something that I finally deemed out of my league when it comes to programming. I need to create/generate a graphical display that shows when and where a team needs to be at a certain time in a day. My …

Member Avatar for Rohlan
0
77
Member Avatar for neclark2

I'm currently working on a simple feature to extend a dynamically generated html table (from a database) by giving an option to view it as an excel document. This has not been a problem as it is very simple to just set the content-type to application/msexcel so that the table …

Member Avatar for R0bb0b
0
68
Member Avatar for tie372

I have an RPG programmed in PHP and people do fights against each other. Once someone's health is below 0, experience and rewards are calculated, and then the appropriate entry into the database is updated. The problem is that the sql queries near the end are not executing. People's money …

0
53
Member Avatar for Jr Telecom

At first sorry to say I m new here ....... Whats the problem about that ??.........[B]Parse error: syntax error, unexpected $end in /home/.zerlina/gsmbangladesh/gsmbangladesh.com/vbseo.php on line 1097 [/B] Plz let me know about details......... Help any One and ll be thankfull .. Jr telecom

Member Avatar for buddylee17
0
385
Member Avatar for maddogsprofiles

I am making a whatsmyip.org clone and this is what I have so far [CODE]<HTML> <HEAD> <TITLE>Maddog's IPs'</TITLE> <META NAME="Keywords" CONTENT="IP, address, find ip address, ip addres, whats ip, ip find, ipconfig, ipaddress"> <META NAME="Description" CONTENT="Maddog's IP' - The #1 Way To Find Your IP Address !"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> …

Member Avatar for martin5211
0
165
Member Avatar for simps0n

Hello, folks! I'm trying to parse RSS feed and display it on my own page. [URL="http://magpierss.sourceforge.net/"]MagpieRSS[/URL] looks good enough for me, but I have a little problem. I want to display not only the title and description of each article, but the thumbnail as well. For example, I tried to …

0
99
Member Avatar for ishlux

Hi just go through this code....... [code=php] <?php include('database.php'); $result = mysql_query("SELECT * FROM autoalto_mail"); while($row = mysql_fetch_array($result)) { ?> <tr><td width="10%"></td> <td ><img src="images/buldot.gif" alt="" height="6" width="6"> <?echo $row['from']?></td> <td ><a href="contractor_mail_action_contents.php"><?echo $row['subject']?></a></td> <td><?echo $row['date']?></td> </tr> <tr><td width="10%"></td> <td colspan="4" style="background-repeat: repeat-x;" background="images/dot.jpg" height="0" width="300"></td></tr> <? } mysql_close(); ?> …

Member Avatar for R0bb0b
0
87
Member Avatar for phouse512

Hello, I am new here, and hope to learn and contribute a lot. Recently, I started learning PHP (about 2 weeks), and now I am coming to the fopen() function. Say that I wanted to create a new file for reading and writing, is this what I would do? [code]$newfile …

Member Avatar for phouse512
0
99
Member Avatar for ishlux

What is this error........ Parse error: syntax error, unexpected $end in D:\xampp\htdocs\demo\contractor_mail_action_contents.php on line 324

Member Avatar for Shanti C
0
30
Member Avatar for veledrom

Hi, Red line below generates error "Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource". I have checked sql string too. Thanks [code] <?php ob_start(); $dbhost = "localhost"; $dbuser = "root"; $dbpass= ""; $dbname = "test"; @mysql_connect($dbhost,$dbuser,$dbpass) or die ("No connection."); @mysql_select_db($dbname) or die ("No database!"); $page = …

Member Avatar for Shanti C
0
83
Member Avatar for ishlux

I have created an inbox...... Which is subject,date,from,message........ how to view this.........

0
53
Member Avatar for ishlux
Member Avatar for praveen_dusari

hi all, i created a shoutbox where users will display messages. when they click on shoutbox a table will appear in which we have message and name when they submit messages it should appear beside that shoutbox [U]shoutbox[/U] hiii hyderabad:praveen :: hello praveen:pandu like this,i have inserted messages and names …

Member Avatar for us12
0
195
Member Avatar for Mutatos

Hi, I am looking for an API for retrieving product details by given brand and model. For example: "Sony -> FWD-50PX3B" - then the service should return me the specification for this plasma screen like : Resolution xxx, weight xxx, diagonal xxx" and so on. Is the same information like …

0
42
Member Avatar for ishlux

Hi all whats wrong with this code,,,i am not getting error......it is showing succesfull ....but not storing data....... [code=php] <?php include('database.php'); $ser = $_POST['service']; $quotep = $_POST['quote_price']; $dscnts = $_POST['discounts']; $sertax = $_POST['service_tax']; $prmtion = $_POST['promotion']; $frd = $_POST['from']; $tod = $_POST['to']; echo $ser; echo $quotep; echo $dscnts; echo $sertax; …

Member Avatar for R0bb0b
0
104
Member Avatar for justted

Hello everyone, I have been trying to get this piece of code to work and havent been able to see why it isnt working! The code is a training school page for my virtual pet site in which members should be able to go and choose which pet they want …

Member Avatar for R0bb0b
0
193
Member Avatar for mustafaneguib

hey guys apparently directory functions such as opendir, and scandir are not working on my host. following is the code, its from php.net. the output is keep on coming fail. is there something wrong with my php settings or something else. the page is, [url]http://worldofpakistan.net/try/write.php[/url] [code="php"] <?php $dir = "http://www.worldofpakistan.net/"; …

Member Avatar for R0bb0b
0
173
Member Avatar for Madawa

hi guys, i have a problem in my coding. i want to get the array keys + their values except for [] and replace them with "". i want to do this because i'm using a function to create a form. Since i'm developing a form generator.i need this help. …

Member Avatar for Madawa
0
77
Member Avatar for eagled2

I am building a ticketing system and am currently working on the profile page. I have created drop down menu's so admins can select assign users to a specific group. My page is written in php and when submitting my form everything gets updated except the drop down menu's. I …

Member Avatar for R0bb0b
0
272
Member Avatar for snoopy85

Hi all, My database consists of tables named "purchases_0108" to "purchases_0708". For the 4 digits of the tables' name, the first 2 digits stands for the month and the last 2 digits stands for the year. The tables consist of fields : 1) "name" (Company name that I bought the …

Member Avatar for R0bb0b
0
100
Member Avatar for headfirst

Hi php gurus. newbie here needs help. I m having a problem with my login script. Basically it works 95% of the time, but once and a while it doesn't. The session variable doesn't get set, or remembered, and the next referred page fails on the isset check. I tried …

Member Avatar for R0bb0b
0
168
Member Avatar for eagled2

I'm new to php and am working on my first large scale project. I am making a custom ticketing system that requires users to login and let's technicians login to work tickets. I am trying to implement a account disabling feature so tech's that are no longer with the company …

Member Avatar for eagled2
0
94
Member Avatar for Venom Rush

Has anyone managed to get an easy install version of a progress bar for their uploads to work? Been through a couple of "easy to install" upload progress bars with no luck in getting any of them to work. Frustration is beginning to get the better of me and any …

Member Avatar for khess
0
64
Member Avatar for daveg8

Hi, I'm struggling to update my table with columns that are identified through variables. For example, I want to update Day3 using the hidden field "NewDay." Eventually, all of my days will be set using hidden field variable. Right now the trouble seems to be the statement [B][U]%s=%s[/U][/B]. Any suggests …

Member Avatar for daveg8
0
143

The End.