- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
6 Posted Topics
Hi, each time i create an html link, it does not work: I have tested it chrome, firefox,internet explorer, opera. I am talking about all the html pages i created. The ones i created about 1 month ago worked, but not the one i am creating now: example: <html> <head> …
you need a php page to process the input. Now, you need to add name attribute to each of your tag. then, you use the get or post method .... This is actually the basics of php. I suggest you start learning it via tutorials etc..
Hi, tell me, are you using phpmyadmin ? [B]If so, go to the structure of the table, have you checked the checkbox for the AUTO INCREMENT ? [/B] If you have not, auto increment will not happen. Check it and let us know.
Hi, please use this as a guide and try to implement it- it worked fine for me. [B]Also, use method POST, do not use GET[/B] <?php [B]$name= $_FILES['uploadit']['name'];// uploadit is the filename $tmp_name= $_FILES['uploadit']['tmp_name'];[/B] $location= 'images/'; $to_insert= $location.$name ;// concat name and the images folder if (move_uploaded_file([B]$tmp_name[/B],[B]$location.$name[/B])){ echo "File uploaded!"; …
Hi, for some weeks now, i have been trying to develop an [B]attendance system with php and mysql. [/B] I HAVE LOOKED EVERYWHERE!! what i have done is this: user select date (calendar). date is processed in php page. if attendance has not been filled,then new attendance sheet is provided. …
Hi All, I am seeing that there is no way to retrieve more than 1 image from a mysql table? I have googled it, looked into 10's of websites.. no solution. How can i simply retrieve many pictures from a table,with the other columns if possible, please? and i also …
The End.
dahi_man