38,019 Topics

Member Avatar for
Member Avatar for ryy705

Hello, How are editable consent forms created? Am I supposed to use text files that can be modified by the admin? Or am I supposed to put the text in a the database? What is the norm? Thanks in advance.

Member Avatar for scru
0
88
Member Avatar for Misr

hello gues i put my question here cause i am php student i want to know how is rapidshare.com make its progressbar while file upload? i mean the progressbar which calculate the file size in bytes and disblay it also in bytes! i hope you to understand me and sorry …

Member Avatar for nav33n
0
57
Member Avatar for lydia21

i have a form where the employee should type in-time(attendance)........ i want the user to insert only once in a day..... if he tries to insert the data in same day the it should display error message.....

Member Avatar for lydia21
0
71
Member Avatar for x3n1x

Hey everyone, Well, our college wants us students to make one "mini-project", a site with a database plus something in e-commerce. Now, I've chosen the topic as "comics". Can you guys help me create one ? Nothing too complex. Here's what I have on mind. The site will have 3 …

0
382
Member Avatar for maddog39

Hello all, I am building a website and on my search page I want to be able to display the relevance of each search result. I've searched all over the place but still haven't found any information on how to do this.And obviously im building this website in PHP. Any …

Member Avatar for maddog39
0
102
Member Avatar for BogusAurelius

I am trying to create a form that is javascript/ajax based, with a serverscript in php. I want to SEND an array for the serverscript to decode/unpack, translate. I want the array object to be an assocative array, such as myarray["age"], and myarray["name"], so i can have the php serverscript …

Member Avatar for scru
0
50
Member Avatar for neha gupta

i installed sokkit on my windows xp but the localhost s nt working. when i installed the same sokkit on another system with xp then localhost s openin very well. what can be d prob

Member Avatar for nav33n
0
116
Member Avatar for dbayo

ellow..just a question..anyone know how to retrieve images from folder in webserver and display it in thumbnail.. im really need your help..appreciate so much..tqq..

Member Avatar for nav33n
0
86
Member Avatar for wickedmx

Ok, I'm relatively new to php/mysql/apache and I've got myself stuck(I bet that sounds familiar) Here's where I'm at: [LIST=1] [*]I successfuly installed Wampserver onto my PC(latest release) and tested that php is working using the phpinfo script(all good); [*]I have an installation of oscommerce on my main webserver which …

Member Avatar for nav33n
0
67
Member Avatar for dbayo

hello everyone..im a new in php..now,im searching for php script to sort data by alphabet..can anyone out there help me...i really appreciate yours..

Member Avatar for dbayo
0
156
Member Avatar for jyshr

How can i pass a value from one webpage to another without using form,plz explain with example

Member Avatar for ryan_vietnow
0
81
Member Avatar for djcritch

heres the deal, i have created a table called tvprograms on a mySQL database and have added the fields id, program and comments and have populated the database. The first thing i need to do is list just the programs in a php form but not the comments. I then …

Member Avatar for jyshr
0
105
Member Avatar for frazehmad

Hi, I just joined this community and inspired by roaming in it. However, I would like to discuss a problem - I'm having. I'm developing an application for property management. I've a table with some general columns as well as some specific. For example; General: [Buy OR Sell] , [Plot …

Member Avatar for frazehmad
0
86
Member Avatar for kings

hi the below code i have used for attendance,when the user clicks submit...the person date,time,id will get stored in the database...... i want to know how to calculate the no of days he has worked...... ex:wen the admin checks on th 15th of the month...it should display how many he …

0
45
Member Avatar for majestic0110

hi there, could someone please recommend a good book on PHP (i am new to php). I would like said book to cover how apache/mysql/php and drupal work together, and also some eamples of php in action. many thanks.

Member Avatar for majestic0110
0
157
Member Avatar for dmc72

Hello all, I've been working for awhile building a web with PHP. So far, so good. But I'm finding refactoring to be frustrating, because I haven't found a tool that will give a full syntax check across my code. Yes, there is the "php -l" command to do the lint-style …

Member Avatar for dmc72
0
156
Member Avatar for majestic0110

Hi there, I am brand new to php and i am having difficulty installing php/apache/drupal/mysql. if anyone could point me to a good tutorial on how to install these items i would be very grateful. thanks in advance

Member Avatar for majestic0110
0
219
Member Avatar for djcritch

Hi, Got a bit of a problem with form, i need to be able to update a number in a mysql database using an html form. so basically i need to increment or decrement a number using a text box and a submit button. heres the code i got: ============================================== …

Member Avatar for nav33n
0
736
Member Avatar for mithesh

Hi All, I need to parse CSV file header in order to know the Fields present in the CSV file How can i do this in php, Pls help me Thnx in advance Thnx & Regards, mithesh

Member Avatar for nav33n
0
102
Member Avatar for dks1383

Hi all I want to access hidden values by javascript what's wrong on bellow code: <html> <head> <script language="javascript"> function func(i) { var x=document.form1.array[i].value; alert(x); } </script> </head> <body> <form method=post name=form1> <?php for($i=1;$i<100;$i++) { echo "<input type=hidden name=array[$i] value=$i>"; echo "<input type=button onclick=func($i) value=$i>"; } ?> </form> </body> </html>

Member Avatar for scru
0
163
Member Avatar for lydia21
Member Avatar for lydia21
0
136
Member Avatar for monishav

please help me to upload a file and also send the file to a private link.

Member Avatar for nav33n
0
33
Member Avatar for kishou

how do i check if a value is in my table? like this: INSERT INTO table_name (column1, column2,...) VALUES (value1, value2,....) and check if those values are in the table.

Member Avatar for nav33n
0
144
Member Avatar for Fenerbahce

Hi, I use wampserver (or vertrogo serv) and installed in c:\wamp. I have a file called test.php in c:\wamp\www\test.php. When type [url]http://localhost[/url] into browser, it asks me password and username. I cant just pass that. Therefore, i cant use anything. Where this password and username thing come from? I didn't …

Member Avatar for Barefootsanders
0
211
Member Avatar for tie372

[code]<title>plastic sarcastic</title> <?php include "header.html"; ?> hey whats up?<br><br> <?php $sql=mysql_query("SELECT * FROM bands); while($rows=mysql_fetch_array($sql)) { ?> <form action="band.php?band=<?php echo $rows[name]; ?>"> <input type="submit" value="<?php echo $rows[name]; ?>" style="background: black; color: 660099; font-size: 1.2em; border: 0px"></form> <?php } ?>[/code] ^^^That's my code. I was wondering why I get errors. It …

Member Avatar for tie372
0
81
Member Avatar for vssp

hi friends I am using IIS server to compile the php file. I have create the two virtual directiory for run two different projects. but one send the mil properly,another one project not send the mail. please advise How to solve the issue

Member Avatar for gym_shorts
0
95
Member Avatar for ep2002

Hi there, I've been this online office management system hyperoffice.com for a while now & I never liked the program b/c of all the bugs, it wasn't designed properly (user interface) & tech support always blames us (not just me, even my VA & techie) for their issues, plus they …

Member Avatar for csc111vs
0
182
Member Avatar for azalia

Have never worked with either so just at this point trying to get the environment up and running. Yesterday I downloaded: 1. SQL Server 2005 Express Edition with Advanced Services SP2 2. Microsoft SQL Server 2005 Express Edition Toolkit 3.HTML-Kit build 292 did a PHP hello world and was not …

Member Avatar for ShawnCplus
0
86
Member Avatar for drsmith

I am having fits trying to come up with previous/next buttons for my particular project. I want the user to be able to easily browse through shifts. I have 3 shifts per date and that is how it is stored in the db. Right now I have the users going …

Member Avatar for drsmith
0
246
Member Avatar for kishou

Is it possible for someone to hack into my database/table? if so should i name my table/database: database 5465464577688960985047834?

Member Avatar for azalia
0
74

The End.