39,393 Topics

Member Avatar for
Member Avatar for syazuchan

I want to build a simple search system. I have this one page call search.php which I had a multiple select box that i retrieve from the database.. some of the code are like this: [CODE]<form method="post" action="modulartabulated.php"> <table width="75%" border="0" align="center"> <tr> <td>Date:</td> <td><input type="text" name="date" /></td> </tr> <tr> …

Member Avatar for syazuchan
0
127
Member Avatar for marcosjp

Hi there, I'm building a multilanguage CMS based Web site using PHP 5- MySQL and I'm facing problems with languages. From what I've been reading I must use charset UTF-8 (as Wikipedia uses this I guess this is realy the right choice). Now, I must also know how to store …

Member Avatar for marcosjp
0
269
Member Avatar for SkyVValker

I m new in php.i want some help in my code..plz.. i have 15 image in mysql table .and i want to retreive atleast 3 images in first row.den other 3 in second row..how can i make it possible.. the code is given below..! [code=php]<?php include "dbconfig.php"; ?> <link href="main.css" …

Member Avatar for SkyVValker
0
207
Member Avatar for dourvas

Happy new year to everyone.. in my sql db there r 2 tables. mathimata and apousies from table -apousies- i "select" some data (the amount of absences) for a particular person (student) for every class he attended. i want for every class of the above result to search in table …

Member Avatar for DiGSGRL
0
172
Member Avatar for DennyW

I do not know the proper way to reword this to work in my version3.0.4. Any help would be much appreciated. This is what I have there now, 3.0.4, subsilver2: S_USER_LOGGED_IN --> <!-- IF S_DISPLAY_PM --> &nbsp;<a href="{U_PRIVATEMSGS}"><img src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" alt="*" /> {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a><!-- …

0
116
Member Avatar for pnorten462

this is because of the time it takes to upload the files. if you upload too many at once your php script has a good chance of timing out while it waits for all of the files to upload and die. this is especially true if the files are big.

Member Avatar for DiGSGRL
0
110
Member Avatar for SOB224

I am trying to keep two menu lists' option in variables but i dont know whether to use "selected" or "select name" to assign value 1st one which brings "Student Numbers" rows from its column in selected class table. [code=php]$query="SELECT StudentNumber,Student_id FROM $CC"; $result = mysql_query ($query); echo "<select name=\"STUDENT\" …

Member Avatar for DiGSGRL
0
147
Member Avatar for SOB224

I have created two table by generating via forms. My question is although second table's foreign key appears on phpmyadmin it doesnt have that same value with the first table's primary key. currently foreign key has all zero values in all of the rows. Table codes: [code=php]$sql2='CREATE TABLE IF NOT …

Member Avatar for SOB224
0
190
Member Avatar for dourvas

hallo, i have align problems about my data into a html table. In Firefox everything is ok aligned to center. in IE everything is alligned to left and thats not ok my code [code=php]</head> <body bgcolor=#FF8000> <div align='center'> <table border='1' align='center' width="80%" cellspacing="0" cellpadding="0" bgcolor=#FFFFFF> <tr allign='center'> <td align='center' width="492" …

Member Avatar for dourvas
0
283
Member Avatar for fvdave30

I want to learn PHP for my own use and to also get into the PHP programing area. My question is what is the best way to learn it and where are so really good tutorials and programing ideas to get into PHP programing.

Member Avatar for kawama
0
80
Member Avatar for merianos

Hello all ! ! ! I have a litle problem with a script that I have create. This script selecting from the database all the records (in total 2) and then print out a XML file. I have enter this code to change the header to XML : header('Content-type: application/xml; …

0
51
Member Avatar for sri vani

Hello all, I need a Free hotmail address book import script using PHP , as i need it to a social network site. Any help will be highly appreciated. Thanks in advance.

0
47
Member Avatar for navi17

hi frnds.... i m newbie in php.................... i want to make advanced member login system where peoples can signup,signin,logout etc...... i want to achieve dis with the help of dreamweaver 8............... i m using php 5,mysql,apachie server and phpadmin login................. if u hv any idea do tel me..............................

Member Avatar for DiGSGRL
0
201
Member Avatar for tibebu.s

hi,everybody i am using vista home premium. I install PHP software on my laptop but it is not work what shall i do. Can u help me ?

Member Avatar for sumchtarek
0
187
Member Avatar for Jenniferlinn

As all of you know that PHP is a scripting language originally designed for producing dynamic web pages. Also it belongs to open source of family and is widely-used scripting language now-a-days. But I wish to ask every member of this forum, what will be the future of PHP. Will …

Member Avatar for sumchtarek
0
150
Member Avatar for FlashCreations

Hello, I am working on a login script for a personal site. The problem is though, I need to have the best and most secure protection there is for the login system I am creating (I will not go into specifics but the users will have access to very sensitive …

Member Avatar for kanaku
0
119
Member Avatar for afrojazad

Hi, I need mysql data searchin by php. But do not complete the data view smothly. so, pls help me. my data wiew now: Name: Mobile Blood City Donation date Sinha 01912266936 A+ Dhaka 9-10-2008 Munna 01917755515 A+ Dhaka 0-0-0000 I want to view my data like this. Name: Sinha …

Member Avatar for afrojazad
0
244
Member Avatar for Modo

Hello guys .. how r u .. i am new to php (since we didnt get much php at university) i am using it mainly to include the navigation menu, header, footer etc .. i am working a on a contact form .. people can send e-mails using a form …

Member Avatar for ashafaaiz
0
145
Member Avatar for sawmaster

Hi! I am kind of new to php. [CODE]$myFile = "msg.txt"; $fh = fopen($myFile, 'w') or die("can't open file"); $stringData = $beforeData; fwrite($fh, $stringData); [COLOR="Red"]$stringData = ""+myname+": "+mymessage+"\n";[/COLOR] fwrite($fh, $stringData); fclose($fh);[/CODE] I need to set more than one variable in that red line. How do I do that? I'm trying …

Member Avatar for sawmaster
0
99
Member Avatar for php2sheik

hi I installed to apache 2.2.9 and php 5.2.6 and now the server is not serving the php file, it triggers a download. after that installing php 5.2.6 the error message like 'error in accessing httpd.config file. manually configure the server.. i already added the two lines in httpd.config file …

Member Avatar for php-freelancer
0
70
Member Avatar for ilokana

Hi, I'm new to PHP. Is there a way to create a listbox without the submit button and not using Javascript? Can I use href instead? Thanks in advance. Ilokana

Member Avatar for php-freelancer
0
459
Member Avatar for majualexander

[COLOR="Red"][/COLOR]How can I download Images uploaded in the server to my local system...I have administrator privileges. Plaese help me...

Member Avatar for DiGSGRL
0
101
Member Avatar for khr2003

Hello I was wondering if there is a class that I can use to add a bar underneath my photos which contains the site url. I found some classes that add a watermark on the photo, however I want the bar to be under the photo. Thanks in advance

Member Avatar for DiGSGRL
0
55
Member Avatar for muthu.G

Hi, In my Project I want to send SMS from System to mobile and read the SMS from System itself.How can I write a program in PHP? I should do this [B]Without using third party SMS gateway or software[/B] Please help me to do this ............. I'm very much thankful …

Member Avatar for peter_budo
0
30
Member Avatar for khr2003

hello I have a gallery in my website that is coded by php. when I try to download an image in zip format I get a zipped file with a size say (150kb). when i try to open it i get the message corrupted achieve. when I open the file …

Member Avatar for khr2003
0
178
Member Avatar for DiGSGRL

I am building a site search that involves a union of two tables in two databases and needs to have relevancy factored in. I do not want to use a full-text or boolean search. I can search one database and one table using relevance fine. I can union the two …

Member Avatar for DiGSGRL
0
99
Member Avatar for Stunt

Hello DaniWeb users, I'm in search of a script that is currently in use by [URL="http://www.joystiq.com/"]JoyStiq[/URL], or something like it if it is unique. [img]http://i40.tinypic.com/qqqwm1.png[/img] It basically lets you hover the image and a link is displayed under and you can click the image or the link. Visit [url]http://www.joystiq.com/[/url] to …

Member Avatar for Stunt
0
137
Member Avatar for designingamy

Hello all, I asked this question before but it's been awhile ago and I can't find where I asked it. But anywho, it's never been solved. On one page I want a person to upload a picture and my php code checks it and puts it in a directory on …

Member Avatar for designingamy
0
177
Member Avatar for Ale123

i used this code to generate image from flash .. <?php error_reporting(1); /** * Get the width and height of the destination image * from the POST variables and convert them into * integer values */ $w = (int)$_POST['width']; $h = (int)$_POST['height']; // create the image with desired width and …

Member Avatar for chili5
0
120
Member Avatar for mattbaker

Help! I keep getting the following error: <b>Notice</b>: Underfined variable: theHash in <b>C:\wamp\www\HelloSeanThisIsForYourMyFriend.php</b>on line<b>46</b><br/> f5bd6294083c680ec4a0e05bf1dbce38 From file: [code]<?php /*-------------------------------------------------------------------------------------- - - - - - - - - - - - - - - - - -- - // $theMD5 = md5("ayht" . $_POST["rn"] . "thy", 1); $hexArr[0] = "0"; $hexArr[1] …

Member Avatar for buddylee17
0
45

The End.