39,393 Topics

Member Avatar for
Member Avatar for parulian

helooo, i really need a good tutorial about connecting php with informix-sql & how do i get the informix-sql server software? thanx parulian

0
48
Member Avatar for iyazon

Hello everyone! I'm a graphic designer here in Sterling Heights, Michigan and I have a bit of a problem with our current website pages. I should tell you that it was not developed by me, but rather by our IS person, and I don't think he used any one particular …

Member Avatar for ryan_vietnow
0
79
Member Avatar for still_learning

Hey guys, I am just learning php and mysql for the first time and I would really appreciate your help. I have created a search engine for my website which searches through a database and then returns the correct results. All of that is working great, EXCEPT for the fact …

Member Avatar for still_learning
0
105
Member Avatar for raweiss

I had my server upgraded to php 5.2 and included error messages for debugging. Not a good thing - as they are all over the place with scripts that have been in place for years. So, I need some help knowing how things need to be written differently in php …

Member Avatar for raweiss
0
121
Member Avatar for camdes

I am trying to create a photo gallery and there are various reasons why I need to create it from scratch. Below is the code for my upload file and I have been building it gradually. I have now added the resize function. I had placed this function in a …

Member Avatar for bad_dreams99
0
109
Member Avatar for kevin wood

[CODE] ob_start(); include "broad_prev.php"; $message = ob_get_contents(); ob_end_clean();[/CODE] i have used the code above to get the contents of my php page to display in a newsletter thst is emailed out to the mailing list. it works to apoint but no images are sent through with the email just the …

Member Avatar for kevin wood
0
120
Member Avatar for andrew4545

This is my php side of my return form, problem is I can't get the radio buttons show up when the submit is clicked. Any suggestions Thanks in advance.:) <?php unset($message); if ($email) { $from .= $email; } if ($name) { $message .= "Name: $name \n"; } if ($jobtitle) { …

Member Avatar for RoryGren
0
67
Member Avatar for sujithfem

Hi, I have a problem especially executing the query, I hope the problem due to special Character, i am using the ADOB for DB[MYSQL], Script is PHP, i have enclosed the function which make me hazard ……. [code=php] define('QRY_ALTER_CATEGORY', 'ALTER TABLE Category ADD %s'); function ChangeCategory($FieldName) { $Condition = $FieldName.' …

Member Avatar for sujithfem
0
76
Member Avatar for dabamb

Good day!! Hi...I having hard times in doing an online voting system using PHP and mySQL as database. It's like...student council election; once I login..i can then view my personal profile then view all the candidates in each position...I can then vote my desired candidate.Only one vote is allowed in …

Member Avatar for dabamb
0
142
Member Avatar for swapna7999
Member Avatar for queenc

hi i have a application where i have a text box when the user enters data in the text box i want the data to be inserted in the db and the value displayed in the same page.something like daniweb post quick reply.i know i have to use ajax but …

Member Avatar for queenc
0
260
Member Avatar for swapna7999
Member Avatar for swapna7999
0
53
Member Avatar for ohyeah

Im having some trouble writing a booking system for my site. Im using dreamweaver so the built in functions should make it easier but its not helping right now. First of all here is my database [IMG]http://i19.photobucket.com/albums/b178/GregHesp/Untitled-11.jpg[/IMG] Now on my booking.php page I want have a dynamic select menu which …

Member Avatar for vinothkumarc
0
126
Member Avatar for Scottmandoo

Ok below is my display script, though I have no idea how to make an edit script so could someone either make one for me or if thats too much to ask atleast help me make one. [CODE=php]<? $username=""; $password=""; $database=""; $con = mysql_connect('localhost',$username,$password) or die('Error: ' . mysql_error()); mysql_select_db($database) …

Member Avatar for Scottmandoo
0
125
Member Avatar for jkristos

I am wondering if anyone has successfully designed a system of conditional navigation for a phpbb3 forum based on the parent site navigated from? I have created a US site with a Canadian mirror, or actual copy of the site with a few differences. The sites share a forum, and …

0
49
Member Avatar for JanqeD

Ok well my friend wrote me a ShortUrl script and I continue to get a [CODE]Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/janqed/public_html/index.php on line 37 [/CODE] Well Heres line 37.. [CODE]echo "Thank you! Your new Short URL is <a href='http://www.Lolurl.net/$newid'>http://www.Lolurl.net/$newid</a><br /><a href="index.php">Go Back</a><br /> ";[/CODE] …

Member Avatar for helraizer
0
79
Member Avatar for Tess James

While creating a horizontal bar graph,the x nd y axes' titles are not displayed proprly. Please do help...

0
63
Member Avatar for yassar

Hi, I am working on a database related project for a course. I have decided to use mysql as a database but I cannot decide which web programming language to use. I am trying to decide between asp.net and php, because these are the only two web programming languages i …

Member Avatar for Fungus1487
0
144
Member Avatar for jeet_portal

Hi Expert, when i m accessing a .shtml file from my apache server, I got this Error."You don't have permission to access /test/link.shtml on this server.: 403 Forbidden" on windows O.S Pls tell me the Procedure to solve this Error.. Thnx in Advance

Member Avatar for jeet_portal
0
124
Member Avatar for assgar

Hi I have 7 arrays for all containing the same data:time_id, start_time, end_time and colour. Each array represent a day of the week. There are a total of seven columns to display. I have combined them into a three multi dimentional to display data form the 7 layers which are …

Member Avatar for assgar
0
115
Member Avatar for tahadhali

Hi all, I'm trying to build a new search system for one of my sites. The idea is something like this: 1. Visitors choose something in dropdown1 (ex. seach staff, search students, seach grades) - all these choises should be extracted from mySQL db and could be updated from time …

Member Avatar for ChiNko5
0
193
Member Avatar for pancgom

Hi, I have this form which has got all these drop down boxes which has values built in the html form, once selected they are all sent to the database table to be stored only when the authentication is done and for that record only. I am also using the …

Member Avatar for peter_budo
0
163
Member Avatar for shadiadiph

hi i have a table i can write to it ok but i need to know the correct syntax to retrieve the last updated record i have been using something like this but it doesn't work.?? $sql = "select * from tblexdetails where intexchangeID='$tid'"; can anyone ive me any pointers …

Member Avatar for ultra vires
0
3K
Member Avatar for dbayo

hello..i need a help for math function..when i try to add multiple number in php..the value that return to me is array..below is my code..can anyone help me.. [code=php]<?php $Final2=null; $gred=null; $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("kptm", $con); $result = mysql_query("SELECT NAMA …

0
103
Member Avatar for myth3_16

Hi All, i wonder if anyone can help me. I've got a form where you can enter your email address and a surname to search for, when clicking on the submit button the form is processed with a PHP page and sent via email. What I want to do is …

Member Avatar for helraizer
0
93
Member Avatar for slacke

I have a webmail on my apache server. When some clients are connecting to the login.php source. The apache logs that favicon.ico was not found. I searched what is favicon.ico for. It is a small icon on the address tab. But I could not make to log the server the …

Member Avatar for sDJh
0
80
Member Avatar for upstream

hi all, i'm almost done with the program im doing. one last thing i must do is to implement a search box dropdown on the other website with a dynamic content coming from our database. prob is, of course i dunno how to do that? xD is [CODE]require_once("http://www.mywebsite.com/include/db_connect.php")[/CODE] will do? …

Member Avatar for sDJh
0
137
Member Avatar for queenc

hi i want to find the no of times a string occurs in a file and display the file based on the no of occurance thanks

Member Avatar for sDJh
0
62
Member Avatar for adie

how can get into the phpmyadmin using the root? and i forgot my user password.... any help can do...thanks.

Member Avatar for sDJh
0
41
Member Avatar for oslover

Hi i am new here and I post this topic hoping that i will get some urgent help. I tried this code which should work to export customers emails according to their orders' status but the exported file contained an error. This is the error: PHP Code: [CODE=html]<br /> <b>Warning</b>: …

Member Avatar for ultra vires
0
123

The End.