Hi,
I'm trying to upload files from a web site using PHP. I've tried copying code from several sources, but none of it seems to work. Does anyone have any suggestions for me.
Thanks!
Using a table is the best way I know to do this but I think that there might be a better way. I want to create a coloum 175 pix wide that runs down the right hand side of the page. Leaving the rest of the page to what ever width the users browser allows for. I think using div tags might be a...
I have one large image that I want to set up so that clicking on different parts of the image will lead you to the different pages of my website. I have seen it done on other websites but when I viewed the html code it was hard to follow to figure out how it worked. Does anyone have any idea of...
ok I know this is going to sound silly, but. All of my PHP experience is using MYSQL with it. Now I have access to php but not to any kind of server side database. I want to keep working with PHP but all the info I ever saw on it was with a database. So where can I find info on PHP uses without...
I'm using a mysql database with php on the website to build a search engine for the company library. I can get the select qury to work that to work that brings back the results " select * from table were $field = $requested"
now i know i need to use the mysql_fetch_array command but...
I have a problem where my table will eventually become to large to run efficently. I have come to the conclusion that the best thing to do is to archive all records over two years old. I need to know how to set up the archive and how to let someone access it if they need to look back further...
I'm not really sure where to start on this one, but I need to create several search engines, one for each of 2 databases. The problem is that within each database I need to let them search by one of several different fields. For example one database maintains a small library, so they need to...
If I get results back from a query when a display detials button is pushed, how do i get the results of that query to display in the text boxes in my form? I have one text box for each field in my record and the query only returns one record.
I have a form for updating employee information. The employee names are listed in a dropdown box so that you can pick out a name, then there is a command button that lets you retrive the information that's stored on the name that you picked and display it in the text boxes on the form. Then I...
part of this might be a query problem, but the biggest problem i think is going to be formatting with php. i have a table in my database of projects and each project is part of one category so i want to take both fields from the database and put them into a drop down box so that each line looks...
ok here's what i'm trying to do. i have 2 text boxes that go in variables $firstname and $lastname, and for format reasons i want to then join these 2 into one variable, as in: $name = $firstname$lastname only that's not the proper syntax, and i can't find out what the proper syntax is. but i...
i know that it can be done, and that after it calls the function or whatever on the next page runs, the original page should load with the needed changes or whatever the page should have done. I have no idea how to get this to work. Does anyone know how it works or where i can find out? Or maybe...
does anyone on know how how to create a yes/no field in a table? in access it appears as a check box. I've thought of putting in a varchar(1) field, but then people would be able to enter other letters, unless there is a way to limit what letters can be entered in the field. If anyone has any...
ok i have a table with the fields entryID(auto_increment), date, regularhours, othours, project. I have a form on which u can enter info into each field. I have it set up so that u can enter 5 records into the database at once. So that means in a line 3 text boxes and one drop down list, then 5...
ok i have one table set up as a template so that i can copy it and have one table for each employee. the code for this is: CREATE TABLE newtablename SELECT * FROM orginaltable
now this does copy the table but the field entryID is auto_increment and primary key and these two detials of that field...
ok i have a form with one text box, and i'm inserting it into the mysql database with php, but for every record i insert it also inserts a blank one. anythoughts??
ok i have a form on the website and i want to contents of the form to be saved into the mysql database. the form i'm working with now is just one text box into one field but it's not working quite right, anyone have anythoughts?<form name="newproject" action="<?php echo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.