39,393 Topics

Member Avatar for
Member Avatar for rezvi

hello everyone, I am having a problem with populating second a drop down list depending on selected value of first drop down list. I have been searching the net for the last couple of days i found php with mysql and but couldn't find anything for oracle + php. in …

Member Avatar for Shanti C
0
150
Member Avatar for skinbug

Hi all, when inserting values stored in an array to MySQL database, where do the values go? I have a form with 5 checkboxes that may or may not be checked, their names all being an array. Question: how do I write the sql file? assuming the names are nature[] …

Member Avatar for praveen_dusari
0
112
Member Avatar for Q8iEnG

Hi all my friends :) I hope you're all doing great :) I need a small help from you, and I hope you'll not let me down *shy* I have a script that it shows all images in the directory of my site under the folder (Albums) for (.jpg) only! …

Member Avatar for nav33n
0
153
Member Avatar for justted

Hello, I was wondering if anyone could help me as I am trying to add all the rows of a particular field in a MySQL table using PHP. I have a table named members2 which has a field named points! What I want to be able to do is display …

Member Avatar for justted
0
226
Member Avatar for AliHurworth

Hi all, I'm struggling to write an SQL query. I'd like to search a database for either a person or an organisation. I have an HTML form on a homepage, and this returns two values: [LIST] [*]a search term [*]a search type, either 'person' or 'organisation' [/LIST] code: [code=php] <form …

Member Avatar for AliHurworth
0
175
Member Avatar for andrew13d

hello people. I am extremely new to web design, I have read html quite alot I need yo help however to design a database for an inventory that is accessible over the internet. Can I use MS Excel or Access for the inventory database? Which scripting language of php and …

Member Avatar for langsor
0
134
Member Avatar for lydia21

hi, i written a code for sending html maIL.MAIL FUNCTION IS WORKING BUT THE MAIL I AM GETTING I HAVE DISPLAYED BELOW.please do tell me how to send html mail [ICODE] $headers = "From: [email]cggroup@car.com[/email]"; $toa = "lydia@gmail.com"; $subject1 = "An Agreement has been signed for your Job Order"; $body2="<html><head></head><body>"; …

Member Avatar for buddylee17
0
143
Member Avatar for veledrom

Hi, I need to send email with authentication. I have downloaded class.smtp.php and class.phpmailer.php files. I have tried to send an email but, i thing i miss something. Therefore, i cant send it. Can anyone help me to do this? Thanks guys 1-What settings do i need to do in …

Member Avatar for veledrom
0
101
Member Avatar for goodwin69

ok well here is the deal , currently started a webhosting company , been going 3 months now , as i have only been selling from msn and irc , im looking to expand , so what i am in need of is a fully working php site with site …

Member Avatar for nikesh.yadav
0
47
Member Avatar for god_1896

hi all; I have code that proform the dropdown list of the country. then after submmitted, it show the ouput, but the country i select from my drop down list, did not display. here is my whole code of drop down list. [CODE]<?php echo '<input name="country" type="hidden" id="country" size="30" maxlength="75">'; …

Member Avatar for nikesh.yadav
0
287
Member Avatar for blood08

I am trying to make my script install a config file with the right settings so the it can be used by anyone. Here is the file that will create the config file: [CODE=language] <?php $dbhost = $_POST["dbhost"]; $dbuser = $_POST["dbuser"]; $dbpass = $_POST["dbpass"]; $dbname = $_POST["dbname"]; $location = $_POST["location"]; …

Member Avatar for digital-ether
0
117
Member Avatar for davewylie

Hi, I have a routine which reads a file using type='file'. I would like to be able to update the file and save it in the same location it came from, which would be in the C:\ directory. However, I cannot see how to get hold of the path associated …

Member Avatar for davewylie
0
153
Member Avatar for ishlux

Hi all, this is for trash, i am facing some problem, here if the user deletes inbox items or sent items it should come and sit in trash. here i am able select the flag='1' i mean deleted items but i want display them. which ever is deleted either from …

0
63
Member Avatar for theimben

I have the code below but how do I submit the form to a table? [CODE=php]<?php ////////////////////////////////////////// //// MySQL Database Connection /////////// ////////////////////////////////////////// $host = "localhost"; $user = "theflick_divx"; $db_name= "theflick_divx"; $pass= "password"; $conn = mysql_connect($host, $user, $pass) or die(mysql_error()); mysql_select_db($db_name, $conn) or die(mysql_error()); //DivX Table echo "<form id=\"divx\" name=\"divxsubmit\" …

Member Avatar for theimben
0
187
Member Avatar for nate660

[code=php]<?php //URL to file. $data1 = 'http://66.232.193.178/sampserver/scriptfiles/Onlinetext.txt'; $data2 = file($data1); foreach($data2 as $key => $value) { $data2[$key] = substr($data2[$key],stripos($data2[$key],"=")+1); $data2[$key] = str_replace(array("\r","\n"),"",$data2[$key]); } //Your base image. $gd = imagecreatefromjpeg("online.jpg"); //some colors.. $white = imagecolorallocate($gd, 255, 255, 255); $black = imagecolorallocate($gd, 1, 1, 1); $green = imagecolorallocate($gd, 0, 0, 255); $red …

Member Avatar for nil_gh_80
0
236
Member Avatar for sarithak

hi frnds.. i need to code for creating navigation(for rootmap).. it includes direction(x,y)..after zoomin,zoomout map..,location image... plz send me aeap..its urgent...else give me any idea ,,how to create.. Thanks in advance..

0
56
Member Avatar for Jean Gwyneth

hello everyone, im a new portal developer and the portal developer that i replaced used ASP in all portals that he did. now, what i need to do is continue the unfinished portals that he did out of ASP. i am not familiar with ASP because i am using PHP. …

Member Avatar for Jean Gwyneth
0
122
Member Avatar for justted

Hello, The piece of code below is basically where a member clicks on the link and then this should update that members exp_points field by the amount shown in the $points variable. So far I have managed to get it to work so that when a member clicks the link, …

Member Avatar for Shanti C
0
132
Member Avatar for justinmyoung

Hi, I have no trouble pulling data by a first name with the following code, but when I want to use both first and last name as means to access data, it won't work... Here's the code: [ICODE]<?php // Include connection to your database $con = mysql_connect("localhost","root",""); mysql_select_db("RUNNERS", $con) or …

Member Avatar for mcd
0
105
Member Avatar for veledrom

Hi, I just wanted to share this information with you to be able to send email via php. It works fine to me. Go to php.ini file and find the line below; (Do changes according to your settings.) php.ini [code] [mail function] ; Setup for Windows systems SMTP = your …

Member Avatar for ryan_vietnow
0
83
Member Avatar for knrakesh

Hello friends, i want to get the o/p like this please check this Browse 'A' Thank u Rakesh Nagekar

Member Avatar for Shanti C
0
74
Member Avatar for ishlux

Hi this is the code for showing the inbox........ [code=php] <table style="border:1px solid #EDEDED;background-color:#f6f6f6" border="0" width="100%"> <tr > <!--<td width="5%"></td> --> <td background="images/auto_alto_car_repair_login_silver_boxR1C1.jpg" width="20%" ><b><font size="3"><span style="color:005D95">From</span></b></td> <!--<td class="tcat" ><b><font size="3"><span style="color:005D95">Subject</span></b></td>--> <td background="images/auto_alto_car_repair_login_silver_boxR1C1.jpg" width="40%" ><b><font size="3"><span style="color:005D95">Subject</span></b></td> <td background="images/auto_alto_car_repair_login_silver_boxR1C1.jpg" width="20%"><b><font size="3"><span style="color:005D95">Date</span></b></td> </tr> <? session_start(); include('database.php'); $page_name="contractor_inbox.php"; //$limit=sql_quote($_GET['limit']); // …

0
63
Member Avatar for jynx_o7

i need to develop a project using php as a front end and Mysql as a backend. one of the module in my project is genarate barcode for equipment like computers lab equipment..i have a barcode reader it only read the number in the barcode.. can you help me what …

Member Avatar for peter_budo
0
100
Member Avatar for kittu007

Hi All, I am trying to read the emails from the Exchange Server with the attachments but the problem is i am able to read the mail but not the attachments . If you have any suggestions or links please send me a reply Thanks Kittus

0
57
Member Avatar for knrakesh

hello friends, if i want to search with [B]A[/B] in searching and if i want to [B]B[/B] please send code thanks Rakesh Nagekar

Member Avatar for Shanti C
0
87
Member Avatar for prashanth18
Member Avatar for Shanti C
0
96
Member Avatar for justinmyoung

I'm looking to have people register times (like 2:34, 2:35.04, etc.) into my database. Do you use integers values or something else? Thanks!

Member Avatar for Shanti C
0
59
Member Avatar for php_noob

I am curious what is the significance of TPL files on DEVELOPMENT? I seen many of these to some of SMARTY projects of my colleagues. I am a web designer and I am just starting to review my PROGRAMMING (again). I am curious in building website using these TPL Files. …

Member Avatar for Shanti C
0
80
Member Avatar for toughjamy

I have a webcam. iam able to write a python code for capturing photos from them now i need to know if there is some way of capturing images on my system as an administrator of a website. Now this pho automatically gets saved at server and then all users …

Member Avatar for toughjamy
0
54
Member Avatar for nil_gh_80

Hi frnds, I have built an information maintenance system where files can be uploaded. Anyone can view those files. But, the problem is when a file is viewed in the browser at that time if someone just copy the URL in some text file after that any body from any …

Member Avatar for langsor
0
183

The End.