39,316 Topics

Member Avatar for
Member Avatar for jyotiu

Hi all, I am getting result in an array from some webservice and i have created User Interface to see these results with each result have a check box with it. what i want to do is to insert only that record in DB that user will check in check …

Member Avatar for rm_daniweb
0
115
Member Avatar for trtcom1

Hi there, I am trying to implement a confirmation dialog box before deleting a record in a table that have. I created a MYSQL table called manager with columns: [B]Table manager[/B] [I]managerID firstName lastName Department[/I] I use a while loop to display the records of every manager in the database …

Member Avatar for rm_daniweb
0
1K
Member Avatar for vidhyaponnusamy

Hi, I want to retrieve a key value for the option selected in the drop down box,and i also want to you to tell me how to use that key value [code=php]<select name="role" style="width: 145px">'; $result=selecttbl("ugname","ugroup"); while($nt=mysql_fetch_array($result)) { print'<option>'.$nt[ugname].''; print'</option>'; } print'</select></td>[/code]

Member Avatar for rm_daniweb
0
166
Member Avatar for JamesX4334

Hi, I have been building a shopping cart for a website that I am building. What I am trying to do is created a purchase history so when an item is purchased it is stored in the customers purchase history (in the customers MySQL table). I have three tables Cart …

Member Avatar for rm_daniweb
0
101
Member Avatar for Acute

PLz, can anybody help me to display Excel table on browser.Looks like easy task, however, the table must be edited and saved using the browser. I've looked Google spreadsheets, but I dont know how to connect that application to my web site. My purpose is: client opens an excel table(which …

Member Avatar for rm_daniweb
0
320
Member Avatar for weblover

hi all...how are u? i have a question , i'm creatingn a php login system for a forum but i'm new in php and i'm not able to put session timing for the login ..i want when the user login to register the session and then after login in ..if …

Member Avatar for Designer_101
0
105
Member Avatar for kssi89

Hello everyone, I have been trying to create a .php page to catch information from a form and insert it into our local database. Normally I am able to catch the parse errors but this one points straight to the end of my code: [CODE]<?php require_once("includes/connection.php"); ?> <?php require_once("includes/functions.php"); ?> …

Member Avatar for Designer_101
0
105
Member Avatar for totalnoob

Hi everyone! I'm getting this error all the time: Parse error: parse error, expecting `','' or `';'' in... I know that the problem is the href line, but since this is the first time I'm writing this kind of thing I can't write it correctly. This is the code that …

Member Avatar for totalnoob
0
118
Member Avatar for veledrom

Hi, Javascript doesn't work if i do this way. How can i solve it? Is that because i echo it. Thanks [code] <?php echo "<html><head> <link type=\"text/css\" rel=\"stylesheet\" href=\"cssFile.css\" /> <script type=\"text/javascript\" src=\"javascriptFile.js\"></script> </head><body>"; ?> <form name="form" action="added.php" method="post" onsubmit="return validateForm();" style="float:left"> <input type="text" name="ID" size="20" tabindex="1" /> <input type="submit" …

Member Avatar for veledrom
0
139
Member Avatar for vanessia_1999

Hi everyone, I am like so proud of myself because I am building a php web page. I get stuck now and then, but eventually get it after two or three days:( I have one big problem that I have put on the back burner for a while and I …

Member Avatar for vanessia_1999
0
179
Member Avatar for totalnoob

Hi! I've made a members.php page that is supposed to show all the entries done by the user, in other words, the title, category and year of a movie. After login in the user clicks on a link (href="members.php") and is redirected to members.php. My problem is that the table …

Member Avatar for liranoz
0
95
Member Avatar for ayuscomeyh

we need to link this interface to database.. but i fail to connect this.. [code]<!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> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <form id="form1" name="form1" method="post" action=""> <p><img src="header2.jpg" alt="header" width="800" height="100" /></p> <blockquote> <p align="left"><strong>Friends</strong>List</p> <p> <textarea …

Member Avatar for Designer_101
0
152
Member Avatar for totalnoob

Hi everyone! Could anyone help me please? As u can see by my username, I'm a newbie in PHP. Now to the question: I have made a site that extracts data (in my case movies) that logs in a user and shows all data that the user has entered as …

Member Avatar for totalnoob
0
199
Member Avatar for ashkan3030

Dear friends , I wrote my own asp.net pages and I wand to upload them. Now I need a forum part. Is it possible to use open source forum in php?, or is there any good open source forum in asp.net available ?

Member Avatar for ashkan3030
0
166
Member Avatar for akash_msrit

hi friends, How To Block Parallel Login? How to block parallel login? How can I block multiple login attempts in to a single account, when that user have already logged in? Like... Yahoo/Hotmail email accounts... 1. When I logged in, using <username: russell> & <password: 123> from <my pc: xunit> …

Member Avatar for urtrivedi
0
132
Member Avatar for xckoza

I have a web form at designed in php. Can you provide me with a simple code to connect a textbox to an email account.

Member Avatar for sureronald
0
131
Member Avatar for NicAx64

hi I get interested about the PHP module architecture cos I get these errors , [code] Module compiled with module API=20050922, debug=0, thread-safety=1 PHP compiled with module API=20060613, debug=0, thread-safety=1 [/code] when I trying to load the php_ffi.dll inside the windows. How to fix this error ? more than that …

Member Avatar for cwarn23
0
119
Member Avatar for ashwinnaidu

[code]<?php require_once('includes/connection.php') ?> <?php require_once('includes/functions.php') ?> <?php include('includes/header.php') ?> <?php include('includes/sidebar.php') ?> <div id="contentnorightbar"> <h2 id="Intro"><a href="#">Registered Partners</a></h2> <?php if(isset($_POST['firstname'])) { echo "form submitted"; [B] // I Want the $edituser variable to be available here[/B] } ?> <?php include('includes/topnav.php'); if ($result) { //If the Query succeed print "<br /><table class='partners' …

Member Avatar for rm_daniweb
0
109
Member Avatar for queenc

hi i want to insert a symbol between all the chek box value eg:the value will be either 1 or 0. [code=php]$tmp =$_REQUEST["check1"]; $tmp .=$_REQUEST["check2"]; $tmp .=$_REQUEST["check3"];[/code] this how i have requested the value .in order to separate the values .i want to add some symbols(like comma)plz tell me how …

Member Avatar for rm_daniweb
0
158
Member Avatar for orchids

HI, I have a little problem passing the value of the drop down list from the first form to the second. I am able to display the data in the list box, then used $_POST to get the passing data in the the second form. However when I echo the …

Member Avatar for orchids
0
75
Member Avatar for rajeesh_rsn

Please any one give the idea of crop uploaded image using php Please help Thanks in advance Rajeesh

Member Avatar for 3magine
0
95
Member Avatar for Acute

When you open Excel file with Internet Explorer, Save/Open/Cancel dialog box appears. How to avoid it and directly open it??? P.S=>IE can open and edit Excel files online....but there is no guaranty that client will open file using IE...however, i could not find another way to perform my goal...((((

Member Avatar for ShawnCplus
0
49
Member Avatar for cwarn23

Hi, I have a website full of code snippets at [URL="http://syntax.cwarn23.info/PHP:_Contents"]http://syntax.cwarn23.info/PHP:_Contents[/URL] but I need some ideas of small scripts that I can make for the example list. So there are some examples of what I have done at that link but I don't want the examples to be too complex. …

Member Avatar for cwarn23
0
78
Member Avatar for jazdmarkets

What is the FTP server? Please tell me the key of the Renames a file or directory on the FTP server, Changes the current directory to the parent directory on the FTP server?

Member Avatar for mvmalderen
0
87
Member Avatar for srilakshmitr7

How to get Ip address and MAC address of system for an IP address i tried this code [icode]echo $ip=GetHostByName($REMOTE_ADDR);[/icode] But after uploading through FTP i'm getting Server ip But i want local system IP can any one solve problem.

Member Avatar for srilakshmitr7
0
129
Member Avatar for cutieams

i am new to php..can anyone help me with the basics of PHP. i mean after installing php,how do i save my first PHP file. i mean saving that file as .php i know ..but in which folder should i save it and after saving how do i run myprogram. …

Member Avatar for cwarn23
0
111
Member Avatar for OmniX

Hi imagedestroy()[url]http://au.php.net/imagedestroy[/url] I was just wondering because php.net states in the manual that it destroys the memory associated with the image rather than the image stored in the "/tmp" folder. Is this true? Also how can you change your default tmp directory? I think you go into the php.ini file …

Member Avatar for darkagn
0
136
Member Avatar for rm_daniweb

You can include cc: and bcc: [ICODE] //filename: html_mailer.php class htmlMailer { function sendWelcomeHTMLMail($email, $age, $sex){ $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= "From: ".EMAIL_FROM_NAME." <".EMAIL_FROM_ADDR.">\r\n"; //define constants $headers .= 'Bcc: [email]email1@msn.com[/email], [email]email2@yahoo.com[/email], [email]email3@aol.com[/email]' . "\r\n"; $subject = "Welcome!"; $message = <<<EOT …

Member Avatar for rm_daniweb
0
258
Member Avatar for rm_daniweb

[ICODE]<?php error_reporting(E_ALL); $to = 'whom@yahoo.com'; $subject = 'The Playboys!'; $message = ' <html> <head> <title>TESTING!</title> </head> <body> <p>Playboy in the Philippines</p> <table> <tr> <th>Name</th><th>Sex</th><th>Age</th><th>Vitamin</th> </tr> <tr> <td>Tukmol</td><td>Twice a Day</td><td>75</td><td>Viagra</td> </tr> <tr> <td>Tamulmol</td><td>M ...W.....F</td><td>80</td><td>Tongkat Ali</td> </tr> </table> </body> </html> '; // Content-type header $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= …

Member Avatar for Upsilon
0
402
Member Avatar for deepika1

i have installed a new open source cms i would like to add up the login session unset session and destroy the session i wanted to know where do i place the coding. i have no idea about php any help would be appreciated

Member Avatar for OmniX
0
59

The End.