38,020 Topics

Member Avatar for
Member Avatar for SiRuS

Hello guys, I would like to have a little help about a funtion which gets all the informations from an mp3 like genre,title,artist etc. Attention, without the help of ID3 class. Thanks a lot...

Member Avatar for Will Gresham
0
81
Member Avatar for Peda

Hey there, I've got a little question. I writing a homepage for a pizza delivery service and i have got a little problem which i am not able to solve. If i open the page from the computer i have written it on, everything works just fine but if you …

Member Avatar for Peda
0
108
Member Avatar for mkirtani

Hi, I am trying to develop a battery order form. Here is the problem. User has to enter the "Current Stock". There is a "Allowed Stock" for each row. What I want to accomplish is when a user puts in the "Current Stock", I want the "Request Stock" to appear …

Member Avatar for digital-ether
0
80
Member Avatar for hirts_gal

i currently working on web based ftp system where this system will upload and retrieve file from ftp server in red hat linux 9.0. here is the php cording for the upload file:- 1.upload.html [code=php] <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <form action="upload.php" method="post" enctype="multipart/form-data" name="form1" …

Member Avatar for hirts_gal
0
2K
Member Avatar for mangel.murti

new to this php.. i have a login page. <form name="form" id="form" action="aa.php" method="post"> ... <input name="txtusername" id="txtusername" type="text" width="70px" class="style23"/> <input name="txtpass" type="password" width="70px" class="style23"/> ...... button here... </form> after login i am getting login name of user form `URl ->[url]http://localhost/MIS/PS/add/add_ps2.php?[/url][B]name=champawat.[/B]` in second page i hva three `combobox(unit,achivements,crop)`. the …

Member Avatar for cwarn23
1
255
Member Avatar for sarithak

Hi frnds.. in my project i used ttf font ...now i uploading project through FTP... but total project is working fine..but,the font is not working when uploading the project into ftp...whats the problem? that font also included in my FTP.. plz help me asap..i am struggling from last 10 days.... …

Member Avatar for rshay
0
105
Member Avatar for ocbphoto

Hi guys, Once again here i am asking for your wise knowledge, i am having porblems with deleting a record. I can update the record but when i am trying to delete it i cant it it does nothing here is my code [code] <?php require_once('Connections/hello.php'); ?> <?php if (!isset($_SESSION)) …

Member Avatar for ocbphoto
0
142
Member Avatar for vicky.vignesh

in my project i am using multiple dropdown boxes in a single page.so can u help me how to get values from those dropdown listboxes.here me used nearly 400 dropdownlist boxes.so it is very difficult to use 400 variables to retrive value from dropdownlistboxes.so me used array technology.bt here me …

Member Avatar for buddylee17
0
61
Member Avatar for ajie6673

could someone can help on this code. upon click the search there is no output. hope someone can help me. [code=php] //search-exec.php <? { echo "<h2>Results</h2><p>"; //If they did not enter a search term we give them an error if ($find == "") { echo "<p>You forgot to enter a …

Member Avatar for Will Gresham
0
97
Member Avatar for bimaljr

Hi, I need a PHP Shoutbox with Login feature so there will be no spamming. I have also MySQL database. I don't mind with of without MySQL facility. I just need a good ShoutBox. Thank You

Member Avatar for bimaljr
0
235
Member Avatar for Sheridan

Instead of using the browser back/forward buttons, I want to create my own on the web page. Anyone have an idea as to how this is accomplished?

Member Avatar for Shanti C
0
158
Member Avatar for babiker

i have the following: sudaneseonline.com/cgi-bin/posting/posting"sometext... I want to get the string up to the: `"` char, after the 'g' and before the 's'. Note- the string has no spaces. Thanks in advance.

Member Avatar for pritaeas
0
151
Member Avatar for MadMaxy

[code] ... mysql_select_db(".... database name....", $con); $sql="UPDATE INTO Picks (Day, Month, Number, Competition, Sport, Country, ..... [/code] Working: [code] ... mysql_select_db(".... database name....", $con); $sql="INSERT INTO Picks (Day, Month, Number, Competition, Sport, Country, ..... [/code] ---------------- 2. I can't make work the output of the database data, anything I try …

Member Avatar for srilakshmitr7
0
121
Member Avatar for Pado

I hate to bother you guys but I have a problem that has me stumped. When I test it on my local server it works fine, but then I uploaded the files to the web server and it doesn't work and I get the following errors: Warning: fwrite(): supplied argument …

Member Avatar for Pado
0
153
Member Avatar for shadowrider

i have to date options in my tab but when i click calendar button on tab it doesnt open the pop calendar but it redirects it to other page why it is not working wel same thing im using on normal page wid two dates but they r working well …

0
65
Member Avatar for cVz

Hey people .... I am trying to dynamically load data into combo boxes on selection of the first combo box items... I am Using MySql and PHP .... i really just don't know what to do anymore ... please please please help me ... PS - i am actually a …

Member Avatar for digital-ether
0
174
Member Avatar for Maxine

I am currently working on a program that should update mysql database online at an interval of an hour automatically. The user on the other side should be able to download the information in the database for use in his/her local machine. I am stuck in the process, I now …

Member Avatar for digital-ether
0
123
Member Avatar for SBDSTech

Not quite sure if I'm putting this in the right forum, but I wrote this site entirely in PHP so it seems somewhat appropriate.... here's the problem, and hopefully someone out there's run into a similar issue and might possible save me several hours of headaches.. :) the site I'm …

Member Avatar for mexabet
0
182
Member Avatar for mukhtarsaad

i am designing website with bluevoda i want to know how can i make login script in this other thing is How to make customer details form whree customer can filled all his details and sent to server. One more thing is that how my server sent him automatically a …

Member Avatar for PoA
0
52
Member Avatar for Punkis448

I have a problem with my project. The project search through the database and displays the results. The problem is that I get question marks instead of GREEK letters (i do not mean rubbish, i mean Greek). Suppose that the problem is not about encoding. I have to find the …

Member Avatar for Punkis448
0
131
Member Avatar for justted

Hello, I have set up a photo gallery and would like to resize the width for each photo displayed! However, I cant seem to get the coding right! Here is the snippet of code: [CODE] //Outputs the image and other data Echo "<img src=/photos/".$info['photo'] 'width=200' . "> <br>"; Echo "<b>Description:</b> …

Member Avatar for buddylee17
0
143
Member Avatar for php2sheik

[code=php]<?php $subject="testmail"; $message="this is test mail from php"; $to="****@****.com";//for an example $status=mail($to,$subject,$message); if ($status) { echo "Mail successfully Send"; } ?>[/code] when i execute this script, it displays the following error., why this error? [B]mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing[/B]

Member Avatar for mexabet
0
84
Member Avatar for bear24

Hi all, I am currently doing on this project and i am struck at this section - which is deleting multiple rows from mysql with checkbox. The code i am using is [CODE]<?php $host="localhost"; // Host name $username="root"; // Mysql username $password="root"; // Mysql password $db_name="advert"; // Database name $tbl_name="test_mysql"; …

Member Avatar for bear24
0
128
Member Avatar for justted

Hello, I have forms on my website for user profiles where they can update their information. I would like to limit this so users cannot insert HTML or other coding into some of the text boxes as this would cause significant problems. Is there a way I can either make …

Member Avatar for buddylee17
0
91
Member Avatar for rickya100

Hi everyone, Simple query. I have a RSS.php file in my includes folder and in this I write out an XML file to a feeds folder. It has been working fine except when I changed the relative link used in the file_put_contents function to a root relative one. I want …

Member Avatar for antwan1986
0
343
Member Avatar for mexabet

I have the following script for my Guestbook and it works fine. But I came across a captcha script I would like to incorporate into the already existing Guestbook. I have attached the captcha files here. Please, can anyone help me to readjust the Guestbook codes to accommodate the Captcha? …

0
61
Member Avatar for Sheridan

I have created a site which has JPEG files. For some reason they load very, veerrrrrry sloooowwwwwllllly. I am using the standard HTML img src code. Is there anything I can do to speed the process?

Member Avatar for buddylee17
0
70
Member Avatar for farahphp

i want to assign the value of a java script variable to a php variable ???? can any one help me plz

Member Avatar for buddylee17
0
178
Member Avatar for AlanW

Hi I have a site that I am struggling to get it to do what I need it to! I have managed to add how many photos appear but I cannot add A HREF links around these thumbnails to get a larger picture to appear in browser window. Code is …

Member Avatar for AlanW
0
150
Member Avatar for mohammed2raja

Hi, I m new in this field. Actually I face a problem, I call a php file from a html file using javascript. I declare a variable in php file,I want to use this variable in the same html file after execution of php file.Please help.

Member Avatar for mohammed2raja
0
139

The End.