39,320 Topics

Member Avatar for
Member Avatar for Vai

[code] Here is what I am trying to accomplish: an image management system, that will: a: Store the name and url inside the database b: be displayed where needed. I have a form that already uploads, but I am unsure how to get the disered information to the database, and …

Member Avatar for Vai
0
99
Member Avatar for rickarro

Hey All, I have a simple query form that displays from a mysql database, a list of names and phone numbers. What i'd like is a column heading at the top of the page but I can't seem to figure out how to put it in there. Here is my …

Member Avatar for rickarro
0
113
Member Avatar for mortalex

Hey guys, i've got a right headache from this piece of code at the moment, it's a simle login script and it just sin't working, the MySQL query looks correct to me and all the other stuff looks ok, but then again i'm no PHP expert. Could someone look at …

Member Avatar for blocblue
0
147
Member Avatar for dmanw100

I was wondering if anyone could help me with what should be a simple PHP script. I want to write a text file, inputing different strings to different lines using some predefined lines and some input from a text box, then save it with another extension (such as .ini). Here's …

Member Avatar for nav33n
0
104
Member Avatar for tanha

Hi. I am using WAMP5 Version 1.7.2, which includes : 1. PHP Version 5.X 2. MySQL Version 5.X 3. Apache Version 2.X 4. Php-MyAdmin But it does not recognize DB.php file, I dont why...I get the following error [B] failed to open stream: No such file or directory in F:\wamp\www\XXX[/B] …

Member Avatar for tanha
0
161
Member Avatar for almualim
Member Avatar for nav33n
0
55
Member Avatar for uncoversports

Hey all, I'm looking at building a website that allows photographers to login and upload images to galleries, while another type of user can signup and buy images from those photographers. The problem is I've come up against my age-old rival. I haven't been able to get my head around …

Member Avatar for Will Gresham
0
142
Member Avatar for antwan1986

Hi everyone and thanks for taking the time to read. There's a specific section of my website that I would like to be dynamic. It has the possibility of having one or two paragraphs, possibly even more. What I had done was set up a MySQL database with a field …

Member Avatar for Will Gresham
0
120
Member Avatar for csshacker

Hello DANIWEB Friends, Anybody help me for making a website in HINDI (PHP).. my plan is i give a simple link or tab to change website languge Hindi to English OR English to Hindi. please help me

Member Avatar for ithelp
0
116
Member Avatar for JoelBox

[COLOR="Green"]Hi, I have a puzzle that is difficult to fix,[/COLOR] My website running drupal on wamp is running fine with Firefox and safari. But IE performance is bad. The symptom, IE performs the first couple of gets, then delays 5 seconds and then the next couple. The total page takes …

0
56
Member Avatar for Lamaison

I'm a PHP newbie, I need to assign query results to variables that have an incrementing number in the variable name, can someone help me with this? So let say I return a few rows of from MySQL, I would like loop though the results and assign the values to …

Member Avatar for Fungus1487
0
142
Member Avatar for Tess James

While using header() to pass values to the file that contains the graph code,the image is not shown. Browser says that it contains some error. Am getting all values passed in the 2nd file, still the graph is not displayed. What could be the reason? Please help...

0
88
Member Avatar for rickya100

Hi, thanks for looking. The problem is that I can't get a custom header in my emails no matter what i do. The code i have is shown below. From everything I have read it seems like it should work. I have also had a chat with my host (Hostmonster.com) …

Member Avatar for rickya100
0
99
Member Avatar for charvie

I have checkboxes in my HTML form and i want to delete several records from my database using those checkboxes. I'm quite new to php so I have a dificulty in manipulating the checkboxes. so can anyone help me? thank you! Example.... I have 5 records and i want to …

Member Avatar for effu
0
159
Member Avatar for farahphp

Hi there i have a window(A) which has a button which when clicked opens a new window(B) which is for authentication tht is for username and password once the username and password r validated a new window should open in the first window(A) how can i achive this please help …

Member Avatar for phper
0
57
Member Avatar for ChrisKlinger

After several days, red eyes, sleepless nights and gray hair, I _still_ can't get swf to cooperate. I've tried both loading the pure .swf, and encapsulating it in a separate .html page (01.swf and 01.html) Still, the script I'm trying just sits there. The audio is a self-esteem message, that …

Member Avatar for phper
0
106
Member Avatar for atplerry

i am a new user of php and mysql now i have wampserver install on the computer and dreamwaver, I try to write a phpcode and run it on my browser but it was giving displying page can not be display and before then i try to configure the my …

Member Avatar for phper
0
240
Member Avatar for xylude

I wrote a script in PHP that works fine on its own, but when inserted into a document containing CSS does not work properly. I am a newb with the PHP programming, and what I am trying to do is create a simple register/login script. Once the user has successfully …

Member Avatar for xylude
0
335
Member Avatar for JeetRaj

i am not able to open the imap function and i can't retrive the email from the mailbox... and i am using this code [code=php]<?php $name = 'jeetrajsah@gmail.com'; $pwd = '9871670594'; $mailbox = '{mail.google.com}INBOX'; $mbox=@imap_open ($mailbox, $name, $pwd); print_r(imap_errors()) ?>[/code] ad error occured is : [code]Warning: imap_open() [function.imap-open]: Couldn't open …

Member Avatar for phper
0
144
Member Avatar for OmniX

A quick quesiton (cant seem to get what I want on google - prolly not looking in the right places). I remember using a function that allowed you to reuse a query if it has already been used. I thought it was mysql_free_result($query) and it would let you use the …

Member Avatar for Will Gresham
0
102
Member Avatar for tver3305

Hi guys, i have this problem which has been bugging me for some time. I am creating a website using php,MySQL, javascript and ofcourse html. I create/generate all my pages dynamically using php and depending on the data fetched from the dbase. I have some big scrollable data which should …

0
61
Member Avatar for chrbar

Hello, I'm looking for a Form Processor in PHP with advanced features (ex: ability to save form data inside a CSV file, autoresponder, ability to use reCAPTCHA services...). Do you know a good one? (preferably an Open Source project, GPL/Freeware) Thanks, Chris

Member Avatar for vssp
0
73
Member Avatar for mrcniceguy

in my website,after someone login,his profile appears. The prolem comes when you shift to another web page and if you want to return to you profile this message appeares (Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no …

Member Avatar for mrcniceguy
0
94
Member Avatar for flforlife

Ok what I want to do is update rows in MySQL using the same form that I posted. I'm a php mysql noob but I can't read code and figure out what it does. This is my input form...... [code] <form method='post' enctype='multipart/form-data' action="majoradd.php"> <table> <tr> <td>Do not enter in …

Member Avatar for sDJh
0
93
Member Avatar for mjmazza

I access a database (zipped, txt) file via ftp, download it to my laptop, unzip it on my laptop (into a txt file), then upload it to a database on my webhost. I would like to automate the process. My website is hosted by BlueHost. Any help would be appreciated.

Member Avatar for sDJh
0
154
Member Avatar for mizteryq

hi ALL... i'm a new in IT woRLD.. right now i work with PHP, Apache, And MySQL i want to create aplication that already work(use Apache,PHP, MysQL but it stand ALone )being apLication that executable what i want is in the future all that i need is just install the …

Member Avatar for ultra vires
0
128
Member Avatar for camdes

A primary school website I am working on is completely database driven and as part of the site the school wishes a series of photo galleries. For various reasons I cannot use any of the ready made photo galleries. I have managed to write the code for uploading the pictures …

Member Avatar for deepmann97
0
79
Member Avatar for veledrom

Hi, How do we connect to the Oracle with PHP? I can't find codes. for example: database connection name : Hello user name: system password : 123123 hostname : localhost port : 1521 thanks

Member Avatar for amigura
0
58
Member Avatar for elininator

Hi, I am having problems with my forms emailing the inputted content into my emails. It sends all of the rest of my html such as line breaks and everything that is actually in my php code. But it doesn't pull anything from the form. I have double and triple …

Member Avatar for elininator
0
95
Member Avatar for maydhyam

Hi Guys and Gals.... Could anyone help me with respect to why when this email is sent, the hyperlink in the message doesn't work? [CODE] //send email $to = $myrow['FirstName'].".".$myrow['LastName']."@petrotrin.com"; $subject = "TAIS Application - New Randomly Generated Password"; $from = "TAIS Application"; $msg = "Dear User ".$myrow['FirstName']." ".$myrow['LastName']." (".$empNo."),\n\nYou …

Member Avatar for maydhyam
0
153

The End.