39,326 Topics

Member Avatar for
Member Avatar for rajesh_kanna

Hai friends, I m gettin error as no such file or directory found,.. Here is my code,.. Can anyone help in resolving this problem,.. [code=php]<?php ?> <form action=" " method="post" enctype="multipart/form-data"> <input type="password" name="pwd" /> <input type="file" name="try"> <input type="submit" value="submit" /> </form> <?php if(isset($_FILES['try'])) { $source_file = $_FILES['try']['name']; $dir …

0
49
Member Avatar for gagan22

Hi all, I am working on an application in php. Now my client want that when i will send mail from form then in message there should be some html code or template of html. Please tell me how i can send this through mail of PHP. Let me explain: …

Member Avatar for hireaprogrammer
0
210
Member Avatar for mozan

i have a file sharing script. here is its demo and ther is also zip file of 3 MB in latest uploade [url]http://xtrafile.com/xu/[/url] i want some change in this script i want more then two pages should be displayed to download file one vil only give file information include a …

0
57
Member Avatar for servis

hellow everybody, i have created a image gallery, i am displaying a button name "[B][COLOR="Red"]Collect[/COLOR][/B]" with every image, when ever a registered user clicks on this button, the image id will be stored in the database table, but it must be behind the scene, i mean without refreshing the whole …

Member Avatar for SimplePlan2k8
0
526
Member Avatar for v2v3

Hi, I'm trying to execute a script and I get the following php error: [CODE] Warning: require(/var/wkscript/www/admin/inc/config.inc.php) [function.require]: failed to open stream: No such file or directory in /var/wkscript/www/school/phphomework/admin/RunFirst.php on line 16 Fatal error: require() [function.require]: Failed opening required '/var/wkscript/www/admin/inc/config.inc.php' (include_path='.:/usr/lib/php') in /var/wkscript/www/school/phphomework/admin/RunFirst.php on line 16[/CODE] What could be the …

Member Avatar for ShawnCplus
0
65
Member Avatar for tulipputih

Hi, anybody know on how to create table like this- [URL="http://mycbr-project.net/tableEditor.html"]table editor[/URL]- in MySQL? I need to retrieve the value & compare it with the query value ( I am doing this using php). help is really appreciated

Member Avatar for tulipputih
0
117
Member Avatar for softeye

long time reader first time poster :-) Hi, i have a form that get all the info from flash and send the vars to php form all works well but hebrew.... i get some "jibrish" other experiments i made shows: a. if $content = "some hebrew characters"; embed heb-text in …

Member Avatar for omniuni
0
181
Member Avatar for danimal132

how do i access PHPmyadmin on the (server) system. i was given the username, password and the SFTP server for the website. is there a special url i need to go to... sorry about the NOOB question.. any suggestions?

Member Avatar for chrishea
0
110
Member Avatar for whitestream6

I'm trying to get multiple variables to work in the query string with PHP. This is my code: [CODE]<? $programme=$_GET['programme']; switch ($programme) { case 12578: include("http://mysite1.com/programme/TopGear"); break; case ER: include("http://mysite1.com/programme/ER); break; default: echo "page not found!!!!"; } $hPage=$_GET['hPage']; switch ($hPage) { case 1: include("page1.php"); break; case 2: include("page2.php"); break; case …

Member Avatar for Airshow
0
193
Member Avatar for ramsri05

Hello Friends,:) I want to compare each row in the excel sheet with mysql database table fields in order to eliminate the duplicate entry while inserting data from excel sheet into that particular mysql database table. Can anybody provide me the logic ? I have added my code here. Please …

0
38
Member Avatar for johnfrey

Uploading a file is a basic requirement of most of the websites. In this post, I will explain in detail about how to upload an image using PHP. First of all, we will add HTML code to display the browse button to upload an image: [CODE]<FORM ENCTYPE="multipart/form-data" ACTION="_URL_" METHOD=POST> Upload …

0
57
Member Avatar for BigDan531

okay heres my code below: [code] $keys = rand(10000,99999); $fkeys = rand(100,999); $bkeys = rand(100,999); $key = $fkeys,$keys,$bkeys; echo $key [/code] this line "$key = $fkeys,$keys,$bkeys;" is giving me errors. i would like the result to be something like $fkeys$keys$bkeys. Any idea how i would be able to do that?. …

Member Avatar for innocent.boys
0
95
Member Avatar for daved83

Hi, I'm a Php novice. I need to perform a function based on whether a sqlquery result is a float value or not. I can do it with any variable but query results. I don't know what the reason is for this and have wasted all day on it! Any …

Member Avatar for daved83
0
66
Member Avatar for BigDan531

okay guys heres the problem. i have installed iis, and i am trying to send emails through a php script. i have followed all steps listed in [url]http://www.ruhanirabin.com/php-sendmail-setup-with-smtp-iis-and-windows-servers/[/url] . the page lists a php script [code] <?php if(mail('user@mydomain.com','test subject','test message')){ echo('ok'); } else{ echo('not ok'); } ?> [/code] When i …

0
58
Member Avatar for Amaina

Dear friends I am creating a php login/register form to register and authenticate users.My problem is that the form does not submit the data in the form to the database.Please see the code below: [code=php]<?Php session_start(); /****************/ //original Amaina......slowly coming of age// include 'dayta.php'; //connect $link = mysql_connect($database_host, $database_user, $database_password); …

Member Avatar for Amaina
0
178
Member Avatar for lan89

Hello I want to show my statistics data, now the system only show the data which is recorded only. For example, if 07-08-09 ( visitor 10 person ). Then for 06,08,09 (visitor 0 person) Now the system only show date which have visitor only. The date which have no visitor …

Member Avatar for sam023
0
55
Member Avatar for ayuscomeyh

how to pass the value 'id_category' from this page list.php [code] <title>home</title> <!--for auto refresh--> <META HTTP-EQUIV=Refresh CONTENT="300; URL=http://localhost/recipe2/home.php"> <body> <div align="left"><img src="Cookie Banner edited.jpg" width="1100" height="200" /></div> <h2>My Account </h2> <p>chef today : <?php echo $_SESSION['myusername']; ?> | <a href="logout.php">Logout</a> </p> <p>&nbsp;</p> <p>&nbsp;</p> <?php include 'recipe2db.php'; $sql="SELECT id_category FROM …

0
59
Member Avatar for xuexue

guys i need help, how could i get the id of a button? i have this code [code] echo "form action = 'sec_ph_fileMain.php' method = 'post'>"; echo "<input type = 'submit' name = 'upload' value = 'Upload' id = 'hi'>"; //variable declaration $upload = $_POST['upload']; [/code] what i want is …

Member Avatar for xuexue
0
116
Member Avatar for 68thorby68

It's day 5 of reading expert analysis, white papers and a myriad of posted mailer classes, but I seem to be so far away of constructing my PHP script to prepare and send a text and attachment email. Below is the "hash" of different codes I have been able to …

Member Avatar for noelthefish
0
256
Member Avatar for EvilOrange

hi was just wondering what the difference is between the echo and print_r commands bacause when i run this code: [INDENT][CODE]<?php $output = "this sentence"; $face = explode(" ", $output); print_r($face); echo $face; ?>[/CODE][/INDENT] it outputs Array ( [0] => this [1] => sentence ) Array so the echo isn't …

Member Avatar for EvilOrange
0
126
Member Avatar for danimal132

this is a complete NOOB question but i need help. I have WAMP installed and was given a IP address, the user name and password to the site so i could edit the html. But i need to edit the PHP. I need to add a few more fields to …

Member Avatar for rahul8590
0
75
Member Avatar for Tkirbs

I am working on a website with a custom CMS built into it and on the index page of the site I am pulling two different sets of information from the database and there are read more links that I would like to have link up to two different pages. …

0
48
Member Avatar for rahul8590

i have created a database initially and had framed only one table. The php script was working fine , i could store values and reterive from them. I again created one more table in the same database , inorder to store data in it. but the PhP script is by …

Member Avatar for rahul8590
0
136
Member Avatar for decay

Hi I am running on hosts shared server - windows 2003 with IIS 6 and apache but they can't redirect in IIS as its shared and I have no .htaccess rights even if I did my hosts say it is very limited. I also have front page server extensions installed. …

Member Avatar for decay
0
250
Member Avatar for satheeshn

Hi friends, I have use relative div positions with in 5 div absolute div position elements. How write in pdf using php. Regards, Satheeshkumar sample code. [code=php]<?php for($i=0;$i<$count;$i++) { ?> <div style="position:relative;border:solid 0px black;width:600px;height:230px;top:5px;"> <div id='dt' style="position:relative; top:<? echo $dty]-400; ?>px; left:<? echo $dtx]; ?>px; text-align:left;" name=dt><?php echo $dat[$i]; ?></div> …

0
45
Member Avatar for silntj101

Hi all, I'm currently developing a search engine that allows users to upload urls of educational programmes to a database as well as add their own keywords for later searching. This all works fine, i want to know if it is possible to update a single field in a table …

Member Avatar for silntj101
0
96
Member Avatar for ayuscomeyh

after login, go to this page. client will click those button then view each recipe they click. list.php [code] <?php session_start(); if(!isset($_SESSION['myusername'])&&!isset($_SESSION['mypassword'])) { header('Location:401.php'); } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!--for auto refresh--> <META HTTP-EQUIV=Refresh CONTENT="300; URL=http://localhost/recipe2/home.php"> <title>home</title> </head> <body> <div align="left"><img src="Cookie …

Member Avatar for CFROG
0
11K
Member Avatar for innocent.boys

Hello Friends.. there is a time Duration field in my page..!! in format mins:sec 03:45 05:11 . . i want o show total of all time duration in last...!! . . is there any predefined function to do this..!! . . thanks..!! :)

Member Avatar for innocent.boys
0
86
Member Avatar for CFROG

I'm working a very simple script for an email (messaging) between users. I have a form with two buttons that gives you the option to save message as a draft or just send it to the user. Here are the two buttons on form: [code=html] <input type="submit" name="save" id="save" value="Save …

Member Avatar for CFROG
0
159
Member Avatar for ivanichi

Hi..friend.. anybody help me, how to display motherboard serial with php script ? thanks... :)

Member Avatar for ivanichi
0
105

The End.