39,392 Topics

Member Avatar for
Member Avatar for Taffd

Hello again, Can anyone give me any pointers on how to make a 'teaser' or 'preview' of an article. Thanks Taffd

Member Avatar for Taffd
0
98
Member Avatar for emmanueloladele

Hello All, Do anybody know any good free report generating tool i can use in my php application ? Emmanuel.

Member Avatar for emmanueloladele
0
87
Member Avatar for bhupents

Hi, I am Bhupen, I am doing my inventory project in PHP & MYSQL. I am working in both plate form, i.e. Windows XP and Linux 9 My problem. The array code which given below is fine working in Windows xampp server where the same code needs to modify in …

Member Avatar for nav33n
0
118
Member Avatar for kings

hi i want to know how to attach a file along with my email $headers = "From: [email]xyg@gmail.com[/email]"; $to = "xyg@yahoo.com; $sent = mail($to, $subject, $message, $headers); } if($sent) { print "Your mail was sent successfully"; } else { print "We encountered an error sending your mail"; } using the …

Member Avatar for nav33n
0
68
Member Avatar for emarkus

Can someone please help, I have this code below and every time i execute it i get this error: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/dbconnect1.php on line 14 I can work out what i am doin wrong. <?php $dbhost = "localhost"; $dbuser = …

Member Avatar for black_ip82
0
118
Member Avatar for dsujatha_uns

Hi! can any body help in this! This is to draw a graph in php. but, i am getting 'x' mark image . but, not the graph image. i think it has error in header ("Content-type: image/gif"); . if i remove this i am getting some png code . but,i …

0
42
Member Avatar for dsujatha_uns

Hi! I need code to draw a dynamic graph by taking values from database in php. i need in windows. Plz replie as early as possible. byee..

Member Avatar for johnrobert
0
58
Member Avatar for ytregnn

Hey, I wondering how I can make a "popup"-window (think it is done with Ajax) in the same browser-window? Click on one of the images in the link below for an example of what I mean. [url]http://www.railbirds.com/pictures/2/[/url]

Member Avatar for ytregnn
0
69
Member Avatar for vardhani

if my url is [url]www.x.com[/url] n i have an inner directory [url]www.a.x.com[/url] how do i check the url is right or not n lead it to an error page

Member Avatar for FireNet
0
188
Member Avatar for emmanueloladele

Hello All, I learnt Curl can solve some of my pressing PHP problems. I can't seem to get enough documentation on how to fully use the power of Curl- I need a helper. Can Somebody so kind, send me an electronic document on Curl ? It will be impossible to …

Member Avatar for FireNet
0
157
Member Avatar for kings

hi i have a database ..it contains employee details like name,emil,phno.....when admin sents a mail it must be forwrded to all the emp in the table..plese do tell me how to do tat

Member Avatar for kings
0
71
Member Avatar for kings

hi this is not working.how to do that..... form1 <form method="get" action="email2.php"> <table> <tr><td>Subject:</td><td><input type="text" name="subject" size="70"></td></tr> <tr><td></td><td><textarea name="body1" cols="70" rows="20"></textarea></td></tr> <tr><td><input type="submit" name="send" value="submit"></td></tr> </table> </form> php page <form> <?php $subject1=$_REQUEST['subject']; $message=$_REQUEST['body1']; $hostname = "localhost"; $username = "splendor_lydia"; $password = "jesus"; $dbid = "splendor_aletheia"; $link=mysql_connect($hostname, $username, $password); mysql_select_db($dbid) or …

Member Avatar for kings
0
117
Member Avatar for Rankenian

I have been working through an "Introduction to PHP" book that has been very useful but i'm stuck on the mail() function. The syntax looks pretty simple but when i actually try and run the code on my pc and try to send an email to my hotmail account i …

Member Avatar for maiese
0
160
Member Avatar for hemgoyal_1990

Hi Frends, I am Working on a Database Project. I am New in PHP. I Want to Create a Search Page for My City Web Directory. How Can i Use MSAccess Database with PHP. Can Any one Give me Script for Accessing Database in PHP. I am Using Linux Hosting …

Member Avatar for nav33n
0
291
Member Avatar for vardhani

In a form if i have a radio box say yes n no... on clicking on yes i want a text area to pop up how do i do this

Member Avatar for vssp
0
119
Member Avatar for Taffd

Greetings all, I'm in the process of writing my own forums. I'd like to insert a 'teaser', showing a few lines of a post, displayed when a user rolls over a thread link. Much the same as happens here on daniweb. Can somebody please explain how this is done. Thanks, …

Member Avatar for Taffd
0
100
Member Avatar for gooky9

Hi, I need to calculate the number of working days between 2 dates entered in a page using PHP. The dates and the calculated number then need to be put into a MySQL database. I am new to PHP, but understand the linking to the database and basic fnctions within …

Member Avatar for gooky9
0
132
Member Avatar for killer007

[B]Hello Guys i know that you all are really helpful thanks for that . I am using this script[/B] [code] //************************************** // // Name: MP3 Archiver // Description:This script will grab all // the mp3's in a folder, get the Tags from // them, ie.Title, Author, Album, Copyright // , …

Member Avatar for Fungus1487
0
98
Member Avatar for killer007

[B]Well Guys i really need you guys help. I want to Show (display) Last 10 Categories Here is Sql Table for Categories.what i think is it can be done with 'cat_id',but i am not really getting this .anybody can help me ?[/B] [code]CREATE TABLE `categories` ( `cat_id` int(10) unsigned NOT …

Member Avatar for killer007
0
123
Member Avatar for dgarbarino

I am looking for the easiest way to set up a table on a page that needs a password to see. The table needs to be able to be sorted by clicking the header of the column you choose. Alternately, or inclusive I would like to search for data on …

Member Avatar for jenishkottaram
0
93
Member Avatar for cancer10

Hi, I have this question in my mind and have been searching for its solution for days. A forum (developed in PHP/Mysql) which gets 10,000 hits per day. Which of the following connection would be most appropriate for such a high traffic forum Or it does not matter which ever …

Member Avatar for ShawnCplus
0
88
Member Avatar for jay64

I contacted the host of my project for a problem I was having with inserting data from a form into a db on their server. One of the answers they gave me was: [quote]...for future reference, never declare a prefix, always leave this option blank.[/quote] I understand what a prefix …

Member Avatar for jay64
0
1K
Member Avatar for scru

Is there a mechanism for counting requests to specific files on a server. What is it? Also, what if the file is not php? What if I wanted to count how many times an image or xml feed is requested? How do I do this?

Member Avatar for w_3rabi
0
113
Member Avatar for amylawson

Hi, i am very new to php so please forgive me if i sound stupid.i have a tell friend php code [B]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>iTell from urQuiz</title> <style type="text/css"> <!-- .style2 {font-size: 12px} --> </style> </head> <body> <form action="<? echo …

Member Avatar for nav33n
0
133
Member Avatar for icarol.lyn

Good morning: I really need some assistance and would appreciate any input. I basically create static sites and I have concentrated on the 508 standards and using CSS. I was just tasked at my job to create a front end for: “a program that prepares documents, calendars and various other …

Member Avatar for icarol.lyn
0
80
Member Avatar for ybn1197

PHP newbie here again looking for some more help. I am trying to create a html table using information queried from a database. I would like three columns and the number of rows would be dynamic based on information gathered during the query. Briefly, it would look like: picture1 | …

Member Avatar for Nick Evan
0
847
Member Avatar for kings

hi i want to know how to use calendor control using javascript in php... please tell me the code

Member Avatar for nav33n
0
44
Member Avatar for miguel40

How can I put "text" directly next to a variable in a URL? My variable is $bandodd. It will have a numeric value. In the resulting URL, I want the value of $bandodd to be right next to the text - "AA" - so it will look like this: "?size=32AA" …

Member Avatar for nav33n
0
102
Member Avatar for tony.willson

We struggle to come up with a decent error handling function. I thought that I use a global variable $live to easily make a switch from testing to live. I will keep the function in an include file. I kind of got there to print a "user-friendly" message when the …

Member Avatar for hielo
0
104
Member Avatar for DaitoTsu

Hi again, This time am outputting some html using a switch statement, but the outputted html code is not acting as coded, seems a very strange error as in both the case statements (first and third) its plain html but the link is just not acting correctly, but the main …

Member Avatar for DaitoTsu
0
83

The End.